This is a bugfix release of Helidon. It is recommended for all users of Helidon 2.
CHANGES
- CORS: Fix CORS annotation handling error in certain cases 5102
- DBClient: Helidon DBClient does not trigger an Exception when no sane DB connection can be obtained 4772
- Examples: Remove module-info files from examples 4893
- JAX-RS: Register a low-priority exception mapper to log internal errors 5059
- Metrics: OpenMetrics formatting issue; add tests 4901
- MicroProfile: Fix identification of parallel startup of CDI 4994
- WebClient: WebClient uses DataPropagationProvider to module-info 4916
- WebServer: Default header size increased to 16K Helidon Server and docs 5018
- WebServer: Watermarked response backpressure 5062
- Dependencies: Update graphql-java to 17.4 4992
- Dependencies: Upgrade build-tools to 2.3.6 5099
- Dependencies: Upgrade eclipselink to 2.7.11 4974
- Dependencies: Upgrade hibernate to 5.6.11.Final 4965
- Dependencies: Upgrade reactive-sreams to 1.0.4 5044
- Dependencies: Upgrade snakeyaml to 1.32 4921
- Dependencies: upgrade hibernate validator to 6.2.5 5037
- Docs: Fix invalid example in se/config/advanced-configuration.adoc (#4775) 4943
- Docs: Sec provider 4810 5034
- Test: EchoServiceTest timeout 5006
- Test: Fixed race condition in the OCI Metrics integration test between retrieval of metrics from registry and asserting that from expected results 4897
- Test: MultiFromBlockingInputStream RC fix 5061
- Test: Rest Client timeout test exclusion 5077
- Test: ThreadPoolTest 4988
- Test: Use Hamcrest assertions instead of JUnit (#1749) 5087 and others