Skip to content

Migration Guide 3.30

Martin Kouba edited this page Oct 20, 2025 · 6 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.

Cache

CacheManagerInfoBuildItem moved from SPI to the deployment module

Extensions that produce a CacheManagerInfoBuildItem must change the import from io.quarkus.cache.deployment.spi.CacheManagerInfoBuildItem to io.quarkus.cache.deployment.CacheManagerInfoBuildItem.

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally