Skip to content

Migration Guide 2.17

Clement Escoffier edited this page Sep 13, 2024 · 11 revisions

Keystore default password

Quarkus used "password" as the default password for JWT key and keystores. This default value has been removed. So, if you used "password," you now need to configure that password in the application.properties file:

quarkus.oidc-client.credentials.jwt.key-store-password=password
quarkus.oidc-client.credentials.jwt.key-password=password

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally