2.7.0-RC1
Pre-release
Pre-release
·
850 commits
to main
since this release
📗 Links
⭐ New Features
- IgnoreCase uses Upper function in repository method names and cannot be configured. #2420
- Incorrectly generating count queries for queries starting with whitespaces. #2393
🐞 Bug Fixes
- Count query removes
distinct
phrase if from part of JPA query contains newline character #2341 - NativeQuery with Pagination #2260
- SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242
📔 Documentation
- Grammar mistake in documentation #2487