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
ResourceCleaner contains a static reference to a java.lang.ref.Cleaner
instance which are disallowed in the native image heap. Runtime
initializing that class instead fixes this issue.
Closes: #31440
Copy file name to clipboardExpand all lines: extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java
0 commit comments