Commit Graph

1731 Commits

Author SHA1 Message Date
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
Mark Paluch
d15a26059b Update CI properties.
See #1320
2022-10-31 10:36:32 +01:00
Mark Paluch
74a9771aae Refine type hints for Cassandra observability.
See #1321
2022-10-26 10:11:29 +02:00
Greg L. Turnquist
b68956e79e Polishing.
Adjust visibility of CassandraObservationSupplier.

See #1321
Original pull request: #1322
2022-10-25 09:34:21 -05:00
Mark Paluch
1e285c5cae Polishing.
Remove unused code.

See #1321
Original pull request: #1322
2022-10-25 15:59:45 +02:00
Mark Paluch
fe4ab0cd8e Polishing.
Introduce factory beans for easier wrapping of CqlSession.

See #1321
Original pull request: #1322
2022-10-25 14:34:29 +02:00
Mark Paluch
1d3e754e3e Align tracing tag names with OpenTelemetry spec.
See #1321
Original pull request: #1322
2022-10-24 15:15:43 +02:00
Mark Paluch
d75da45038 Add runtime hints for Cassandra observability.
See #1321
Original pull request: #1322
2022-10-24 13:59:31 +02:00
Mark Paluch
786cf3cc6d Polishing.
Add request tracker integration to capture completion/error responses. Add reactive integration. Properly observe prepare requests. Simplify documentation.

See #1321
Original pull request: #1322
2022-10-24 13:59:28 +02:00
Greg L. Turnquist
a42bc734ea Provide better support for activating observability with Spring Data Cassandra.
Resolves #1321.
Original pull request: #1322
2022-10-24 13:59:13 +02:00
Greg L. Turnquist
ddfff47a45 Polishing. 2022-10-20 10:53:17 -05:00
Mark Paluch
0d9f47b729 After release cleanups.
See #1307
2022-10-13 17:31:16 +02:00
Mark Paluch
585bee74c3 Prepare next development iteration.
See #1307
2022-10-13 17:31:15 +02:00
Mark Paluch
5a263f1b48 Release version 4.0 RC1 (2022.0.0).
See #1307
2022-10-13 17:24:25 +02:00
Mark Paluch
4cf11000a3 Prepare 4.0 RC1 (2022.0.0).
See #1307
2022-10-13 17:24:03 +02:00
Mark Paluch
f8e560775a Remove references to ClassTypeInformation from TypeInformation.
Closes #1314
2022-10-06 16:29:47 +02:00
Christoph Strobl
b8bd4f1e4b Switch to micrometer 1.10 snapshots.
Follow signature changes.

See: #1309
See: spring-projects/spring-data-build#1810
2022-10-06 15:44:38 +02:00
Christoph Strobl
412a780820 Follow RuntimeHints API naming changes.
Closes: #1313
2022-10-06 11:02:38 +02:00