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

Use ReflectiveScan #5

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

snicoll
Copy link
Contributor

@snicoll snicoll commented Jul 8, 2024

This commit uses a new feature in Spring Framework 6.2 that allows to scan arbitrary types for reflective information. Previously, only Spring beans were considered.

This is using the snapshot for now but it should land in Spring Boot 3.4.0-M1 end of next week.

See also https://docs.spring.io/spring-framework/reference/6.2-SNAPSHOT/core/aot.html#aot.hints.reflective

This commit uses a new feature in Spring Framework 6.2 that allows to
scan arbitrary types for reflective information. Previously, only Spring
beans were considered.
@alina-yur alina-yur merged commit 34bbeb9 into alina-yur:main Jul 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants