]
James Perkins updated WFCORE-4049:
----------------------------------
Git Pull Request:
Deactivate modular jdk properties we used in the past for
workarounds.
----------------------------------------------------------------------
Key: WFCORE-4049
URL:
https://issues.jboss.org/browse/WFCORE-4049
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Reporter: Richard Opalka
Assignee: Richard Opalka
Labels: jdk11
Fix For: 6.0.0.Final
In the past we used the following properties:
-Dsun.util.logging.disableCallerCheck=true
-Djdk.attach.allowAttachSelf=true
to activate some workarounds on modular JDKs.
These workarounds are not needed anymore.