Posts by Georgios Andrianakis
Software Engineer at Red Hat on Quarkus and Spring
Posts
Quarkus 3.35 introduces Profile-Guided Optimization (PGO) support for native images. Enable it with quarkus.native.pgo.enabled=true and let your integration tests drive the profiling - the build automatically produces an optimized native binary tailored to your application's actual runtime behavior.
Quarkus 3.35 brings great startup improvements to IBM Semeru Runtimes. The same `quarkus.package.jar.aot.enabled=true` flag that activates Project Leyden on HotSpot-based JVMs now automatically generates an OpenJ9 Shared Classes Cache - no code changes needed.
How does quarkus use branches and the implication on releases and Quarkus versions
2.2.3.Final is a maintenance release for our 2.2 release train.
1.7.3.Final fixes some regressions and bugs.
1.7.1.Final fixes some regressions and bugs.
Quarkus 1.4 introduces some interesting new capabilities for mocking CDI beans.