Skip to content

Commit b07bdc0

Browse files
committed
DATAJPA-916 - Updated changelog.
1 parent 5c41f5a commit b07bdc0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring Data JPA Changelog
22
=========================
33

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+
419
Changes in version 1.11.0.M1 (2016-07-27)
520
-----------------------------------------
621
* DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…).

0 commit comments

Comments
 (0)