From b960b6a9bf57eff889d8ff509131c570e7e6f076 Mon Sep 17 00:00:00 2001 From: Riccardo Righi Date: Thu, 22 Nov 2018 13:02:20 +0100 Subject: [PATCH] Documentation --- .../src/docs/asciidoc/reference/holon-datastore-jpa.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/src/docs/asciidoc/reference/holon-datastore-jpa.adoc b/documentation/src/docs/asciidoc/reference/holon-datastore-jpa.adoc index ded13e3..6358fb4 100644 --- a/documentation/src/docs/asciidoc/reference/holon-datastore-jpa.adoc +++ b/documentation/src/docs/asciidoc/reference/holon-datastore-jpa.adoc @@ -74,6 +74,15 @@ The Holon Platform provides an *overall Maven BOM (Bill of Materials)* to easily See link:index.html#obtain-the-platform-artifacts[Obtain the platform artifacts] for details. +[[WhatsNew52x]] +== What's new in version 5.2.x + +* A basic support for database _locks_ is now available. See <>. + +* The new link:{apidir}/com/holonplatform/datastore/jpa/tx/JpaTransactionFactory.html[JpaTransactionFactory^] interface is now available to customize the JPA Datastore transactions lifecycle. It can be configured using the JPA Datastore builder. + +* Support for JDK 9+ module system using `Automatic-Module-Name`. + [[WhatsNew51x]] == What's new in version 5.1.x