Skip to content

1.2.1

Compare
Choose a tag to compare
@barchetta barchetta released this 21 Aug 22:10
· 3189 commits to main since this release

Notes

This release contains bug and performance fixes as well as support for
the latest releases of GraalVM (19.1.1 and 19.2.0)

Fixes

  • Tracing: Zipkin integration no longer fails in MP due to class cast exception. 901
  • Jersey client to automatically propagate context when using asynchronous operations. 905
  • Smart resizing of Jersey thread pool 871
  • WebServer: Upgrade Netty to 4.1.39 899
  • WebServer: Change Netty workers default to equal available processors. 874
  • JPA: Add support for unitName-less PersistenceContext injection points 914
  • JPA: Promoting JPA integration to supported status 908
  • Health: Healthchecks moved to liveness checks. 903
  • MP Server: Logging a warning when more than one MP server is started. 902
  • GraalVM: Changes for Zipkin and Netty to run with latest Graal VM native-image 915
  • Security: Properly log audit event 886
  • OpenAPI: Allow different servers within an app to report different OpenAPI doc [883](Allow different servers within an app to report different OpenAPI doc)
  • Correct erroneous assert statement in JedisExtension 917
  • UCP Unit test 889
  • Examples: Add H2-based example for the Hikari connection pool 898
  • Documentation fixes 892 898 906