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 b18a246c Better test class name new 6723ed42 Update commons.bc.version new 3acdc6c2 JApiCmp complains but shouldn't? The 2 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: pom.xml | 5 +- .../java/org/apache/commons/codec/net/BCodec.java | 2 +- .../java/org/apache/commons/codec/net/QCodec.java | 2 +- ...AbstractRFC1522Codec.java => RFC1522Codec.java} | 2 +- .../commons/codec/net/CustomRFC1522Codec.java | 61 ++++++++++++++++++++++ .../apache/commons/codec/net/RFC1522CodecTest.java | 2 +- 6 files changed, 67 insertions(+), 7 deletions(-) rename src/main/java/org/apache/commons/codec/net/{AbstractRFC1522Codec.java => RFC1522Codec.java} (99%) create mode 100644 src/test/java/org/apache/commons/codec/net/CustomRFC1522Codec.java