File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-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.5.RELEASE (2016-11-03)
5
+ ----------------------------------------------
6
+ * DATAJPA-993 - Improve infrastructure setup example in reference documentation.
7
+ * DATAJPA-992 - Fix package name in JavaDoc of AuditingEntityListener.
8
+ * DATAJPA-984 - JPA projection query returning single non-standard JPA type results in "No aliases found in result tuple" error.
9
+ * DATAJPA-978 - Upgrade Hibernate 5.2 build profile to 5.2.4.
10
+ * DATAJPA-977 - Release 1.10.5 (Hopper SR5).
11
+ * DATAJPA-790 - org.hibernate.QueryException when applying @EntityGraph on (Querydsl) findAll(Predicate, Pageable) method.
12
+
13
+
4
14
Changes in version 1.10.4.RELEASE (2016-09-29)
5
15
----------------------------------------------
6
16
* DATAJPA-974 - Projections referring to collection attributes don't create a proper selection (missing joins).
You can’t perform that action at this time.
0 commit comments