Elliotte Rusty Harold created MCHANGES-467:
----------------------------------------------
Summary: FeedGenerator.export does not know encoding
Key: MCHANGES-467
URL: https://issues.apache.org/jira/browse/MCHANGES-467
Project: Maven Changes Plugin
Issue Type: Bug
Reporter: Elliotte Rusty Harold
The use of a writer instead of an output stream in FeedGenerator,.export means
that we don't know the encoding and can't set it in the feed, which we should.
Deprecate this method and replace it with one that takes an OutputStream and
sets the encoding to an explicit UTF-8 which in 2025 is the only one we should
use anyway.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)