Skip to content

Commit ea8928d

Browse files
committed
Updated changelog.
See #2153
1 parent fa44bee commit ea8928d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.5.0-M5 (2021-03-17)
5+
----------------------------------------
6+
* #2173 - Improve JavaDoc.
7+
* #2169 - DATAJPA-1377 added JpaRepository.getById, deprecated JpaRepository.ge….
8+
* #2159 - Fix raw use of JpaSpecificationExecutor in docs.
9+
* #2148 - DATAJPA-1574 - Add support for saveAllAndFlush.
10+
* #2111 - Sorting on nested optional relations produces inner joins instead of outer joins [DATAJPA-1822].
11+
* #1883 - saveAndFlush could accept iterable as well [DATAJPA-1574].
12+
* #1850 - Seems BeanDefinitionUtils class should be abstract [DATAJPA-1540].
13+
* #1697 - JpaRepository.getOne(ID id) method name is inconsistent with other xById(ID id) method names [DATAJPA-1377].
14+
* #436 - DATAJPA-1822 - Ensure left outer join for nested optional attributes.
15+
16+
417
Changes in version 2.4.6 (2021-03-17)
518
-------------------------------------
619
* #2173 - Improve JavaDoc.
@@ -2232,5 +2245,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
22322245

22332246

22342247

2248+
22352249

22362250

0 commit comments

Comments
 (0)