Skip to content

Eclipselink 3.x and 4.x compatibility with Spring Boot 2.x / Spring Data? #1744

Answered by lukasj
wilx asked this question in Q&A
Discussion options

You must be logged in to vote

Does Eclipselink 3.x and/or 4.x claim any compatibility with any version of Spring Boot and Spring Data? Has anyone tried it?

No, I'm not aware of that

What are the major differences between 2.7.x and 3.x and 4.x that they are each different major version?

2.7.x is for Java SE 8 + Java EE 8/Jakarta EE 8 -> javax.persistence package namespace
3.0.x is for Java SE 8 + Jakarta EE 9 -> jakarta.persistence package namespace
4.0.x is for Java SE 11 & Jakarta EE 10, contains few breaking changes in some EclipseLink APIs, like ie removal of deprecated methods, renaming, etc

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wilx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1743 on November 23, 2022 18:23.