]
RH Bugzilla Integration commented on LOGMGR-148:
------------------------------------------------
Vladimir Dosoudil <dosoudil(a)redhat.com> changed the Status of [bug
Support suppressed exceptions in log formatting
-----------------------------------------------
Key: LOGMGR-148
URL:
https://issues.jboss.org/browse/LOGMGR-148
Project: JBoss Log Manager
Issue Type: Feature Request
Components: core
Reporter: David Lloyd
Assignee: James Perkins
Fix For: 1.5.7.Final
In JDK 7 and on, a Throwable bundles a list of suppressed exceptions. We should be
logging these as part of our exception formatting... however we have to do so
thoughtfully, because every caused-by and suppressed exception may in turn have more
suppressed exceptions and caused-by.
This JIRA was created to track a back port of the JDK 7 enhancement to support suppressed
exceptions to the 1.5.x branch which requires JDK 6. This will introduce a new requirement
that the 1.5 branch will require JDK 7 to compile, but will still work on JDK 6.