In CONTRIBUTING.md
point out that PR needs to remove GraalVM reachability metadata related to MBeans
#133
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
org.ehcache:ehcache:3.10.8-jakarta
#124com.hazelcast:hazelcast:5.2.1
#122Describe the solution you'd like
A clear and concise description of what you want to happen.
CONTRIBUTING.md
point out that PR needs to remove GraalVM reachability metadata related to MBeans. The following classes seem to cause a lot of misunderstanding, and do not affect nativeTest. The problem is that GraalVM Native Build Tools' Conditional Agent Mode picks up these classes easily.java.lang.management.**
jdk.management.**
com.sun.management.**
sun.management.**
javax.management.**
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: