Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Users used to be unable to define their own conversion service beans, because MappingCassandraConverter always used to create a new instance regardless of whether there is a bean with such a type or not. Now an object for conversion service is created only if there are no such a bean defined.
NOTICE I don't expect it to be the best solution possible, I'm open for a dialog to make the PR and related code better
[x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
[x] You submit test cases (unit or integration tests) that back your changes.
[x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).
Users used to be unable to define their own conversion service beans, because MappingCassandraConverter always used to create a new instance regardless of whether there is a bean with such a type or not. Now an object for conversion service is created only if there are no such a bean defined.
NOTICE I don't expect it to be the best solution possible, I'm open for a dialog to make the PR and related code better
Related tickets #1343