You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about a diagnosis system that could show some alerts on console about the use of a library version which is known for create a classloader leak?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Do you mean like more informative logging for the existing leak preventor listener, or are you talking about some standalone tool or Maven plugin to analyze your application while it is not running?
E.g. the commons-*-1.0.1 have a known leak.
If the library is inside my ".war" file, I can update it, test and deploy.
If the library is provided by the application server, I can take other ways to fix the issue.
Hello @mjiderhamn !
What do you think about a diagnosis system that could show some alerts on console about the use of a library version which is known for create a classloader leak?
Thanks in advance.
The text was updated successfully, but these errors were encountered: