Chapter 6. Fixed issues in Quarkus 1.3.4
Quarkus 1.3.4 provides increased stability and fixed issues listed in this section.
6.1. Major changes Copy linkLink copied to clipboard!
Performance improvements on multi-core systems:
Several scalability issues were identified and fixed in JBoss Threads. JBoss Threads has been upgraded to version 3.1.1.Final which significantly improves scalability on multi-core systems.
Performance improvements related to suboptimal bean scopes:
Upgraded to Quarkus HTTP 3.0.7.Final which fixes several issues related to websockets and HTTP/2:
- The environment variables from secrets were generated in such a way that Quarkus was incompatible with OpenShift 3.11.
- The OpenID Connect extension was not removing cookies if the cookie path was set. This issue was fixed here.
Several fixes were made to clustering support for the Quartz extension:
6.2. Minor changes Copy linkLink copied to clipboard!
- The PostgreSQL JDBC driver was upgraded to 42.2.12 because several regressions were spotted in 42.2.11.
- The health probes were missing from the descriptor generated by the container image extension if a container image name was specified.
- In certain cases, when a configuration error occurred at bootstrap, the exception was swallowed which made issues difficult to diagnose. The error is now properly logged in all cases.
- The Spring Data compatibility extension now supports primitive types.
- Updated SnakeYAML to 1.26 to fix CVE (security issue).
6.3. Fixed issues in Quarkus 1.3.4 SP1 Copy linkLink copied to clipboard!
The Quarkus 1.3.4 SP1 release contains the following bug fixes.
Revised on 2020-12-08 19:29:33 UTC