The EAP build is failing when JDK 11 is used.
[ERROR] Failed to execute goal on project wildfly-ts-integ-clustering: Could not resolve dependencies for project org.jboss.eap:wildfly-ts-integ-clustering:jar:7.2.2.GA-redhat-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.6.0 at specified path /opt/java/oracle/jdk-11.0.2/../lib/tools.jar -> [Help 1]
This is caused by the arquillian-extension-byteman dependency needed by the test case for JBEAP-16341.
The extension doesn't work with JDK 11, because tools.jar was removed: https://github.com/arquillian/arquillian-extension-byteman/issues/25
Upstream is not affected as the test case was removed from the WFLY-11682 PR
- is caused by
-
JBEAP-16341 [GSS](7.2.z) WFLY-11682 - Clustered SLSB membership anomalies when all cluster members removed
- Closed