You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotation processor - Error on legacy config classes
We deprecated the legacy config classes in 3.19.
Most of the ecosystem has moved to the interfaces annotated with
@ConfigMapping.
It is time to complain loudly about them now, so that we can envision
dropping the support for legacy config classes
"Starting with Quarkus 3.25, legacy config classes (deprecated since Quarkus 3.19) are not supported anymore. "
50
+
+ "Please migrate the configuration of your extension to interfaces annotated with @ConfigMapping. See https://quarkus.io/guides/config-mappings#config-mappings for more information.");
0 commit comments