-
Bug
-
Resolution: Done
-
Major
-
None
Both org.jboss.as.test.manualmode.messaging.CoreBridgeCallTimeoutTestCase and org.jboss.as.test.manualmode.messaging.CriticalAnalyzerTestCase are failing on JDK24
because these tests are attempting to install Policy object into JDK via byteman configuration.
It is not necessary to install Policy into JDK for tests to function properly.
The failure description is:
Caused by: java.lang.UnsupportedOperationException: Setting a system-wide Policy object is not supported <------>at java.base/java.security.Policy.setPolicy(Policy.java:114) <------>at org.jboss.byteman.agent.Transformer.installPolicy(Transformer.java:151) <------>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) <------>... 6 more
- clones
-
WFLY-20282 Byteman based tests fail on JDK24 when attempting to install policy into JDK
-
- Closed
-
- is incorporated by
-
JBEAP-29477 Upgrade to JBoss EAP 8.1 Build 8392720c1cce90d0b8c3a6280bff6f77a056aea4
-
- Verified
-