File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Spring 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+
417Changes 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
You can’t perform that action at this time.
0 commit comments