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
XenoAmess
changed the title
why "allPublicMethods": true not covering <init>?
[Native Image]why "allPublicMethods": true not covering <init>?
Oct 16, 2024
As I haven't heard back from you in over three weeks, I will be closing this issue for now. If you
need further assistance or have any updates, please feel free to reach out at any time.
Thank you for your understanding.
Describe the issue
in my situation
works, but
not
since
<init>
of that class be a public function, why allPublicMethods failed for it?Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
java version "21.0.5" 2024-10-15 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 21.0.5+9.1 (build 21.0.5+9-LTS-jvmci-23.1-b48)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.5+9.1 (build 21.0.5+9-LTS-jvmci-23.1-b48, mixed mode, sharing)
More details
I just use the non-arg constructor in jackson.
The text was updated successfully, but these errors were encountered: