Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.4.10 source code.tar.gz | 2025-09-12 | 580.6 kB | |
3.4.10 source code.zip | 2025-09-12 | 1.2 MB | |
README.md | 2025-09-12 | 1.2 kB | |
Totals: 3 Items | 1.8 MB | 0 |
:green_book: Links
:lady_beetle: Bug Fixes
- JPQL
/* ... */
comments in@Query
fail to parse when migrating from Spring Boot 3.3.5 to Spring Boot 3.5.5 / Spring Data JPA (HQL parser mismatch on/
) #3997 - Qualify identifier used in
SimpleJpaRepository.deleteAllByIdInBatch(…)
JPQL #3993 - EclipseLink fails resolving unqualified identifier property using
IN
on batch delete by Id #3990 ExpressionBasedStringQuery
does not expand#{#entityName}
for native queries #3979
:hammer: Dependency Upgrades
- Upgrade to Hibernate 6.6.28.Final #4005
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
- @pmh5574