Skip to content

1.4.4

Compare
Choose a tag to compare
@barchetta barchetta released this 18 Mar 19:55
· 3056 commits to main since this release

Notes

This is a bug fix release of Helidon. It includes another key fix for Helidon MP JPA/JTA support.
If you use JPA/JTA then it is strongly recommended that you upgrade to this release.

Fixes

  • JPA/JTA: Ensures that JtaDataSource instances that are acquired when a transaction is already active have their Synchronizations registered appropriately 1508
  • Config: Fix merging of value nodes 1490
  • Config: Config cache is not using SoftReference anymore. 1495
  • Security: Fail fast when policy validation fails because of setup/syntax 1492
  • Reactive: BaseProcessor back-pressure fix 1343