File tree 1 file changed +14
-0
lines changed
1 file changed +14
-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 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
+
4
17
Changes in version 2.4.6 (2021-03-17)
5
18
-------------------------------------
6
19
* #2173 - Improve JavaDoc.
@@ -2232,5 +2245,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
2232
2245
2233
2246
2234
2247
2248
+
2235
2249
2236
2250
You can’t perform that action at this time.
0 commit comments