File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-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.10.3.RELEASE (2016-09-20)
5
+ ----------------------------------------------
6
+ * DATAJPA-965 - Mapping Sort instances to ORDER BY expressions should be restricted to fields for manually defined queries.
7
+ * DATAJPA-960 - Order by clause not created correctly if a manually defined query is not using an alias.
8
+ * DATAJPA-956 - Error creating DefaultJpaContext bean with a non-EntityManagerFactory JndiObjectFactoryBean defined via JavaConfig.
9
+ * DATAJPA-953 - Fix typo in reference documentation.
10
+ * DATAJPA-951 - Projections not handled correctly when Optional is used as wrapping return type.
11
+ * DATAJPA-950 - Upgrade Hibernate 5 build profile to 5.2.2.
12
+ * DATAJPA-938 - Complex select clauses in manually declared query using constructor expressions fail.
13
+ * DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…).
14
+ * DATAJPA-929 - NullPointerException in AbstractStringBasedJpaQuery.isJpaManaged().
15
+ * DATAJPA-916 - Release 1.10.3 (Hopper SR3).
16
+ * DATAJPA-413 - Nested Id classes fail to populate in JpaMetamodelEntityInformation.
17
+
18
+
4
19
Changes in version 1.11.0.M1 (2016-07-27)
5
20
-----------------------------------------
6
21
* DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…).
You can’t perform that action at this time.
0 commit comments