You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/01 18:49:14 UTC

[commons-bcel] branch master updated: Fix SpotBugs [ERROR] High: Found reliance on default encoding

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 62af5a84 Fix SpotBugs [ERROR] High: Found reliance on default encoding
62af5a84 is described below

commit 62af5a849cac67b73a0074de87674a2da1610313
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 1 14:49:10 2022 -0400

    Fix SpotBugs [ERROR] High: Found reliance on default encoding
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c666078c..7a1d8c1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="BCEL-345" type="fix" dev="ggregory" due-to="Christine Poerschke">Make documentation wording more inclusive #98.</action>
       <action                  type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Force unsigned short for LineNumber.toString() #118.</action>
       <action                  type="fix" dev="ggregory" due-to="Tim Boudreau, Gary Gregory">Fix IllegalStateException when calling toString(ConstantPool) on a Module or ModuleRequires #125.</action>
+      <action                  type="fix" dev="ggregory" due-to="Gary Gregory">Generate HTML in UTF-8 instead of whatever happens to be the default platform encoding.</action>
       <!-- ADD -->
       <action                  type="fix" dev="ggregory">Add github/codeql-action.</action>
       <!-- UPDATES -->