Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.5.4 source code.tar.gz | 2025-09-12 | 597.8 kB | |
3.5.4 source code.zip | 2025-09-12 | 1.2 MB | |
README.md | 2025-09-12 | 1.5 kB | |
Totals: 3 Items | 1.8 MB | 0 |
:green_book: Links
:star: New Features
- Add possbility to return Entity from
delete<...>ById(id: MyId)
method #3995
: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 - Optimized
QueryUtils.applyAndBind(…)
usingIN(entities)
does not work with EclipseLink #3983 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