Hello, Trying to upgrade to Grails 7 from Grails 6...
# questions
n
Hello, Trying to upgrade to Grails 7 from Grails 6 using 7.0.0-M5. In one of my submodules/plugins under the plugins folder of the main app, I have a handful of gsps. On the main app bootRun I get this error that I don't see in Grails 6. I only put a very basic test.gsp in there as a test under a docs folder, see image. Any suggestions out there? Exception in thread "main" java.util.concurrent.ExecutionException: BUG! exception in phase 'semantic analysis' in source unit 'gsp_ic_docstest_gsp.groovy' Cannot invoke "String.equals(Object)" because "packageName" is null.
j
Micronaut was removed by default in Grails 7. I'm working on adding it back via a plugin, but the error is caused by micronaut 4.9.1 - it's groovy processing can't handle an empty package.
n
thank you James!
👍 1
Hey @jdaugherty, will this be available in RC1? Thank you for taking the lead on this!
j
It won’t be. there’s also a known issue with it due to how scaffolding bean wires (it works except with the scaffolding plugin). I intend to work on this over the next week
👍 1
n
Hi @jdaugherty, I was unable to make the call today. Will this be available in RC2?
j
It's targeted for the RC2 so yes. The RC2 may take longer than the 3 week cadence we've been doing though. I'd expect it in Sept.