Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lukas99 opened this issue Jun 21, 2023 · 4 comments
Closed

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

lukas99 opened this issue Jun 21, 2023 · 4 comments
Labels
status/duplicate There were an existing issue

Comments

@lukas99
Copy link

lukas99 commented Jun 21, 2023

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

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Jun 21, 2023
@libinbin880521
Copy link

libinbin880521 commented Jun 21, 2023 via email

@egreijus
Copy link
Contributor

egreijus commented Jun 27, 2023

There is a pull request for upgrading to 3 (#1104).

@jvenki
Copy link

jvenki commented Sep 14, 2023

Any update on when the PR will get merged and pushed

@andreas-schilling
Copy link

PR is merged, (pre-)release date yet pending: #1104

@jvalkeal jvalkeal added status/duplicate There were an existing issue and removed status/need-triage Team needs to triage and take a first look labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/duplicate There were an existing issue
Projects
None yet
Development

No branches or pull requests

6 participants