Commit Graph

1825 Commits

Author SHA1 Message Date
Mark Paluch
b436f92aaf Refine Artifactory build name.
See #1453
2024-01-31 15:08:49 +01:00
Mark Paluch
de69842956 Read DTO projection properties only once.
We ensure to not read DTO properties multiple times if these are already read by their persistence creator.

Closes #1472
2024-01-29 09:26:38 +01:00
Mark Paluch
e68a0472c7 Introduce caching and equality checks to derived persistent entities and properties.
We now provide equals/hashCode and selective caching for derived properties and entities derived from embedded properties and constructor-annotated properties to avoid memory leaks using properties and entities as cache keys.

Closes #1471
2024-01-24 14:00:45 +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
Mark Paluch
275b037370 Update CI properties.
See #1453
2023-12-14 08:50:31 +01:00
Mark Paluch
dcc8478a2a Upgrade to Maven Wrapper 3.9.6.
See #1459
2023-12-14 08:40:40 +01:00
Mark Paluch
f9f1d2e375 Adopt CassandraParameters and CassandraParameter to reflect the actual parameter type when using generics.
Closes #1456
2023-12-08 11:33:56 +01:00
Mark Paluch
8338715019 Introduce property for Jenkins user and Artifactory server details.
Closes #1455
2023-11-27 09:39:54 +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
b6043dfabd After release cleanups.
See #1443
2023-11-17 14:33:26 +01:00
Mark Paluch
6a0533cc2b Prepare next development iteration.
See #1443
2023-11-17 14:33:24 +01:00
Mark Paluch
eab43b7101 Release version 4.2 GA (2023.1.0).
See #1443
2023-11-17 14:29:58 +01:00
Mark Paluch
4443080f62 Prepare 4.2 GA (2023.1.0).
See #1443
2023-11-17 14:28:28 +01:00
Mark Paluch
ee7def18ce Polishing.
Use shorter field names.

See #1449
2023-11-13 14:34:29 +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
6d1685729d Upgrade snappy-java to 1.1.10.5.
Closes #1435
2023-10-25 15:22:09 +02:00
Mark Paluch
e9f0a08481 Document how to use SessionBuilderConfigurer.
Closes #1447
2023-10-25 15:20:36 +02:00
Eric Haag
2489fe44b2 Connect build to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance trends over time
- Build failure analytics for enhanced investigation and diagnosis of build failures
- Test failure analytics to better understand trends and causes around slow, failing, and flaky tests

See #1445.
2023-10-19 10:43:20 -05:00
Greg L. Turnquist
2dc2b49892 Update CI properties.
See #1443
2023-10-19 09:38:54 -05:00
Greg L. Turnquist
d76a051b0b Update CI properties.
See #1443
2023-10-16 13:28:20 -05:00
John Blum
4e44abd09b After release cleanups.
See #1433
2023-10-13 08:52:00 -07:00
John Blum
472881ac95 Prepare next development iteration.
See #1433
2023-10-13 08:51:58 -07:00
John Blum
2e32a237f0 Release version 4.2 RC1 (2023.1.0).
See #1433
2023-10-13 08:44:25 -07:00
John Blum
af885fcb79 Prepare 4.2 RC1 (2023.1.0).
See #1433
2023-10-13 08:43:55 -07:00
John Blum
771277d4a6 Update CI properties.
See #1433
2023-10-04 17:24:10 -07:00
John Blum
7f6c9dae11 Upgrade to Maven Wrapper 3.9.5.
See #1437
2023-10-04 16:58:01 -07:00
Mark Paluch
83e99ebd18 Upgrade to OpenWebBeans 4.0.
Closes #1436
2023-09-29 09:37:51 +02:00
Mark Paluch
aa6aab6199 Add missing spread operators to CqlTemplate kotlin extensions.
Closes #1434
2023-09-20 15:38:43 +02:00
Mark Paluch
e29bb2f388 After release cleanups.
See #1425
2023-09-15 11:33:22 +02:00
Mark Paluch
e8f5e2fdf3 Prepare next development iteration.
See #1425
2023-09-15 11:33:20 +02:00
Mark Paluch
085b8d6bdc Release version 4.2 M3 (2023.1.0).
See #1425
2023-09-15 11:30:15 +02: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
Greg L. Turnquist
d89a50bbd9 Support JDK 21.
See #1425
2023-09-06 09:07:24 -05:00
Greg L. Turnquist
1e70614e0c Update CI properties.
See #1425
2023-09-05 13:25:22 -05: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
baaf350b5d Adapt to changed PersistentProperty interface.
Closes #1428
2023-08-31 09:42:51 +02:00
Mark Paluch
746541447c Migrate docs to Antora.
Closes #1427
2023-08-30 14:10:49 +02:00
Mark Paluch
66de8a8c91 Correctly handle getTargetClass method for observation proxies.
Closes #1426
2023-08-23 16:24:42 +02:00
Julia Lee
364efe5bcb After release cleanups.
See #1414
2023-08-18 08:59:39 -04:00
Julia Lee
ed10725840 Prepare next development iteration.
See #1414
2023-08-18 08:59:35 -04:00
Julia Lee
8c40cdb1c0 Release version 4.2 M2 (2023.1.0).
See #1414
2023-08-18 08:50:31 -04:00
Julia Lee
b06bab8c73 Prepare 4.2 M2 (2023.1.0).
See #1414
2023-08-18 08:49:37 -04:00
Julia Lee
890e34a4f1 Update CI properties.
See #1414
2023-08-14 12:15:21 -04:00
Julia Lee
00e7a15579 Upgrade to Maven Wrapper 3.9.4.
See #1421
2023-08-14 08:53:19 -04:00
Mark Paluch
ccedd1910d Upgrade to Cassandra driver 4.17.0.
Closes #1416
2023-08-08 11:31:59 +02:00
Mark Paluch
98bdf15646 After release cleanups.
See #1382
2023-07-14 14:57:12 +02:00