Commit Graph

466 Commits

Author SHA1 Message Date
Mark Paluch
d4bbdcbd09 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #1387
2023-06-06 10:17:57 +02:00
Christoph Strobl
e1ae940dd3 Prepare 4.1 GA (2023.0.0).
See #1377
2023-05-12 14:14:06 +02:00
Greg L. Turnquist
05cf3f0238 Prepare 4.1 RC1 (2023.0.0).
See #1365
2023-04-14 11:53:20 -05:00
Mark Paluch
24380a9837 Add missing header anchors in ref docs.
Closes #1260
2023-03-21 10:46:12 +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
Christoph Strobl
84ae7c411d Prepare 4.1 M2 (2023.0.0).
See #1352
2023-02-17 14:22:17 +01:00
Christoph Strobl
6b8de32299 Prepare 4.1 M1 (2023.0.0).
See #1331
2023-02-17 13:27:09 +01:00
Mark Paluch
f1a5624994 Fix duplicate upgrading instructions in reference documentation.
Closes #1332
2022-11-21 13:24:14 +01:00
Mark Paluch
6ff94051c9 Prepare 4.0 GA (2022.0.0).
See #1319
2022-11-18 14:26:12 +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
7aad400321 Prepare 4.0 RC2 (2022.0.0).
See #1320
2022-11-04 15:23:05 +01: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
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
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
Mark Paluch
4cf11000a3 Prepare 4.0 RC1 (2022.0.0).
See #1307
2022-10-13 17:24:03 +02:00
Mark Paluch
ece928728a Prefer Java configuration over XML.
Closes #1308
2022-09-27 14:30:20 +02:00
Spring Builds
52e5814335 Prepare 4.0 M6 (2022.0.0).
See #1290
2022-09-19 14:12:53 +00:00
Greg L. Turnquist
31b6ef701a Upgrade to Micrometer 1.10.0-SNAPSHOT.
Closes #1299.
2022-09-07 11:39:35 +02:00
Mark Paluch
7dca59b019 Observability documentation includes.
Closes #1222
2022-07-28 11:59:46 +02:00
Mark Paluch
a66556d93a Deprecate ListenableFuture-based Template API and introduce CompletableFuture Template API replacement.
We now provide a CompletableFuture-based asynchronous Template API for CQL and entity operations. The ListenableFuture-future API is now deprecated and moved to legacy subpackages for easier migration.

Closes #1294
2022-07-28 11:51:32 +02:00
Mark Paluch
a5047c91ed Allow disabling entity lifecycle events.
We now support disabling lifecycle events through the Template API to reduce the framework overhead when events are not needed.

Closes #1286
2022-07-21 09:43:51 +02:00
Christoph Strobl
7345357d08 Prepare 4.0 M5 (2022.0.0).
See #1267
2022-07-15 15:17:57 +02:00
Mark Paluch
a7599932f6 Remove new and noteworthy section in favor of release notes.
See #1267
2022-07-15 09:38:45 +02:00
Mark Paluch
c120e8f050 Refine table and column name generation.
We revised the table and column name generation by unifying the generation code into CqlIdentifierGenerator. We also properly distinguish between generated names that are generated and those provided by the application (i.e. through annotations).

Closes #1263
2022-07-05 13:48:58 +02:00
Christoph Strobl
af6a457134 Prepare 4.0 M4 (2022.0.0).
See #1247
2022-05-13 10:43:20 +02:00
Greg L. Turnquist
7c408ea887 Add Observability to reference documentation.
See #1250.
2022-04-06 14:45:29 -05:00
Mark Paluch
4f638484e5 Prepare 4.0 M3 (2022.0.0).
See #1246
2022-03-22 14:00:01 +01:00
Mark Paluch
809bc52660 Prepare 4.0 M2 (2022.0.0).
See #1210
2022-03-21 16:34:37 +01:00
Christoph Strobl
fe0f58f0a2 Update copyright year to 2022.
See: #1224
2022-02-23 14:25:46 -06:00
Mark Paluch
a7f3256ecb Prepare 4.0 M1 (2022.0.0).
See #1206
2022-01-14 14:34:46 +01:00
Jens Schauder
8d4b42f16f Prepare 3.3 GA (2021.1.0).
See #1184
2021-11-12 10:49:15 +01:00
Mark Paluch
43a16901b3 Prepare 3.3 RC1 (2021.1.0).
See #1168
2021-10-18 13:47:45 +02:00
Mark Paluch
89b352351e Prepare 3.3 M3 (2021.1.0).
See #1158
2021-09-17 09:44:34 +02:00
Jens Schauder
b1ab5cc768 Prepare 3.3 M2 (2021.1.0).
See #1152
2021-08-12 15:02:55 +02:00
Mark Paluch
686fd64c8b Remove changelog shipped with the binaries.
Closes #1153
2021-07-26 11:02:44 +02:00
Jens Schauder
9b48e9f205 Prepare 3.3 M1 (2021.1.0).
See #1120
2021-07-16 14:08:58 +02:00
Jens Schauder
7bc72ac92b Updated changelog.
See #1120
2021-07-16 14:08:32 +02:00
Jens Schauder
1e91273f63 Updated changelog.
See #1144
2021-07-16 10:48:16 +02:00
Mark Paluch
4409fbc11d Updated changelog.
See #1131
2021-06-22 16:07:24 +02:00
Mark Paluch
7ac494e848 Updated changelog.
See #1130
2021-06-22 15:29:50 +02:00
Mark Paluch
6f9475a7e5 Document entity state detection strategies.
Closes #1124
2021-05-17 14:00:05 +02:00
Mark Paluch
5b689da34d Updated changelog.
See #1118
2021-05-14 12:36:34 +02:00
Mark Paluch
346fd69a4a Updated changelog.
See #1117
2021-05-14 12:06:37 +02:00
Mark Paluch
a60b2c48cf PrimaryKeyClass can now subclass other types than Object.
We dropped the requirement that composite keys may only subclass Object to allow usage with other superclasses such as Java records.

Closes #1126
2021-05-06 09:11:38 +02:00
Mark Paluch
111a7b7f85 Prepare 3.2 GA (2021.0.0).
See #1112
2021-04-14 14:18:21 +02:00
Mark Paluch
546a2f2d1b Updated changelog.
See #1112
2021-04-14 14:18:12 +02:00