micronaut-core
micronaut-core copied to clipboard
Remove all uses of AutomaticFeature annotation for GraalVM and replace with explicit configuration
Issue description
The @AutomaticFeature
annotation is going to be deprecated in the next version of GraalVM. We need to look for all uses of this annotation and switch to explicit configuration to specify the feature.
Should we not take the opportunity to migrate that configuration to the metadata repository? (#7805)
Where possible yes
@msupic related ticket