spring-projects / spring-projects/spring-data-mongodb
Use `TypeScanner` to scan for initial entities
Open
@marcingrzejszczak is already working on this.
Since Oct 2, 2024.
status: ideal-for-contribution
type: enhancement
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
With our AOT efforts, we introduced TypeScanner as general abstraction for type scanning to avoid store-specific implementations. We should switch to TypeScanner instead of using ClassPathScanningCandidateComponentProvider directly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.