Quarkus
notes:
- quarkus.io
- LTS versions :
- 3.20 (26 Mar 2025) (EOS: 28 Mar 2026)
- 3.15 (25 Sep 2024) (EOS: 25 Sep 2025)
- 3.8 (28 Feb 2024) (EOS: 28 Feb 2025)
- 3.2 (05 Jul 2023) (EOS: 05 Jul 2024)
| Release list |
| 3.34.7 | RECENT | |
| 3.35.2 | RECENT | |
| 3.20.6.1 | RECENT | |
| 3.27.3.1 | RECENT | |
| 3.33.1.1 | RECENT | |
| 3.35.1 | RECENT | |
| 3.35.0 | RECENT | |
| 3.34.6 | | |
| 3.34.5 | | |
| 3.34.3 | | |
| 3.34.2 | | |
| 3.34.1 | | |
| 3.34.0 | | |
| 3.33.1 | | |
| 3.33.0 | | |
| 3.27.3 | | |
| 3.20.6 | | |
| 3.32.4 | | |
| 3.32.3 | | |
| 3.32.2 | | |
notes:
- quarkus.io
- LTS versions :
- 3.20 (26 Mar 2025) (EOS: 28 Mar 2026)
- 3.15 (25 Sep 2024) (EOS: 25 Sep 2025)
- 3.8 (28 Feb 2024) (EOS: 28 Feb 2025)
- 3.2 (05 Jul 2023) (EOS: 05 Jul 2024)
Release notes:
Complete changelog
- #53531 - Use
<annotationProcessorPathsUseDepMgmt> in new extension projects
- #53624 - Fix various issues in reflection-free serialization
- #53628 - Consider runtime ObjectMapper-level strategy when (de)serializing pojo through the generated Jackson reflection-free serializer
- #53655 - Simplify and make more robust the mechanism to discover unsupported Jackson annotations during the generation of reflection-free serializers
- #53683 - Fix NPE when POSTing to a no-input funq function in funqy-knative-events
- #53691 - Fix spelling typos in documentation
- #53698 - Docs: Wrong description on ServiceMonitor properties
- #53701 - Fix config docs for
generate-service-monitor k8s config
- #53706 - Drop temporary Gradle configuration once it has been processed
- #53708 - Infinite loop during dev mode shutdown
- #53711 - Fix infinite loop in
AeshConsole.deadlockSafeWrite() during dev mode shutdown