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

Remove all uses of AutomaticFeature annotation for GraalVM and replace with explicit configuration

Open graemerocher opened this issue 2 years ago • 2 comments

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.

graemerocher avatar Sep 22 '22 15:09 graemerocher

Should we not take the opportunity to migrate that configuration to the metadata repository? (#7805)

alvarosanchez avatar Sep 22 '22 15:09 alvarosanchez

Where possible yes

graemerocher avatar Sep 22 '22 16:09 graemerocher

@msupic related ticket

graemerocher avatar Jan 23 '23 14:01 graemerocher