-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 3.28
Jan Martiska edited this page Aug 26, 2025
·
4 revisions
Table of Contents
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
The quarkus.http.cors
configuration has been deprecated since Quarkus 3.19. It is now removed. Any references to this configuration must be moved to quarkus.http.cors.enabled
.
The key-store
and trust-store
properties under quarkus.smallrye-graphql.client.CLIENT_NAME
have been deprecated since Quarkus 3.16 are now are removed. To configure TLS for GraphQL clients, users are expected to use the TLS extension (create a TLS configuration using quarkus.tls
properties and declare GraphQL clients to use it).