Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
2.7.12
📗 Links
🐞 Bug Fixes
- ClassNotFound Exception for org.hibernate.jpa.TypedParameterValue in QueryParameterSetter when using Eclipselink JPA Provider #2902
3.1.0-RC1
📗 Links
⭐ New Features
- Accept additional function argument literals for correct native query with pageable rewrite #2884
- Add support for Scroll API #2878
- Consistently document
JpaSpecificationExecutor
to require non-nullSpecification
s #2877 - Support sorting by aliased columns #2863
- Adopt to changed Hibernate behavior returning domain types using tuple queries #2815
- Missing reflection hint for AbstractPersistable #2735
🐞 Bug Fixes
- HQL query "where exists (subquery)" fails #2864
- ClassCastException in PersistenceProvider$HibernateScrollableResultsIterator.next with GraalVM native-image #2848
SimpleJpaRepository.delete(Specification<T> spec)
throwsNullPointerException
#2796- count query fails to be auto generated when using
@Query
annotation with fetch join #2348 - StringQuery incorrect alias definition for hql have join query [DATAJPA-1781] #2074
- CountQuery fails to be auto generated when not using explicit alias [DATAJPA-1737] #2032
🔨 Dependency Upgrades
3.0.5
📗 Links
⭐ New Features
- Accept additional function argument literals for correct native query with pageable rewrite #2884
- Adopt to changed Hibernate behavior returning domain types using tuple queries #2815
- Missing reflection hint for AbstractPersistable #2735
🐞 Bug Fixes
- ClassCastException in PersistenceProvider$HibernateScrollableResultsIterator.next with GraalVM native-image #2848
SimpleJpaRepository.delete(Specification<T> spec)
throwsNullPointerException
#2796
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.1 #2906
2.7.11
3.1.0-M3
📗 Links
⭐ New Features
- Improve performance of PersistenceProvider.condense function #2860
🐞 Bug Fixes
- NoClassDefFoundError TypedParameterValue when using eclipselink #2857
- FetchableFluentQueryByPredicate does not respect project() call on queryFunction #2820
NullPointerException
in version 3.0.2 when using modifying native queries orSELECT
queries that Spring Data cannot parse #2812
📔 Documentation
- Improve docs on transactionality of methods declared on repository interfaces #2868
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.0 #2809
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.4
📗 Links
⭐ New Features
- Improve performance of PersistenceProvider.condense function #2860
🐞 Bug Fixes
- NoClassDefFoundError TypedParameterValue when using eclipselink #2857
📔 Documentation
- Improve docs on transactionality of methods declared on repository interfaces #2868
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.10
📗 Links
📔 Documentation
- Improve docs on transactionality of methods declared on repository interfaces #2868
❤️ Contributors
We'd like to thank all the contributors who worked on this release!