Commit Graph

1607 Commits

Author SHA1 Message Date
Mark Paluch
89bd8a728e Prepare next development iteration.
See #1257
2022-06-20 11:12:19 +02:00
Mark Paluch
f20e6065fd Release version 3.3.5 (2021.1.5).
See #1257
2022-06-20 10:59:10 +02:00
Mark Paluch
20df4ba510 Prepare 3.3.5 (2021.1.5).
See #1257
2022-06-20 10:58:43 +02:00
Mark Paluch
752e68b014 Upgrade to Maven Wrapper 3.8.5.
See #1274
2022-06-03 09:42:22 +02:00
Mark Paluch
c5aa9be462 Update CI properties.
See #1257
2022-06-03 09:35:43 +02:00
John Blum
812e4c6fcf Remove Docker Registry login.
Closes #1269.
2022-05-16 12:44:01 -07:00
Christoph Strobl
38014e217c After release cleanups.
See #1244
2022-04-19 12:13:23 +02:00
Christoph Strobl
a9ffd4eeec Prepare next development iteration.
See #1244
2022-04-19 12:13:20 +02:00
Christoph Strobl
ec9c4fe460 Release version 3.3.4 (2021.1.4).
See #1244
2022-04-19 12:03:13 +02:00
Christoph Strobl
3ad9ebbc0a Prepare 3.3.4 (2021.1.4).
See #1244
2022-04-19 12:02:43 +02:00
Mark Paluch
0dae41395a Polishing.
Simplify invocation chain, simplify tests.

See #1248
Original pull request: #1249.
2022-03-28 10:53:01 +02:00
Thomas Strauß
d46d6a470a Fixes assertion for TTL duration in WriteOptionsBuilder.
Closes #1248
Original pull request: #1249.
2022-03-28 10:52:01 +02:00
Mark Paluch
f310138b3d After release cleanups.
See #1227
2022-03-21 15:06:37 +01:00
Mark Paluch
831939651d Prepare next development iteration.
See #1227
2022-03-21 15:06:35 +01:00
Mark Paluch
b408f8f909 Release version 3.3.3 (2021.1.3).
See #1227
2022-03-21 14:58:52 +01:00
Mark Paluch
5a695f10b9 Prepare 3.3.3 (2021.1.3).
See #1227
2022-03-21 14:58:27 +01:00
Mark Paluch
76297f411f Use Java 8 to build snapshots for Artifactory.
Closes #1230
2022-03-15 14:16:10 +01:00
Mark Paluch
f2d7e31ead Polishing.
Add cassandra-thrift as test dependency since it was removed with the Cassandra 3.11.11 upgrade.

See #1234
2022-03-04 15:03:30 +01:00
Mark Paluch
adb4c8c8d8 Introduce customization hook for PreparedStatementHandler.
CassandraTemplate and its asynchronous and reactive variants now define a createPreparedStatementHandler() template method to customize CQL preparation and binding.

Closes #1237
2022-03-04 15:03:30 +01:00
Mark Paluch
f386f82e5a Lazily obtain CQL for exception translation.
Closes #1236
2022-03-03 09:15:42 +01:00
Sam Lightfoot
48d372d022 Add missing log guard to ReactiveCqlTemplate.
Closes #1235
2022-03-03 09:15:41 +01:00
Mark Paluch
58b237d55c Upgrade to Apache Cassandra 3.11.12.
Closes #1234
2022-02-22 14:13:33 +01:00
Mark Paluch
440b9a8239 Update CI properties.
See #1227
2022-02-22 14:09:13 +01:00
Mark Paluch
6dc9b05214 Upgrade to Maven Wrapper 3.8.4.
See #1232
2022-02-22 13:56:07 +01:00
Mark Paluch
60a024923b Use Java 17 to build snapshots for Artifactory.
Closes #1230
2022-02-21 14:54:23 +01:00
Mark Paluch
f3c637a434 After release cleanups.
See #1208
2022-02-18 10:49:01 +01:00
Mark Paluch
3ffc4670c5 Prepare next development iteration.
See #1208
2022-02-18 10:48:59 +01:00
Mark Paluch
7fea9f40f6 Release version 3.3.2 (2021.1.2).
See #1208
2022-02-18 10:41:00 +01:00
Mark Paluch
8efe0a3ed8 Prepare 3.3.2 (2021.1.2).
See #1208
2022-02-18 10:40:38 +01:00
Christoph Strobl
4ad4ba1c0c Update copyright year to 2022.
See: #1224
2022-02-17 15:57:05 +01:00
Rémi Bleuse
2ead071960 Fix typo in Update documentation.
See #1223
2022-02-17 14:22:15 +01:00
Greg L. Turnquist
cf453b8a38 Update CI properties.
See #1208
2022-02-14 14:39:49 -06:00
Mark Paluch
90d83a4488 Polishing.
Use ClassUtils.isAssignableValue(…) instead of ClassUtils.resolvePrimitiveIfNecessary(target).isAssignableFrom(…).

Closes #1218
2022-02-14 11:55:37 +01:00
Mark Paluch
b00d33f3c6 Use Reactor's expand(…) operator for recursive pagination.
We now use Mono.expand(…) to recursively read paginated results. Using Mono.expand(…) avoids deep stack recursion and therefore doesn't lead to StackOverflowError.

Closes #1215
2022-02-14 11:45:04 +01:00
Mark Paluch
66b91b4a76 Introduce caching for commonly used model computations.
We now cache the outcome for column types, AnnotatedType lookuop by annotation and bypass the conversion service by considering primitive type wrappers in the assignability check.

Closes #1218
2022-02-11 15:38:16 +01:00
Greg L. Turnquist
ac2bf3e38d Use Harbor Proxy for containers.
Leverage internal infrastructure for pulling Docker container images. Reduces pressure on Docker Hub and reduces risk of hitting rate limits.

Closes #1216.
Related https://github.com/spring-projects/spring-data-build/issues/1630.
2022-02-07 13:44:35 -06:00
Mark Paluch
ec77a4ac0c Polishing.
Extract Artifactory credentials into properties file.

See #1214
2022-02-04 09:44:38 +01:00
Mark Paluch
5c838516bd Polishing.
Extract docker credentials into properties file.

See #1214
2022-02-04 09:19:51 +01:00
Greg L. Turnquist
128555503c Externalize build properties.
By reading a properties file from an external location, it is possible to inject a consistent set of properties from Spring Data Build. This also supports repeatable builds.

Closes #1214.
2022-02-04 09:19:51 +01:00
Christoph Strobl
aea8c5f3d1 After release cleanups.
See #1189
2022-01-14 10:45:01 +01:00
Christoph Strobl
49e377dd5b Prepare next development iteration.
See #1189
2022-01-14 10:44:58 +01:00
Christoph Strobl
10f542d0fd Release version 3.3.1 (2021.1.1).
See #1189
2022-01-14 10:28:57 +01:00
Christoph Strobl
7696039a87 Prepare 3.3.1 (2021.1.1).
See #1189
2022-01-14 10:28:26 +01:00
Mark Paluch
0189f2824c Use LinkedHashMap to ensure a stable iteration order using Columns.from(…).
Closes #1196
2021-12-07 09:02:02 +01:00
Mark Paluch
69b3cfa26d Update build trigger to use branch build.
See #1184
2021-11-12 14:43:20 +01:00
Jens Schauder
bfc47e4e47 After release cleanups.
See #1184
2021-11-12 11:00:07 +01:00
Jens Schauder
a8ff439ca8 Prepare next development iteration.
See #1184
2021-11-12 11:00:04 +01:00
Jens Schauder
4cf1126c63 Release version 3.3 GA (2021.1.0).
See #1184
2021-11-12 10:49:36 +01:00
Jens Schauder
8d4b42f16f Prepare 3.3 GA (2021.1.0).
See #1184
2021-11-12 10:49:15 +01:00
MatejNedic
53668b5375 Remove duplicate Assert.
Closes #1187
2021-11-08 09:11:55 +01:00