← ChangeRadar
quarkus: changelog & breaking changes
Auto-tracked from github.com/quarkusio/quarkus. Updated Jun 28, 2026.
3.37.0
2026-06-24
No breaking-change keywords detected in release notes.
3.36.3
2026-06-18
No breaking-change keywords detected in release notes.
3.33.2.1
2026-06-17
No breaking-change keywords detected in release notes.
3.27.4.1
2026-06-17
No breaking-change keywords detected in release notes.
3.20.6.2
2026-06-17
No breaking-change keywords detected in release notes.
3.37.0.CR1
2026-06-11
⚠ Potential breaking changes
- [#51157](https://github.com/quarkusio/quarkus/issues/51157) - Update deprecation documentation for deprecated properties in Hibernate/datasource extensions
- [#54149](https://github.com/quarkusio/quarkus/pull/54149) - Migrate custom enforcer rules to the current Maven Enforcer Plugin API
- [#54253](https://github.com/quarkusio/quarkus/pull/54253) - Remove long deprecated constructors of `ReflectiveClassBuildItem
- [#54275](https://github.com/quarkusio/quarkus/pull/54275) - Remove deprecated code from `ApplicationArchive` and build item
- [#54277](https://github.com/quarkusio/quarkus/pull/54277) - Remove deprecated code from `Capability` and `AugmentActionImpl
- [#54278](https://github.com/quarkusio/quarkus/pull/54278) - Remove deprecated `ProcessInheritIODisabled` & `ArtifactInfoUtil` method
- [#54282](https://github.com/quarkusio/quarkus/pull/54282) - Remove deprecated `GlobUtil` and constructors of build items
- [#54287](https://github.com/quarkusio/quarkus/pull/54287) - Replace deprecated `Runtime.version().major()` with `Runtime.version().feature()
- [#54324](https://github.com/quarkusio/quarkus/pull/54324) - Migrate MongoDB Dev Services to new Dev Services infrastructure
- [#54353](https://github.com/quarkusio/quarkus/pull/54353) - Migrate Kubernetes Dev Services to new Dev Services infrastructure
3.36.2
2026-06-11
⚠ Potential breaking changes
- [#34285](https://github.com/quarkusio/quarkus/issues/34285) - Using Dev ui "breaks" a lambda
3.36.1
2026-06-03
⚠ Potential breaking changes
- [#54531](https://github.com/quarkusio/quarkus/pull/54531) - Remove superfluous code in dev ui guide
- [#54543](https://github.com/quarkusio/quarkus/pull/54543) - Undeprecate AbstractQuarkusExtensionTest and make it abstract