DATACASS-422 - Fix the CassandraRepositoryConfigurationExtension class which does not correctly override the renamed SDC RepositoryConfigurationExtenstionSupport.getRepositoryFactoryBeanClassName() method.
This commit is contained in:
@@ -65,7 +65,7 @@ public class CassandraRepositoryConfigurationExtension extends RepositoryConfigu
|
||||
* @see org.springframework.data.repository.config.RepositoryConfigurationExtension#getRepositoryFactoryClassName()
|
||||
*/
|
||||
@Override
|
||||
public String getRepositoryFactoryClassName() {
|
||||
public String getRepositoryFactoryBeanClassName() {
|
||||
return CassandraRepositoryFactoryBean.class.getName();
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public class ReactiveCassandraRepositoryConfigurationExtension extends Cassandra
|
||||
* @see org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension#getRepositoryFactoryClassName()
|
||||
*/
|
||||
@Override
|
||||
public String getRepositoryFactoryClassName() {
|
||||
public String getRepositoryFactoryBeanClassName() {
|
||||
return ReactiveCassandraRepositoryFactoryBean.class.getName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user