-
Bug
-
Resolution: Done
-
Major
-
23.0.0.Beta5
-
None
If the environment defines a JDK_JAVA_OPTIONS variable, the console outputs:
"NOTE: Picked up JDK_JAVA_OPTIONS: ..."
Likewise, if the environment defines a JAVA_TOOL_OPTIONS variable, the console outputs:
"Picked up JAVA_TOOL_OPTIONS: ..."
This causes the following tests to fail:
- org.jboss.as.test.integration.management.cli.CliArgumentsTestCase
- org.jboss.as.test.integration.management.cli.ColorOutputTestCase
- org.wildfly.scripts.test.CliScriptTestCase
- org.wildfly.scripts.test.ElytronToolScriptTestCase
While these tests currently detect similar console noise relating to the "_JAVA_OPTIONS" variable, this variable was superseded by the above in Java 9+.