Skip to content

3.4.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@schauder schauder released this 13 Sep 10:43
· 17 commits to main since this release
e4ce7eb

📗 Links

⭐ New Features

  • Optimize entity deletion in SimpleJpaRepository #3564
  • Support NULLS {FIRST | LAST} in JPQL queries #3529
  • Support of CTE with Pageable #3504
  • Sorting of Pageable.unpaged(sort) is ignored by JPA Repository #3476
  • Split string query transformation into multiple parts #3326
  • Redundant parameter in the Limit query #3242
  • Add @NativeQuery annotation as alias for @Query(nativeQuery=true) #3155

🐞 Bug Fixes

  • limit in FetchableFluentQueryBySpecification addes duplicate order by clause #3600
  • findLastChangeRevision doesn't return last revision if two revisions with exactly the same timestamp exist #3579
  • Fix typo in assertion message #3565
  • Exceptions in NamedQuery creation lead to query derivation #3550
  • Native query with #sort generates a broken query #3546
  • Сan no longer use distinct and cast(... as ...) together #3536
  • [Virtual Threads] Possible Thread Pinning in PartTreeJpaQuery.QueryPreparer#createQuery() #3505
  • Missing @Transactional on SimpleJpaRepository.delete(spec) #3499
  • BadJpqlGrammarException when parsing query containing lateral keyword used as property name. #3496
  • Spring Data JPA generates incorrect JPQL query for sorted pagination request with UNION clause #3427

📔 Documentation

  • Reorder documentation of class-based projection support for JPA Native Queries #3599
  • Bundle Javadoc with Antora documentation site #3549
  • Update docs #3544
  • Fix typo in documentation #3489

🔨 Dependency Upgrades

  • Upgrade to JSqlParser 5.0 #3606
  • Upgrade to Hibernate 6.6 #3574
  • Upgrade to Maven Wrapper 3.9.8 #3570
  • Upgrade to Hibernate 6.5.2.Final #3567
  • Upgrade to Eclipselink 4.x #3507

❤️ Contributors

We'd like to thank all the contributors who worked on this release!