-
Notifications
You must be signed in to change notification settings - Fork 38.2k
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
CgLib$SET_THREAD_CALLBACK exception in native image #29873
Comments
Which kind of proxy is about to be created there? This exception is an indication of missing reflection hints for a specific CGLIB proxy class, driven by some framework feature. You could register a method reflection hint for |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
This bug seems to reappear, it was fixed already twice in the past (#29584) Tested on
3.0.1
and3.0.3-SNAPSHOT
with kotlin. I tried already everything:Any idea how to fix it?
Error after startup of native image:
The text was updated successfully, but these errors were encountered: