Christoph Strobl
84b4b0beaf
Prepare next development iteration.
...
See #1377
2023-05-12 14:18:52 +02:00
Christoph Strobl
7c96b6b6bb
Release version 4.1 GA (2023.0.0).
...
See #1377
2023-05-12 14:14:38 +02:00
Christoph Strobl
e1ae940dd3
Prepare 4.1 GA (2023.0.0).
...
See #1377
2023-05-12 14:14:06 +02:00
Mark Paluch
c99e3e46ff
Polishing.
...
Reformat code. Update CDI example.
Closes #1301
2023-05-10 10:55:02 +02:00
대환임
305366536a
Move off deprecated code in reference documentation.
...
See #1301
2023-05-10 10:53:35 +02:00
Greg L. Turnquist
44855155c2
After release cleanups.
...
See #1365
2023-04-14 12:00:02 -05:00
Greg L. Turnquist
4c6e43f87a
Prepare next development iteration.
...
See #1365
2023-04-14 11:59:56 -05:00
Greg L. Turnquist
31af2c7117
Release version 4.1 RC1 (2023.0.0).
...
See #1365
2023-04-14 11:53:59 -05:00
Greg L. Turnquist
05cf3f0238
Prepare 4.1 RC1 (2023.0.0).
...
See #1365
2023-04-14 11:53:20 -05:00
Mark Paluch
c2a7ae53a4
Upgrade to Maven Wrapper 3.9.1.
...
See #1370
2023-04-06 16:16:24 +02:00
Oliver Drotbohm
8dd3f1b94b
Prefer implementing PersistentPropertyAccessor over PersistentPropertyPathAccessor.
...
Fixes : #1368
Related issue: spring-projects/spring-data-commons#2813
2023-04-04 11:50:16 +02:00
Greg L. Turnquist
d0a1b13751
Test with Java 20 in CI.
...
See #1367 .
2023-03-29 13:48:04 -05:00
Greg L. Turnquist
76863f8ba3
Update CI properties.
...
See #1365
2023-03-28 13:58:13 -05:00
Mark Paluch
a5eaf2fa30
Accept CqlSessionBuilder and unwrap instrumented session for reactive observability.
...
We now accept `CqlSessionBuilder` in ObservableReactiveSessionFactoryBean to use the session directly to avoid duplicate instrumentation.
Also, DefaultBridgedReactiveSession tries to unwrap any observability-proxied sessions.
Closes #1366
2023-03-27 17:01:04 +02:00
Mark Paluch
24380a9837
Add missing header anchors in ref docs.
...
Closes #1260
2023-03-21 10:46:12 +01:00
Christoph Strobl
868e151cec
After release cleanups.
...
See #1353
2023-03-20 15:05:35 +01:00
Christoph Strobl
32cc5b6fd5
Prepare next development iteration.
...
See #1353
2023-03-20 15:05:33 +01:00
Christoph Strobl
0fc12d3cd1
Release version 4.1 M3 (2023.0.0).
...
See #1353
2023-03-20 15:01:47 +01:00
Christoph Strobl
67e9011bd0
Prepare 4.1 M3 (2023.0.0).
...
See #1353
2023-03-20 15:01:19 +01:00
Mark Paluch
0f5fb56c4f
Fix broken links in reference documentation.
...
Closes #1345
2023-03-20 10:59:19 +01:00
Mark Paluch
542bd8f314
Adopt to newly introduced ParameterAccessor.getScrollPosition().
...
Closes #1361
2023-03-16 15:16:42 +01:00
Mark Paluch
6de9009f77
Upgrade to Maven Wrapper 3.9.0.
...
See #1354
2023-02-20 11:58:13 +01:00
Christoph Strobl
ba8d904a80
After release cleanups.
...
See #1352
2023-02-17 14:25:48 +01:00
Christoph Strobl
1a42b8bb6e
Prepare next development iteration.
...
See #1352
2023-02-17 14:25:46 +01:00
Christoph Strobl
14de8b3be3
Release version 4.1 M2 (2023.0.0).
...
See #1352
2023-02-17 14:22:31 +01:00
Christoph Strobl
84ae7c411d
Prepare 4.1 M2 (2023.0.0).
...
See #1352
2023-02-17 14:22:17 +01:00
Christoph Strobl
7a58bed186
After release cleanups.
...
See #1331
2023-02-17 13:31:54 +01:00
Christoph Strobl
a491e941bf
Prepare next development iteration.
...
See #1331
2023-02-17 13:31:52 +01:00
Christoph Strobl
c612687b4d
Release version 4.1 M1 (2023.0.0).
...
See #1331
2023-02-17 13:27:49 +01:00
Christoph Strobl
6b8de32299
Prepare 4.1 M1 (2023.0.0).
...
See #1331
2023-02-17 13:27:09 +01:00
Mark Paluch
d456225e31
Update CI properties.
...
See #1331
2023-01-30 10:49:49 +01:00
Mark Paluch
9ee50132c6
Upgrade to Maven Wrapper 3.8.7.
...
See #1348
2023-01-30 10:48:15 +01:00
Mark Paluch
ad9531d426
Polishing.
...
Fix missing imports.
See #1331
2023-01-09 14:52:58 +01:00
Mark Paluch
f0f6895ebb
Polishing.
...
Fix import ordering.
See #1329
2023-01-03 15:28:37 +01:00
Mark Paluch
86f8528077
Polishing.
...
Reflect that prepared statements do not inherit query options to avoid cache pollution.
See #1335
2023-01-03 15:19:16 +01:00
Mark Paluch
515bffc784
Read correct domain type when returning interface type from domain type hierarchy.
...
We now read the correct type to read (domain type) when a repository query method declares an interface type that is implemented by the domain type.
Closes #1335
2023-01-03 15:17:47 +01:00
Mark Paluch
745ae59c6f
Extend license header copyright years to 2023.
...
See #1339
2023-01-02 09:53:34 +01:00
Mark Paluch
f1a5624994
Fix duplicate upgrading instructions in reference documentation.
...
Closes #1332
2022-11-21 13:24:14 +01:00
Mark Paluch
2d672a6b8b
Update CI properties.
...
See #1331
2022-11-18 15:31:10 +01:00
Mark Paluch
c0792c3a29
After release cleanups.
...
See #1319
2022-11-18 14:30:20 +01:00
Mark Paluch
4e01074cab
Prepare next development iteration.
...
See #1319
2022-11-18 14:30:18 +01:00
Mark Paluch
24269a4dfd
Release version 4.0 GA (2022.0.0).
...
See #1319
2022-11-18 14:26:22 +01:00
Mark Paluch
6ff94051c9
Prepare 4.0 GA (2022.0.0).
...
See #1319
2022-11-18 14:26:12 +01:00
Christoph Strobl
9fa3b97852
Add Nullable annotation to parameter of overridden equals method.
...
Closes : #1325
Original pull request: #1326
2022-11-11 09:51:20 +01:00
Mark Paluch
6e0832e0eb
Refine reference documentation.
...
Include Micrometer partials instead of generating those. Include upgrading section with links to release notes.
Closes #1328
2022-11-11 09:50:00 +01:00
Jens Schauder
4d42cab68e
Replace New and Noteworthy with links to release notes.
...
Closes #1327
See spring-projects/spring-data-relational#1351
2022-11-10 15:14:36 +01:00
Mark Paluch
d61947f9fd
After release cleanups.
...
See #1320
2022-11-04 15:26:39 +01:00
Mark Paluch
01ba3a21eb
Prepare next development iteration.
...
See #1320
2022-11-04 15:26:37 +01:00
Mark Paluch
fef5dbf00c
Release version 4.0 RC2 (2022.0.0).
...
See #1320
2022-11-04 15:23:17 +01:00
Mark Paluch
7aad400321
Prepare 4.0 RC2 (2022.0.0).
...
See #1320
2022-11-04 15:23:05 +01:00