Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert CassandraFactoryBean to a legit FactoryBean [DATACASS-25] #204

Closed
spring-projects-issues opened this issue Jul 21, 2013 · 1 comment
Labels
in: core Issues in core support type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

David Webb opened DATACASS-25 and commented

The current CassandraFactoryBean is not named correctly, and it doesn't implement the basic required interfaces for Spring Beans.

New Class definition to implement:

public class KeyspaceFactoryBean implements FactoryBean<Keyspace>, InitializingBean, DisposableBean,
	PersistenceExceptionTranslator {}

Affects: 1.0 M1 (Dijkstra)

@spring-projects-issues
Copy link
Author

David Webb commented

Completed the type conversion

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: core Issues in core support labels Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant