-
Notifications
You must be signed in to change notification settings - Fork 685
Capture repository configuration from registered beans. #3279
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
Labels
Milestone
Comments
christophstrobl
pushed a commit
that referenced
this issue
May 8, 2025
Associate Repository Bean Definition with RepositoryConfiguration and RepositoryConfigurationExtension attributes to capture configuration details such as the module name or the configuration source. Introduce RepositoryFragmentsContributor to provide an abstraction for structural fragment implementation allowing to describe the implementation type instead of requiring the implementation object. Obtain repository fragments from a RepositoryFragmentsContributor (either the configured one or one from a RepositoryFactoryBean). Closes: #3279 Original Pull Request: #3282
Closed via #3282 |
mp911de
added a commit
that referenced
this issue
May 13, 2025
Associate Repository Bean Definition with RepositoryConfiguration and RepositoryConfigurationExtension attributes to capture configuration details such as the module name or the configuration source. Introduce RepositoryFragmentsContributor to provide an abstraction for structural fragment implementation allowing to describe the implementation type instead of requiring the implementation object. Obtain repository fragments from a RepositoryFragmentsContributor (either the configured one or one from a RepositoryFactoryBean). Closes: #3279 Original Pull Request: #3282
mp911de
added a commit
that referenced
this issue
May 14, 2025
mp911de
added a commit
that referenced
this issue
May 16, 2025
Associate Repository Bean Definition with RepositoryConfiguration and RepositoryConfigurationExtension attributes to capture configuration details such as the module name or the configuration source. Introduce RepositoryFragmentsContributor to provide an abstraction for structural fragment implementation allowing to describe the implementation type instead of requiring the implementation object. Obtain repository fragments from a RepositoryFragmentsContributor (either the configured one or one from a RepositoryFactoryBean). Closes: #3279 Original Pull Request: #3282
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In order to avoid instantiation of any beans involved in the repository configuration (which could trigger unwanted behaviour, like db init script execution) we need to make sure to read the entire configuration from the plain bean definitions.
The text was updated successfully, but these errors were encountered: