Benjamin Marwell created MJLINK-62:
--------------------------------------
Summary: Replace ByteArrayOutputStream with StringWriter
Key: MJLINK-62
URL: https://issues.apache.org/jira/browse/MJLINK-62
Project: Maven JLink Plugin
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Benjamin Marwell
Assignee: Benjamin Marwell
Fix For: 3.2.0
Currently a BAOS exists to capture JLinks output.
Replacing it with StringWriter would preserve the platform’s encoding.
Reference:
https://github.com/apache/maven-jlink-plugin/blob/f8bdf5050c266854524aaa51eb36109c00ca692a/src/main/java9/org/apache/maven/plugins/jlink/JLinkExecutor.java#L72-L75
--
This message was sent by Atlassian Jira
(v8.3.4#803005)