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

Add implementation for empty registerBeanDefinitions() method [DATACMNS-1770] #2185

Closed
spring-projects-issues opened this issue Jul 21, 2020 · 3 comments
Assignees
Labels
status: invalid An issue that we don't feel is valid

Comments

@spring-projects-issues
Copy link

Dave Syer opened DATACMNS-1770 and commented

AbstractRepositoryConfigurationSourceSupport overrides one of the registerBeanDefinitions() method in ImportBeanDefinitionRegistrar but not the other. The other one has an empty default implementation, so if anyone calls it, nothing happens. It would be helpful to add an implementation, even if it just throws an exception (hopefully it wouldn't need to)


No further details from DATACMNS-1770

@spring-projects-issues
Copy link
Author

Mark Paluch commented

AbstractRepositoryConfigurationSourceSupport is a Spring Boot class. Spring Data's RepositoryBeanDefinitionRegistrarSupport override both registerBeanDefinitions methods

@spring-projects-issues
Copy link
Author

@spring-projects-issues
Copy link
Author

Mark Paluch commented

Closing this ticket in favor of the Spring Boot ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

2 participants