spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.52k stars 598 forks source link

spring-statemachine-data-jpa compatibility with Spring Boot 3 #1103

Closed lukas99 closed 9 months ago

lukas99 commented 1 year ago

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

libinbin880521 commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

egreijus commented 1 year ago

There is a pull request for upgrading to 3 (https://github.com/spring-projects/spring-statemachine/pull/1104).

jvenki commented 10 months ago

Any update on when the PR will get merged and pushed

andreas-schilling commented 9 months ago

PR is merged, (pre-)release date yet pending: https://github.com/spring-projects/spring-statemachine/pull/1104