Commit Graph

520 Commits

Author SHA1 Message Date
Christoph Strobl
bfc3bebaad Updated changelog.
See #525
2021-02-17 13:49:18 +01:00
Christoph Strobl
60e9d82bee Updated changelog.
See #510
2021-02-17 11:34:23 +01:00
Mark Paluch
5399ec9e69 Polishing.
Remove code duplicates with method calls. Simplify getReference(…) calls.

See #530.
2021-02-01 14:59:57 +01:00
Mark Paluch
457fdb9a54 Use SqlIdentifier.getReference() when calling Row.get(…).
We now use the referencename instead of toString() when obtaining values from Row.

Closes #530.
2021-02-01 14:59:29 +01:00
Mark Paluch
c54bd76c9c Filter spring-issuemaster comments from feedback provided reassignment.
See #506
2021-01-20 14:50:34 +01:00
Mark Paluch
54158711a2 Filter spring-issuemaster comments from feedback provided reassignment.
See #506
2021-01-14 11:06:32 +01:00
Christoph Strobl
d6470e3dc1 After release cleanups.
See #511
2021-01-13 15:47:00 +01:00
Christoph Strobl
1e3ba9156f Prepare next development iteration.
See #511
2021-01-13 15:46:58 +01:00
Christoph Strobl
118fc9d320 Release version 1.3 M2 (2021.0.0).
See #511
2021-01-13 15:34:04 +01:00
Christoph Strobl
4aa1de28a7 Prepare 1.3 M2 (2021.0.0).
See #511
2021-01-13 15:33:34 +01:00
Christoph Strobl
f950390b9a Updated changelog.
See #511
2021-01-13 15:33:31 +01:00
Christoph Strobl
6be58ccc03 Updated changelog.
See #512
2021-01-13 15:16:18 +01:00
Mark Paluch
da5eb2abfe Polishing.
Reduce method visibility.

See #519
2021-01-08 11:04:25 +01:00
Mark Paluch
d79a401425 Read domain type when returning an implemented interface from repository query methods.
We now read the domain type instead of trying to materialize an interface if the type returned from the query method is implemented by the domain object handled by the repository.

Closes #519
2021-01-08 11:03:55 +01:00
Mark Paluch
4ee15834dc Polishing.
Reduce test method/class visibility.

See #518
2021-01-07 15:36:08 +01:00
Mark Paluch
6e7e03963d Apply UPPER function to all columns when enabling ignoreCase.
We now apply the UPPER function regardless of whether we could resolve the criteria property to a column. Previously, we required a resolved property of a String type which prevented non-mapped properties from case-insensitive queries.

Closes #518
2021-01-07 15:35:00 +01:00
Mark Paluch
2b4bc0d140 Update copyright year to 2021.
Closes #523
2021-01-07 11:38:39 +01:00
Kamal Mahmud
c6fe015d37 Reference Docs: typo on firstname
Closes #514
2021-01-07 11:34:30 +01:00
YuanQiang.Yang
8253f23d7e Update changelog.txt.
Fix typo decription -> description.

Closes gh-515.
2021-01-07 11:14:50 +01:00
Mark Paluch
5aced59133 Polishing.
See #520
2020-12-31 10:42:30 +01:00
Mark Paluch
d3059c2a37 Use pull_request_target in PR project assignment.
Closes #520
2020-12-31 10:42:30 +01:00
Greg L. Turnquist
4ad4831507 #509 - Polishing. 2020-12-15 09:19:05 -06:00
Greg L. Turnquist
b15ff6f323 #509 - Use Docker hub credentials for all CI jobs. 2020-12-15 09:17:03 -06:00
Mark Paluch
7926f1ecc1 #497 - Updated changelog. 2020-12-09 16:47:37 +01:00
Mark Paluch
31c1bf2702 #489 - After release cleanups. 2020-12-09 15:32:19 +01:00
Mark Paluch
2e62c8c840 #489 - Prepare next development iteration. 2020-12-09 15:32:15 +01:00
Mark Paluch
8495b482d0 #489 - Release version 1.3 M1 (2021.0.0). 2020-12-09 15:21:55 +01:00
Mark Paluch
776ab21b1b #489 - Prepare 1.3 M1 (2021.0.0). 2020-12-09 15:21:28 +01:00
Mark Paluch
83cccc8ff0 #489 - Updated changelog. 2020-12-09 15:21:25 +01:00
Mark Paluch
cfdb7157d2 #487 - Updated changelog. 2020-12-09 12:42:22 +01:00
Mark Paluch
cf75e26d45 #498 - Polishing.
Reorder methods. Replace Guava imports with proper ones. Consistent override comments.

Original pull request: #501.
2020-11-25 14:46:38 +01:00
Jens Schauder
843c402e00 #498 - Implements ReactiveCrudRepository.deleteAllById.
See also: DATACMNS-800.
Original pull request: #501.
2020-11-25 14:46:24 +01:00
Mark Paluch
1d5e5cc6c3 #506 - Polishing.
Add Pull Request template.
2020-11-23 11:53:16 +01:00
Mark Paluch
f2cffb218c #506 - Enable Project automation through GitHub Actions. 2020-11-23 11:43:49 +01:00
Mark Paluch
86eec9e61f #505 - Correctly describe AfterSaveCallback. 2020-11-20 11:59:26 +01:00
Mark Paluch
f2507858b0 #503 - Update documentation to reflect Spring R2DBC's logger prefix. 2020-11-19 15:15:43 +01:00
Mark Paluch
b85d68f115 #488 - Updated changelog. 2020-11-11 12:34:35 +01:00
Mark Paluch
43068e0e13 #492 - Polishing.
Use Java 8 syntax for Map creation. Add author tags. Use simpler table names.

Original pull request: #493.
2020-11-10 12:12:17 +01:00
JoseLion
63fcd73204 #493 - Add HStore support on Postgres dialect.
Original pull request: #493.
2020-11-10 12:05:17 +01:00
Michael Simons
1b2332e8df #494 - Fix links to Spring-Framework reference docs.
Original pull request: #495.
2020-11-03 15:18:49 +01:00
Mark Paluch
5b0e05bedb #490 - Enable Maven caching for Jenkins jobs. 2020-10-29 16:18:05 +01:00
Mark Paluch
6793ae4b50 #481 - Add CI dependency on Spring Data JDBC. 2020-10-29 09:46:00 +01:00
Mark Paluch
51e46843d4 #481 - After release cleanups. 2020-10-28 16:10:23 +01:00
Mark Paluch
bba33f8735 #481 - Prepare next development iteration. 2020-10-28 16:10:20 +01:00
Mark Paluch
4e30f24357 #481 - Release version 1.2 GA (2020.0.0). 2020-10-28 15:46:54 +01:00
Mark Paluch
3879c2db78 #481 - Prepare 1.2 GA (2020.0.0). 2020-10-28 15:46:31 +01:00
Mark Paluch
466418803b #481 - Updated changelog. 2020-10-28 15:46:20 +01:00
Mark Paluch
6d12fbb1da #461 - Updated changelog. 2020-10-28 15:03:00 +01:00
Mark Paluch
afb821fd2e #479 - Fix link to Stack Overflow tag. 2020-10-27 09:41:00 +01:00
Greg L. Turnquist
bdc488de09 #463 - Use JDK 15 for CI jobs. 2020-10-26 16:08:53 -05:00