-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Migration Guide 2.2
Clement Escoffier edited this page Sep 13, 2024
·
5 revisions
SmallRye Config @ConfigMapping
can now only be used on interfaces. Using it on classes results in a build-time exception.
The Kubernetes Client has been upgraded to 5.7, which contains some breaking changes.
Please refer to the release notes for more details.
OidcTenantConfig io.quarkus.oidc.TenantConfigResolver#resolve(RoutingContext)
method has been deprecated and will be removed soon.
Please use Uni<OidcTenantConfig> io.quarkus.oidc.TenantConfigResolver#resolve(RoutingContext, TenantConfigResolver.TenantConfigRequestContext)
instead, where TenantConfigResolver.TenantConfigRequestContext
can be used to run the blocking tasks.