You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2021/03/02 02:36:00 UTC

[jira] [Updated] (LANG-1413) Improve performance of ExceptionUtils.getRootCause

     [ https://issues.apache.org/jira/browse/LANG-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated LANG-1413:
----------------------------------
    Fix Version/s:     (was: 3.12.0)
                   3.12.1

> Improve performance of ExceptionUtils.getRootCause
> --------------------------------------------------
>
>                 Key: LANG-1413
>                 URL: https://issues.apache.org/jira/browse/LANG-1413
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.exception.*
>            Reporter: Benedikt Ritter
>            Priority: Major
>             Fix For: 3.12.1
>
>
> The performance of ExceptionsUtils.getRootCause could be improved by not using intermediate Lists for finding the root cause.
> This caused problems for the Gradle project and they migrated to guavas Throwables for that reason (see https://github.com/gradle/gradle/commit/095f6f5b7c54738709df6a2417f218af83e833fb)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)