-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Classpath-based filtering of the native configuration generation #28163
Comments
We've introduced the |
I am not convinced of the impact of this to be honest. We're already invoking However, hints that are registered statically (in |
Now that we've evolved the AOT processing phase, it seems that we're contributing The For now, we don't have a use case for filtering hints based on their typeReachable information during the AOT phase. I'm closing this issue for now, we can revisit this decision if such a use case is found. |
As a follow-up of #27991 and #28160, a filtering on the generated configuration should be done based on classpath checks using
reachableType
for all hints + reflection/proxy/serializable types. This will allow to reduce the amount of configuration generated.The text was updated successfully, but these errors were encountered: