You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2022/06/24 04:12:00 UTC

[jira] [Commented] (GROOVY-7756) Reduce filtering of JDK packages from java.*, javax.*, sun.* to java.lang.reflect and sun.reflect in stacktraces

    [ https://issues.apache.org/jira/browse/GROOVY-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17558319#comment-17558319 ] 

Paul King commented on GROOVY-7756:
-----------------------------------

This was discussed a bit more on the dev mailing list recently[1]. The current thinking is to enhance the stacktrace sanitizer to also include the idea of a "soft" list of sanitizable packages/classes which would filtered only in some circumstances. We will likely implement this feature and put "java." and maybe "groovy." on the soft list before removing them from the current ("hard") list.

 [1] https://lists.apache.org/thread/pvbc9ll7gmvlzwyv2vwm1q3q7ybwotqz

> Reduce filtering of JDK packages from java.*, javax.*, sun.* to java.lang.reflect and sun.reflect in stacktraces
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GROOVY-7756
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7756
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Pascal Schumacher
>            Priority: Major
>
> "As the current rules are a bit overzealous and may filter relevant information."
> source: https://github.com/apache/groovy/pull/256



--
This message was sent by Atlassian Jira
(v8.20.7#820007)