Commit Graph

490 Commits

Author SHA1 Message Date
Mark Paluch
563aaf7565 Prepare 4.3 GA (2024.0.0).
See #1489
2024-05-17 11:49:10 +02:00
Mark Paluch
6f4fee859d Prepare 4.3 RC1 (2024.0.0).
See #1484
2024-04-12 10:50:27 +02:00
Mark Paluch
c02dc58297 Prepare 4.3 M2 (2024.0.0).
See #1480
2024-03-15 11:07:09 +01:00
Christoph Strobl
05b0d3e70f Prepare 4.3 M1 (2024.0.0).
See #1453
2024-02-16 14:37:00 +01:00
Mark Paluch
5279c5fae2 Add support for ValueExpression.
Closes #1477
2024-02-12 15:49:15 +01:00
Mark Paluch
04e83612f4 Refine documentation.
Remove links to absent headers. Merge introduction to Cassandra section page.

Closes #1475
2024-02-07 09:29:09 +01:00
Mark Paluch
45cb35b4d2 Migrate to Cassandra driver at org.apache.cassandra.
Closes #1467
2024-01-11 08:44:00 +01:00
Mark Paluch
9b930ed4ff Extend license header copyright years to 2024.
See #1465
2024-01-02 14:41:39 +01:00
Runbing
95a76826e7 Fixed the URL for the Spring Data Commons documentation.
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation.

Closes #1454
2023-11-20 11:24:13 +01:00
Mark Paluch
4443080f62 Prepare 4.2 GA (2023.1.0).
See #1443
2023-11-17 14:28:28 +01:00
Mark Paluch
75cb544f9d Add support for property @ValueConverter.
We now support property-specific value converters to apply value conversion for individual properties instead being limited to the type level.

Closes #1449
2023-11-13 14:34:24 +01:00
Mark Paluch
1a1301d7cd Refine documentation of BeforeConvert/BeforeSave lifecycle hooks.
Closes #1448
2023-11-10 10:19:10 +01:00
Mark Paluch
e9f0a08481 Document how to use SessionBuilderConfigurer.
Closes #1447
2023-10-25 15:20:36 +02:00
John Blum
af885fcb79 Prepare 4.2 RC1 (2023.1.0).
See #1433
2023-10-13 08:43:55 -07:00
Mark Paluch
84c8f6b6d8 Prepare 4.2 M3 (2023.1.0).
See #1425
2023-09-15 11:29:21 +02:00
Mark Paluch
e481e208e9 Polishing.
Use dynamic copyright year.

See #1429
2023-09-11 09:02:14 +02:00
Mark Paluch
f63e7487ae Fix example code highlighting for reactive examples.
Also, update documentation URLs.

Closes #1429
2023-09-08 12:05:28 +02:00
Mark Paluch
a82c86c637 Polishing.
Move IsNew detection into core concepts, add xrefs.

See #1427
2023-08-31 14:37:44 +02:00
Mark Paluch
746541447c Migrate docs to Antora.
Closes #1427
2023-08-30 14:10:49 +02:00
Julia Lee
b06bab8c73 Prepare 4.2 M2 (2023.1.0).
See #1414
2023-08-18 08:49:37 -04:00
Mark Paluch
8ffad364e2 Prepare 4.2 M1 (2023.1.0).
See #1382
2023-07-14 14:52:11 +02:00
Mark Paluch
0131eeb801 Polishing.
Switch documentation samples to JUnit 5.
2023-07-05 15:00:42 +02:00
Mark Paluch
befa0ff2ef Introduce support for CassandraScrollPosition.
We now represent the PagingState as ScrollPosition to provide scrolling queries that are closer to Cassandra's internal pagination. In combination with Limit, queries are now as flexible as using the Statement API directly.

Closes #1408
2023-07-05 14:59:05 +02:00
Mark Paluch
78da030b33 Add support for Limit.
Closes #1407
2023-07-05 11:11:16 +02:00
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