Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FUSETOOLS-3655 - Use additional exports for JDK 17
it avoids this kind of error java.lang.IllegalAccessException: class org.jboss.tools.common.jdt.debug.tools.internal.Tools cannot access class sun.jvmstat.monitor.MonitoredHost (in module jdk.internal.jvmstat) because module jdk.internal.jvmstat does not export sun.jvmstat.monitor to unnamed module it is provided in p2.inf but need to add it in test explicitely too. See https://github.com/jbosstools/jbosstools-base/blob/main/common/plugins/org.jboss.tools.common.jdt.debug/META-INF/p2.inf This will need to be updated to reuse property coming from Jboss Tools parent when available jbosstools/jbosstools-build#332 Signed-off-by: Aurélien Pupier <[email protected]>
- Loading branch information