DATACMNS-1615 introduces a mechanism to control converter registrations. In the course of the driver upgrade to Cassandra driver 4, we switched entirely to JSR-310 types for time and date properties. The driver upgrade required pinning of JSR-310 types instead of conversion to java.util.Date.
The changes in CustomConversions allow skipping converter registrations and we can clean up our pinning and enable tests that were previously ignored because of multiple converter registrations
Issue Links:
DATACMNS-1615 Allow fine grained store specific converter registration
("depends on")
spring-projects-issues commentedFeb 7, 2020
Mark Paluch opened DATACASS-727 and commented
DATACMNS-1615 introduces a mechanism to control converter registrations. In the course of the driver upgrade to Cassandra driver 4, we switched entirely to JSR-310 types for time and date properties. The driver upgrade required pinning of JSR-310 types instead of conversion to
java.util.Date
.The changes in
CustomConversions
allow skipping converter registrations and we can clean up our pinning and enable tests that were previously ignored because of multiple converter registrationsIssue Links:
("depends on")
Referenced from: commits 636fb14
The text was updated successfully, but these errors were encountered: