spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.92k stars 1.39k forks source link

Upgrade to Jakarta Persistence 3.2 #3484

Open christophstrobl opened 1 month ago

christophstrobl commented 1 month ago

Make sure the JPQL Parser captures recent additions, like intersect, except, cast, ... included in Jakarta Persistence 3.2. Also look at other things like setCacheStoreMode() and setCacheRetrieveMode(),...