You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of Spring Statemachines Jpa definitions (artefact "spring-statemachine-data-jpa") isn't yet compatible with Spring Boot 3 and it's Jakarta baseline.
Are there plans to support Spring Boot 3 with it's Jakarta baseline?
Would it be possible to publish another artefact of spring-statemachine-data-jpa using Jakarta imports? E.g. with name spring-statemachine-data-jpa-jakarta
Kind regards
Lukas
The text was updated successfully, but these errors were encountered:
Hi
The latest version of Spring Statemachines Jpa definitions (artefact "spring-statemachine-data-jpa") isn't yet compatible with Spring Boot 3 and it's Jakarta baseline.
E.g. JpaRepositoryStateMachine.java still uses javax.persistence instead of it's Jakarta counterparts:
https://github.com/spring-projects/spring-statemachine/blob/main/spring-statemachine-data/jpa/src/main/java/org/springframework/statemachine/data/jpa/JpaRepositoryStateMachine.java
Are there plans to support Spring Boot 3 with it's Jakarta baseline?
Would it be possible to publish another artefact of spring-statemachine-data-jpa using Jakarta imports? E.g. with name spring-statemachine-data-jpa-jakarta
Kind regards
Lukas
The text was updated successfully, but these errors were encountered: