-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The StackTraceFormatterTests fails on the latest OpenJDK releases due to https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/b2e76363cba6. See https://bugs.openjdk.java.net/browse/JDK-8226809 for details.
The difference is in the circular caused by output.
Previous Behavior
[CIRCULAR REFERENCE:java.lang.RuntimeException: Exception 2] [CIRCULAR REFERENCE:java.lang.RuntimeException: Exception 1]
New Behavior
Caused by: [CIRCULAR REFERENCE: java.lang.RuntimeException: Exception 2] Caused by: [CIRCULAR REFERENCE: java.lang.RuntimeException: Exception 1]
Note that Exception 2 is only a suppressed exception and Exception 1 is a top level and suppressed exception. This is what causes the leading tab difference.
- is incorporated by
-
JBEAP-20918 (7.3.z) Upgrade jboss-logmanager from 2.1.17.Final-redhat-00001 to 2.1.18.Final-redhat-00001
- Closed
-
WFCORE-5259 Upgrade jboss-logmanager to 2.1.18.Final
- Closed