Commit Graph

1501 Commits

Author SHA1 Message Date
Mark Paluch
cd0ca6fbaf Updated changelog.
See #2156
2021-03-17 11:03:39 +01:00
Mark Paluch
20e8aefb14 After release cleanups.
See #2151
2021-03-17 10:33:57 +01:00
Mark Paluch
adfdaf2295 Prepare next development iteration.
See #2151
2021-03-17 10:33:55 +01:00
Mark Paluch
217f680f10 Release version 2.3.8 (Neumann SR8).
See #2151
2021-03-17 10:21:33 +01:00
Mark Paluch
602f052c92 Prepare 2.3.8 (Neumann SR8).
See #2151
2021-03-17 10:21:08 +01:00
Mark Paluch
2036e5df48 Updated changelog.
See #2151
2021-03-17 10:21:03 +01:00
Michael Simons
5850bc1506 Improve JavaDoc.
Original pull request #2173
2021-03-11 15:53:10 +01:00
Jens Schauder
6e6087780b Polishing.
Made test methods public for JUnit 4.

Original pull request: #436
2021-03-03 11:46:05 +01:00
Jens Schauder
2c8fb8d58c Polishing.
Formatting.
Preferring iterative code of streams.
Adding `@author` tags for previous changes.

Original pull request: #436
2021-03-02 12:21:56 +01:00
Patrice Blanchardie
79b5d5223b Use left outer joins for nested optionals.
Closes #2111
Original pull request #436
2021-03-02 12:21:51 +01:00
Ryan Cloherty
cccc5f7a46 Fixes raw use of JpaSpecificationExecutor in docs.
`JpaSpecificationExecutor` was being used without a type being specified. This commit fixes that.

Original pull request #2159
2021-02-23 08:54:09 +01:00
Christoph Strobl
65aa72a864 Updated changelog.
See #2155
2021-02-18 11:37:43 +01:00
Christoph Strobl
019b64c8f2 Updated changelog.
See #2152
2021-02-18 11:18:25 +01:00
Christoph Strobl
10d759ccb9 Updated changelog.
See #2135
2021-02-17 14:20:33 +01:00
Christoph Strobl
e552e73df9 Updated changelog.
See #2134
2021-02-17 13:49:15 +01:00
Christoph Strobl
c5f1cb37c2 After release cleanups.
See #2118
2021-02-17 11:32:50 +01:00
Christoph Strobl
14559c972d Prepare next development iteration.
See #2118
2021-02-17 11:32:48 +01:00
Christoph Strobl
fc5ca80f02 Release version 2.3.7 (Neumann SR7).
See #2118
2021-02-17 11:07:42 +01:00
Christoph Strobl
dcf53b52b6 Prepare 2.3.7 (Neumann SR7).
See #2118
2021-02-17 11:07:10 +01:00
Christoph Strobl
c4b95407d4 Updated changelog.
See #2118
2021-02-17 11:07:00 +01:00
Christoph Strobl
b3919450ef Updated changelog.
See #2117
2021-02-17 10:58:20 +01:00
Jens Schauder
fd773a12d1 Fixes visibility modifier for JUnit 4 test.
Closes #2149
2021-02-17 10:17:55 +01:00
Mark Paluch
7d044c22f1 Consider Specification order in composition.
We now consider the ordering of left-hand-side and right-hand-side arguments when composing specifications. The primary aspect is consistency so that predicates appear in the actual SQL query in the order they were combined. Most SQL databases tend to reorder the criteria according to the most useful query execution plan. Only special cases tend to follow deferred evaluation when using OR combination.

Resolves #2146.
2021-02-02 11:57:40 +01:00
Christoph Strobl
aba0d17b13 Updated changelog.
See #2119
2021-01-13 15:49:38 +01:00
Christoph Strobl
1b11d6f96f Updated changelog.
See #2120
2021-01-13 15:16:21 +01:00
Mark Paluch
501a0696bf Update copyright year to 2021.
Closes #2133
2021-01-12 11:36:54 +01:00
Jens Schauder
d34e50613d Update all references to the issue tracker.
All references to the issue tracker of Spring projects now lead directly to GitHub.

Original pull request: #2130.
Closes #2127.
2021-01-11 14:53:10 +01:00
Jens Schauder
dd5e22dba1 Provide anchors for fourth level sections.
Closes #2129
Original pull request #2131
2021-01-07 13:06:49 +01:00
Greg L. Turnquist
10ab3119db DATAJPA-1828 - Use Docker hub credentials for all CI jobs. 2020-12-15 14:50:39 -06:00
Jens Schauder
45863dc881 DATAJPA-1827 - Polishing.
Fixing tests.

Original pull request: #438.
2020-12-11 11:43:05 +01:00
Mark Paluch
27bb58cc51 DATAJPA-1827 - Polishing.
Use ClassUtils.isAssignable(…) to simplify boxed/primitive assignability checks.

Original pull request: #438.
2020-12-11 11:04:58 +01:00
Mark Paluch
0bef8ce41c DATAJPA-1827 - Consider wrapper types for Modifying JPA Query Execution.
We now consider wrapper types (nullable types, Vavr/Javaslang/Futures) as potential wrappers and inspect the component type of each wrapper to determine the actual method return type.

Original pull request: #438.
2020-12-11 11:04:58 +01:00
Mark Paluch
2ed950a75f DATAJPA-1819 - Updated changelog. 2020-12-09 16:47:40 +01:00
Mark Paluch
60d81b7ab9 DATAJPA-1812 - Updated changelog. 2020-12-09 15:33:20 +01:00
Mark Paluch
3c86ba6fbd DATAJPA-1810 - After release cleanups. 2020-12-09 12:41:25 +01:00
Mark Paluch
197c6f6406 DATAJPA-1810 - Prepare next development iteration. 2020-12-09 12:41:18 +01:00
Mark Paluch
82834dfcef DATAJPA-1810 - Release version 2.3.6 (Neumann SR6). 2020-12-09 11:16:20 +01:00
Mark Paluch
f686e5b043 DATAJPA-1810 - Prepare 2.3.6 (Neumann SR6). 2020-12-09 11:15:54 +01:00
Mark Paluch
b6310f5556 DATAJPA-1810 - Updated changelog. 2020-12-09 11:15:51 +01:00
Mark Paluch
839c0860c0 DATAJPA-1809 - Updated changelog. 2020-12-09 09:59:10 +01:00
Mark Paluch
c20de3d2f1 DATAJPA-1811 - Updated changelog. 2020-11-11 12:34:37 +01:00
Mark Paluch
a1a5541ae0 DATAJPA-1794 - Updated changelog. 2020-10-28 16:28:00 +01:00
Mark Paluch
43ccdb8d92 DATAJPA-1776 - After release cleanups. 2020-10-28 14:51:05 +01:00
Mark Paluch
05ef29141d DATAJPA-1776 - Prepare next development iteration. 2020-10-28 14:51:02 +01:00
Mark Paluch
34124aa4e2 DATAJPA-1776 - Release version 2.3.5 (Neumann SR5). 2020-10-28 14:34:40 +01:00
Mark Paluch
c87383554c DATAJPA-1776 - Prepare 2.3.5 (Neumann SR5). 2020-10-28 14:34:15 +01:00
Mark Paluch
81a311ca99 DATAJPA-1776 - Updated changelog. 2020-10-28 14:33:57 +01:00
Mark Paluch
fb2044077c DATAJPA-1775 - Updated changelog. 2020-10-28 12:15:04 +01:00
Mark Paluch
3a79a8902a DATAJPA-1806 - Updated changelog. 2020-10-28 11:32:28 +01:00
Jens Schauder
b6d8f1d66c DATAJPA-1622 - Polishing.
Original pull request: #433.
2020-10-26 15:06:12 +01:00