maven-dependency-plugin icon indicating copy to clipboard operation
maven-dependency-plugin copied to clipboard

[MDEP-931] AbstractSerializingVisitor should not use PrintWriter

Open jira-importer opened this issue 1 year ago • 0 comments

Elliotte Rusty Harold opened MDEP-931 and commented

See https://github.com/apache/maven-dependency-plugin/pull/391/files

AbstractSerializingVisitor uses a PrintWriter which swallows exceptions. It should use a regular Writer instead.

This is exposed in the protected API so fixing this is ugly.


Remote Links:

jira-importer avatar May 22 '24 14:05 jira-importer