-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Missing native-image reflection hint for HandlerMappingIntrospectorCachFilterFactoryBean
#14359
Comments
Hi, @mmoayyed. Thanks again for the report. I just pushed a fix that adds the necessary hints. The SNAPSHOT should be available in a few minutes, it would be great if you could test and confirm if the fix worked? |
Sure, thank you. To be clear, you meant |
Either |
Sure. I am testing with |
While we are on the subject, I think the following components should also be accounted for in native image hints:
I have added hints for these already in my setup, but I figured you may want to know as well. If you'd like me to create a separate issue and provide logs, etc, please let me know. |
Yes, please. Separate issues are better since this one is solved. It would be great if you could provide the minimal configuration where the native hint is needed as well. |
Describe the bug
Spring Security
6.2.1
fails to register appropriate native image hints for:HandlerMappingIntrospectorCachFilterFactoryBean
CompositeFilterChainProxy
To Reproduce
Expected behavior
6.2.0
seems to be immune to this problem.We can of course add this by referencing the type directly with something like this in Spring Boot, but that seems less than ideal:
The text was updated successfully, but these errors were encountered: