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 SPI mechanism for ahead-of-time repository fragment registration #3090

Closed
mp911de opened this issue May 6, 2024 · 0 comments
Closed
Assignees
Labels
type: enhancement A general enhancement

Comments

@mp911de
Copy link
Member

mp911de commented May 6, 2024

Right now, we scan for fragments on the class path and either register fragments to the BeanFactory or use existing beans. It would be neat to have mechanism to register fragments for a particular repository upfront so that fragments can be provided as already-discovered collection of implementation classes for repository inclusion.

@mp911de mp911de added the type: enhancement A general enhancement label May 6, 2024
@mp911de mp911de self-assigned this May 6, 2024
christophstrobl added a commit that referenced this issue Aug 8, 2024
Provide context during repository method invocation to potential consumers.

See: #3090
Original Pull Request: #3093
christophstrobl pushed a commit that referenced this issue Aug 8, 2024
Rename RepositoryMethodMetadata to RepositoryMethodContext.
Add flags to enable method metadata exposure.

See: #3090
Original Pull Request: #3093
@christophstrobl christophstrobl added this to the 3.4 M1 (2024.1.0) milestone Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
2 participants