File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JPA Changelog
2
2
=========================
3
3
4
+ Changes in version 1.9.1.RELEASE (2015-11-15)
5
+ ---------------------------------------------
6
+ * DATAJPA-823 - Release 1.9.1 (Gosling).
7
+ * DATAJPA-820 - New entity merged rather than persisted when ID is not generated and version is in a MappedSuperClass.
8
+ * DATAJPA-819 - CrudMethodMetadataPostProcessor does not use bean class loader.
9
+ * DATAJPA-817 - Upgrade to EclipseLink 2.6.1.
10
+ * DATAJPA-815 - order by qualifyReference when property begins with joinAlias.
11
+ * DATAJPA-805 - Typo in @Modifying documentation.
12
+ * DATAJPA-798 - Repository query method fails when sorting with Pageable and query with line breaks.
13
+ * DATAJPA-796 - Typo in JavaDoc of AbstractPersistable.
14
+ * DATAJPA-795 - Upgrade Hibernate 5 build profile to 5.0.1.
15
+ * DATAJPA-793 - Spring Boot has broken custom repository methods in Spring Data JPA.
16
+ * DATAJPA-742 - Java 8 Stream support broken.
17
+ * DATAJPA-585 - Incomplete null handling in QueryDslJpaRepository.
18
+ * DATAJPA-382 - Provide access to auditor in manually defined queries.
19
+
20
+
4
21
Changes in version 1.7.4.RELEASE (2015-10-14)
5
22
---------------------------------------------
6
23
* DATAJPA-812 - Release 1.7.4 (Evans).
You can’t perform that action at this time.
0 commit comments