grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Groovy Incremental Compilation does not work with Grails-micronaut

Open jdaugherty opened this issue 2 months ago • 1 comments

Issue description

See https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/906

We need to not use annotation processors and use bean reflection instead.

jdaugherty avatar Nov 05 '25 14:11 jdaugherty

This is due to using the annotation processor instead of the groovy AST transforms in micronaut. This branch contains the beginning fixes for this.

The main issue is how to reflect config / bean configuration back into Spring that's exclusive to micronaut.

jdaugherty avatar Nov 20 '25 00:11 jdaugherty