[jboss-jira] [JBoss JIRA] (LOGMGR-148) Support suppressed exceptions in log formatting

James Perkins (JIRA) issues at jboss.org
Fri Mar 10 11:56:00 EST 2017


     [ https://issues.jboss.org/browse/LOGMGR-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated LOGMGR-148:
---------------------------------
    Description: 
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.

  was: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.



> 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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list