This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from 9c68c837 Document changes in BM package new d9f0c46f BCodec and QCodec encode() methods throw UnsupportedCharsetException instead of EncoderException new ffc24a5d Refactor common data new ab84d0d4 Javadoc new 3d1a286b Javadoc The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + .../org/apache/commons/codec/binary/Base64.java | 2 - .../java/org/apache/commons/codec/net/BCodec.java | 55 ++++------------------ .../org/apache/commons/codec/net/PercentCodec.java | 7 +-- .../java/org/apache/commons/codec/net/QCodec.java | 49 ++----------------- .../commons/codec/net/QuotedPrintableCodec.java | 21 +++------ .../org/apache/commons/codec/net/RFC1522Codec.java | 44 +++++++++++++---- .../apache/commons/codec/net/RFC1522CodecTest.java | 6 +++ ...522Codec.java => RFC1522OverrideTestCodec.java} | 9 +++- 9 files changed, 72 insertions(+), 122 deletions(-) rename src/test/java/org/apache/commons/codec/net/{CustomRFC1522Codec.java => RFC1522OverrideTestCodec.java} (89%)