kaarelm

Results 1 issues of kaarelm

When using the `DefaultStateMachinePersister` with `JpaRepositoryStateMachinePersist` to persist a statemachine then the `machineId` is taken from the `StateMachineContext` object and the `contextObj` is unused - [link to code](https://github.com/spring-projects/spring-statemachine/blob/6867b5dc9e87c3409419660309552268c7e3701c/spring-statemachine-data/jpa/src/main/java/org/springframework/statemachine/data/jpa/JpaRepositoryStateMachinePersist.java#L65) When restoring...