Hi,
As previously announced when we released Quarkus 3.19, we will be sunsetting legacy config classes very soon.
If you haven't migrated your extensions to use interfaces annotated with @ConfigMapping, now is a good time to do so.
It also means that we will drop the few legacy config classes we kept in the core for compatibility reasons so if you are still using it, please move to the corresponding interfaces:
- GlobalDevServicesConfig: use DevServicesConfig instead
- HttpConfiguration: use VertxHttpConfig instead
- HttpBuildTimeConfig: use VertxHttpBuildTimeConfig instead
Thanks.
--
Guillaume