Re: [EXT] Re: StackTrace sanitization list

2022-06-23 Thread Paul King
Okay, I added a comment in the existing issue[1] indicating that we will likely pursue the idea of a list of "soft" package/class prefixes before removing "java." (and maybe "groovy.") from the current sanitization list. Where the exact details of "soft" are still to be worked out. I created anoth

RE: [EXT] Re: StackTrace sanitization list

2022-06-23 Thread Milles, Eric (TR Technology)
Groovy-Eclipse uses this list to "shade" (not remove) stack trace elements: com.sun groovy.lang groovyjarjarasm java.lang.reflect jdk.internal org.apache.groovy org.codehaus.groovy sun I add java.util.stream in my workspace for the internal iteration of collect, etc. Also lambdas tend to creat