Skip to content

Commit a3662df

Browse files
odrotbohmchristophstrobl
authored andcommitted
DATAJPA-823 - Updated changelog.
1 parent eb16a58 commit a3662df

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/main/resources/changelog.txt

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

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+
421
Changes in version 1.7.4.RELEASE (2015-10-14)
522
---------------------------------------------
623
* DATAJPA-812 - Release 1.7.4 (Evans).

0 commit comments

Comments
 (0)