XML configuration enables CassandraMappingBeanFactoryPostProcessor that registers default beans (CassandraTemplate, CassandraMappingContext, MappingCassandraConverter) if not already present. CassandraMappingBeanFactoryPostProcessor suffers from some bugs that prevent correct bean naming (CassandraTemplate is registered with bean name cqlTemplate) and imposes auto-configuration behavior on a level where it's not supposed to perform auto-configuration.
CassandraMappingBeanFactoryPostProcessor should be deprecated and no longer used
Affects: 2.0 M1 (Kay)
Issue Links:
DATACASS-228 Simple CassandraRepository implementation is not working
The text was updated successfully, but these errors were encountered:
spring-projects-issues commentedJan 17, 2017
Mark Paluch opened DATACASS-387 and commented
XML configuration enables
CassandraMappingBeanFactoryPostProcessor
that registers default beans (CassandraTemplate, CassandraMappingContext, MappingCassandraConverter) if not already present.CassandraMappingBeanFactoryPostProcessor
suffers from some bugs that prevent correct bean naming (CassandraTemplate
is registered with bean namecqlTemplate
) and imposes auto-configuration behavior on a level where it's not supposed to perform auto-configuration.CassandraMappingBeanFactoryPostProcessor
should be deprecated and no longer usedAffects: 2.0 M1 (Kay)
Issue Links:
The text was updated successfully, but these errors were encountered: