Skip to content

Migration Guide 3.28

Jan Martiska edited this page Aug 26, 2025 · 4 revisions
Note

We highly recommend the use of quarkus update to update to a new version of Quarkus.

Items marked below with ⚙️ ✅ are automatically handled by quarkus update.

Removed deprecated configuration quarkus.http.cors

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.

Removed deprecated TLS configuration of SmallRye GraphQL clients

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).

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally