Skip to content

3.1.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregturn gregturn released this 14 Apr 17:00
· 581 commits to main since this release
01a0e5b

📗 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-null Specifications #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) throws NullPointerException #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

  • Upgrade to Hibernate 6.2.1.Final #2917
  • Upgrade to Maven Wrapper 3.9.1 #2905