You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Reactor's Traces reflectively instantiates three types in its Traces class which breaks in a native context. Please register hints for them. I'll file an issue asking them to please kindly consider changing those to .class literals insted of strings, for the future. I think that should fix things, right?
The text was updated successfully, but these errors were encountered:
Done, please let me know if that does not work as expected. I don't think changing to .class would be enough since that will only bring access to the class not the constructor.
We are working on better inlining when constants are used with GraalVM team, that could help. For now those hints are good enough IMO.
Reactor's
Traces
reflectively instantiates three types in itsTraces
class which breaks in a native context. Please register hints for them. I'll file an issue asking them to please kindly consider changing those to.class
literals insted of strings, for the future. I think that should fix things, right?The text was updated successfully, but these errors were encountered: