-
We are currently using Eclipselink 2.7.x with Spring Boot 2.6.x. Does Eclipselink 3.x and/or 4.x claim any compatibility with any version of Spring Boot and Spring Data? Has anyone tried it? What are the major differences between 2.7.x and 3.x and 4.x that they are each different major version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, I'm not aware of that
2.7.x is for Java SE 8 + Java EE 8/Jakarta EE 8 -> |
Beta Was this translation helpful? Give feedback.
No, I'm not aware of that
2.7.x is for Java SE 8 + Java EE 8/Jakarta EE 8 ->
javax.persistence
package namespace3.0.x is for Java SE 8 + Jakarta EE 9 ->
jakarta.persistence
package namespace4.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