File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-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.4.0-M2 (2020-08-12)
5
+ ----------------------------------------
6
+ * DATAJPA-1761 - Sample transactional code having unnecessary save operation.
7
+ * DATAJPA-1754 - assert the entity is null in SimpleJpaRepository.save.
8
+ * DATAJPA-1749 - Release 2.4 M2 (2020.0.0).
9
+ * DATAJPA-872 - Query hints on repository methods do not support hints that allow duplicate values for the same name.
10
+
11
+
4
12
Changes in version 2.3.2.RELEASE (2020-07-22)
5
13
---------------------------------------------
6
14
* DATAJPA-1743 - Release 2.3.2 (Neumann SR2).
@@ -2015,5 +2023,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
2015
2023
2016
2024
2017
2025
2026
+
2018
2027
2019
2028
You can’t perform that action at this time.
0 commit comments