Jens Schauder
43cb180229
After release cleanups.
...
See #1182
2021-11-12 09:51:39 +01:00
Jens Schauder
4f3ea33ef2
Prepare next development iteration.
...
See #1182
2021-11-12 09:51:37 +01:00
Jens Schauder
fb929b244f
Release version 3.1.15 (2020.0.15).
...
See #1182
2021-11-12 09:36:59 +01:00
Jens Schauder
658d886bef
Prepare 3.1.15 (2020.0.15).
...
See #1182
2021-11-12 09:36:35 +01:00
Mark Paluch
74b4f39a9b
After release cleanups.
...
See #1166
2021-10-18 11:02:37 +02:00
Mark Paluch
6144ed6f77
Prepare next development iteration.
...
See #1166
2021-10-18 11:02:34 +02:00
Mark Paluch
01d14f6120
Release version 3.1.14 (2020.0.14).
...
See #1166
2021-10-18 10:53:51 +02:00
Mark Paluch
ee8835896a
Prepare 3.1.14 (2020.0.14).
...
See #1166
2021-10-18 10:53:23 +02:00
Mark Paluch
47f7c9e88e
Polishing.
...
Introduce TermFactory.canBindCollection() to avoid unecessary parameter encoding.
See #1172
Original pull request: #1178 .
2021-10-13 15:35:19 +02:00
samueldlightfoot
81daf6103a
Use bind markers for BY_INDEX and BY_NAME IN queries.
...
Closes #1172
Original pull request: #1178 .
2021-10-13 15:28:45 +02:00
Mark Paluch
efea0e74c8
After release cleanups.
...
See #1156
2021-09-17 09:04:19 +02:00
Mark Paluch
8626650807
Prepare next development iteration.
...
See #1156
2021-09-17 09:04:15 +02:00
Mark Paluch
689889466e
Release version 3.1.13 (2020.0.13).
...
See #1156
2021-09-17 08:53:37 +02:00
Mark Paluch
f3a41b25e6
Prepare 3.1.13 (2020.0.13).
...
See #1156
2021-09-17 08:53:09 +02:00
Mark Paluch
a2448924fd
Limit exception mapper to driver exceptions.
...
We now only map DriverException's and such that are in the com.datastax.oss package to avoid a catch-all to CassandraUncategorizedException.
Closes : #1155
2021-09-14 10:36:05 +02:00
Jens Schauder
b511c1df1f
After release cleanups.
...
See #1150
2021-08-12 10:36:57 +02:00
Jens Schauder
7452009f62
Prepare next development iteration.
...
See #1150
2021-08-12 10:36:55 +02:00
Jens Schauder
b9ca58c7b4
Release version 3.1.12 (2020.0.12).
...
See #1150
2021-08-12 10:25:54 +02:00
Jens Schauder
a7a95b1f82
Prepare 3.1.12 (2020.0.12).
...
See #1150
2021-08-12 10:25:33 +02:00
Mark Paluch
73bcfe629a
Properly consider frozen map creation.
...
We now correctly consider the Frozen annotation when annotating a property to define a frozen<map<…>> type. Previously we conly considered frozen key and value components instead of the entire type.
Closes #1148
2021-07-26 11:20:27 +02:00
Mark Paluch
522e241564
Remove changelog shipped with the binaries.
...
Closes #1153
2021-07-26 11:03:26 +02:00
Jens Schauder
e947fb20e1
After release cleanups.
...
See #1144
2021-07-16 10:45:19 +02:00
Jens Schauder
8045882c2b
Prepare next development iteration.
...
See #1144
2021-07-16 10:45:17 +02:00
Jens Schauder
3f6713a484
Release version 3.1.11 (2020.0.11).
...
See #1144
2021-07-16 10:19:53 +02:00
Jens Schauder
daae93d155
Prepare 3.1.11 (2020.0.11).
...
See #1144
2021-07-16 10:18:57 +02:00
Jens Schauder
35fb459385
Updated changelog.
...
See #1144
2021-07-16 10:18:50 +02:00
Mark Paluch
d56782b1d6
Updated changelog.
...
See #1131
2021-06-22 16:07:26 +02:00
Mark Paluch
fe3a174757
After release cleanups.
...
See #1130
2021-06-22 15:28:51 +02:00
Mark Paluch
83a7431cf9
Prepare next development iteration.
...
See #1130
2021-06-22 15:28:47 +02:00
Mark Paluch
b84d21b443
Release version 3.1.10 (2020.0.10).
...
See #1130
2021-06-22 15:18:22 +02:00
Mark Paluch
c8e587db8c
Prepare 3.1.10 (2020.0.10).
...
See #1130
2021-06-22 15:17:54 +02:00
Mark Paluch
410024eb8c
Updated changelog.
...
See #1130
2021-06-22 15:17:47 +02:00
Mark Paluch
ac2cd9019b
Avoid conversion for Range objects used in query methods.
...
We should not inspect Range for conversion as this leads to entity creation.
Closes #1140 .
2021-06-10 09:51:00 +02:00
Mark Paluch
4903722012
Correctly write Where for entities using composite primary key classes with user-defined types.
...
We now correctly write properties from composite primary keys to the Where condition object. Previously, the object write used writeWhereFromObject(…) that isn't converter/UDT/tuple-type-aware.
Closes #1137 .
2021-06-07 14:45:37 +02:00
Mark Paluch
2b964d89f8
Improve CassandraTemplate creation from Session.
...
CassandraTemplate and its reactive and asynchronous variants created with a bare Session now picks up UserTypeResolver and CodecRegistry configured at the Session level.
ReactiveSession now also exposes the logged keyspace and metadata.
Closes #1133
2021-05-19 15:18:57 +02:00
Mark Paluch
7ca512a562
Document entity state detection strategies.
...
Closes #1124
2021-05-17 14:00:23 +02:00
Mark Paluch
64866b7211
Updated changelog.
...
See #1118
2021-05-14 12:36:39 +02:00
Mark Paluch
50ab2be6f8
After release cleanups.
...
See #1117
2021-05-14 12:05:20 +02:00
Mark Paluch
0066b1ab8a
Prepare next development iteration.
...
See #1117
2021-05-14 12:05:16 +02:00
Mark Paluch
163e141d3b
Release version 3.1.9 (2020.0.9).
...
See #1117
2021-05-14 11:52:23 +02:00
Mark Paluch
feba5acef6
Prepare 3.1.9 (2020.0.9).
...
See #1117
2021-05-14 11:51:53 +02:00
Mark Paluch
e889aa6a6d
Updated changelog.
...
See #1117
2021-05-14 11:51:46 +02:00
Mark Paluch
123954dd4e
Consider full type descriptors in DataClassRowMapper.
...
Closes #1129
2021-05-12 11:21:55 +02:00
Mark Paluch
fbbcec94a4
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:09:10 +02:00
Mark Paluch
e93d85064e
Disable KeyspaceCreatingJavaConfigIntegrationTests because of CI instability.
...
See #1112 .
2021-05-05 10:05:13 +02:00
Greg L. Turnquist
b7053dad9e
Authenticate with artifactory.
...
See #1112 .
2021-04-20 09:01:27 -05:00
Mark Paluch
f8800f2714
Updated changelog.
...
See #1112
2021-04-14 14:40:02 +02:00
Mark Paluch
c29fe38a9c
After release cleanups.
...
See #1113
2021-04-14 11:42:08 +02:00
Mark Paluch
950d983cc6
Prepare next development iteration.
...
See #1113
2021-04-14 11:42:04 +02:00
Mark Paluch
d5d002ed41
Release version 3.1.8 (2020.0.8).
...
See #1113
2021-04-14 11:33:25 +02:00