diff --git a/docs/src/reference/asciidoc/sm.adoc b/docs/src/reference/asciidoc/sm.adoc index 0ff1a8fe..7b2a8b22 100644 --- a/docs/src/reference/asciidoc/sm.adoc +++ b/docs/src/reference/asciidoc/sm.adoc @@ -2596,8 +2596,7 @@ Actual _Repository_ implementation for a _JPA_ is `JpaStateMachineRepository` which is backed by _Entity_ class `JpaRepositoryStateMachine`. -Generic way to persist machine for jpa is shown below. This is -equivalent to machine shown in <>. +Generic way to persist machine for jpa is shown below. [source,java,indent=0] ---- @@ -2610,8 +2609,7 @@ Actual _Repository_ implementation for a _Redis_ is `RedisStateMachineRepository` which is backed by _Entity_ class `RedisRepositoryStateMachine`. -Generic way to persist machine for jpa is shown below. This is -equivalent to machine shown in <>. +Generic way to persist machine for jpa is shown below. [source,java,indent=0] ---- @@ -2624,8 +2622,7 @@ Actual _Repository_ implementation for a _MongoDB_ is `MongoDbStateMachineRepository` which is backed by _Entity_ class `MongoDbRepositoryStateMachine`. -Generic way to persist machine for jpa is shown below. This is -equivalent to machine shown in <>. +Generic way to persist machine for jpa is shown below. [source,java,indent=0] ---- diff --git a/docs/src/reference/asciidoc/whatsnew.adoc b/docs/src/reference/asciidoc/whatsnew.adoc index 504e4f75..133f366e 100644 --- a/docs/src/reference/asciidoc/whatsnew.adoc +++ b/docs/src/reference/asciidoc/whatsnew.adoc @@ -41,4 +41,9 @@ not seen in a point release but these changes didn't merit a fork of _Spring Statemachine 1.3_. * JPA entity classes have changed table names <> +* New sample <> +* New _Entity_ classes for persistence <> + used with <> +* Transition conflict policy mentioned in + <>