1520 Commits

Author SHA1 Message Date
Jens Schauder
7ee5c28283 Fix test for JUnit 4
Original pull request #2229
See #2228
2021-06-15 14:43:40 +02:00
Manuel Doninger
7cdc8fe120 Remove superfluous @Repository annotation from examples.
Remove the @Repository annotation from interfaces in the examples, since it is not necessary on Spring Data interfaces (and creates a warning log anyway).

Closes #2234
Original pull request #2235
2021-06-15 12:00:42 +02:00
Michael Simons
a9dfa2a25a Polishing.
Original pull request #2229
See #2228
2021-06-09 14:57:41 +02:00
Michael Simons
085c771747 Escape JDBC styled parameters.
Closes #2228
Original pull request #2229
2021-06-09 14:57:41 +02:00
Jens Schauder
37879764ea Fix documenation of entity state-detection strategies.
Closes #2230
2021-06-09 11:00:46 +02:00
Mark Paluch
7c339d84e1 Updated changelog.
See #2199
2021-05-14 12:36:36 +02:00
Mark Paluch
92a1d13ab4 Updated changelog.
See #2197
2021-05-14 12:06:41 +02:00
Greg L. Turnquist
a503167e04 Authenticate with artifactory.
See #2192.
2021-04-22 12:23:26 -05:00
Mark Paluch
929054a16f Updated changelog.
See #2192
2021-04-14 14:39:59 +02:00
Mark Paluch
06e0b5360c Updated changelog.
See #2193
2021-04-14 11:43:32 +02:00
Mark Paluch
4641fda019 After release cleanups.
See #2180
2021-04-14 11:16:05 +02:00
Mark Paluch
2dc375f9ce Prepare next development iteration.
See #2180
2021-04-14 11:16:01 +02:00
Mark Paluch
453d73d65f Release version 2.3.9 (Neumann SR9).
See #2180
2021-04-14 11:04:45 +02:00
Mark Paluch
58bc6f9520 Prepare 2.3.9 (Neumann SR9).
See #2180
2021-04-14 11:04:07 +02:00
Mark Paluch
9e3a0080ed Updated changelog.
See #2180
2021-04-14 11:04:00 +02:00
Jens Schauder
e6d89f2cc8 Upgrade dependencies.
Closes #2195
2021-04-09 10:40:55 +02:00
Mark Paluch
20d04475e2 Updated changelog.
See #2181
2021-03-31 18:30:44 +02:00
Mark Paluch
621fee388e Updated changelog.
See #2178
2021-03-31 17:26:04 +02:00
Mark Paluch
13b10096d1 Updated changelog.
See #2153
2021-03-17 11:31:28 +01:00
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