Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.11 (Hopper SR11), 1.11.8 (Ingalls SR8)
-
Fix Version/s: 1.10.12 (Hopper SR12), 1.11.9 (Ingalls SR9)
-
Component/s: None
-
Labels:None
-
Sprint:Kay SR1
Description
After the release of DATAJPA-980 in Ingalls SR8, Spring Boot is now broken. The Spring Boot BOM has the following version for Hibernate.
<hibernate.version>5.0.12.Final</hibernate.version>
Most teams would override this as it is somewhat old. DATAJPA-980 requires an update to 5.2.11.Final and the only place I've found that mentioned is in the linked ticket. To have to step one by one through spring-data-releasetrain.versions to find the breaking change and then scour the changelog is a huge pain. Can we either document this change in a more visible way or move Spring Boot to the required Hibernate version? Hibernate version is not specified in spring-data-releasetrain.
Attachments
Issue Links
- is related to
-
DATAJPA-980 Projections with native queries don't work as expected
-
- Closed
-
-
DATAJPA-1562 Got IndexOutOfBoundsException when projecting data on maps list
-
- Closed
-
-
SPR-16100 Allow declaration-stable lookup of declared methods via ASM
-
- Open
-
- relates to
-
DATAJPA-1247 Interface-based projection mixes data order
-
- Closed
-