-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 2.14
Bruno Baptista edited this page Oct 18, 2022
·
16 revisions
The Kubernetes Client has been upgraded from 5.12 to 6.1. Please refer to the Kubernetes Client 6 migration guide.
The deprecated annotation io.quarkus.arc.config.ConfigProperties
was removed.
Users are encouraged to use the @io.smallrye.config.ConfigMapping
instead.
Please read the Mapping configuration to objects for more information.
The quarkus-opentelemetry-exporter-jaeger extension was moved to the quarkus-opentelemetry-exporter at Quarkiverse. The quarkus-opentelemetry-exporter-otlp extension was removed and its code now part of quarkus-opentelemetry, as the default exporter. Your project dependencies need to be updated accordingly. The config properties remain the same.