-
Bug
-
Resolution: Done
-
Blocker
-
9.0.0.Beta1
-
None
The WFCORE-4329 fix results in DomainCommandBuilder ignoring a configured JVM and instead using Jvm.current() for the HC and PC.
https://github.com/wildfly/wildfly-core/pull/3692/files#diff-86e68a2cbfc652da1a61f3528a6f7fd5R70
This is the cause of mixed-domain testsuite failures in full when the test driver uses JDK 11. The test's configuring of the PC/HC to use JDK 8 is being ignored.
- is caused by
-
WFCORE-4329 The launcher API may incorrectly assume the JVM is a non-modular JVM
- Resolved