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 9b595ad0 Bump github/codeql-action from 4.30.7 to 4.30.8 (#410)
new c5f66c93 Better internal name
new 42de0206 Internal refactoring
new f9f750a5 Add BaseNCodec.AbstractBuilder.setDecodeTable(byte[]) and
refactor subclasses
new e045680d Merge branch 'master' of
https://github.com/apache/commons-codec.git
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/Base16.java | 21 +-
.../org/apache/commons/codec/binary/Base32.java | 33 +-
.../org/apache/commons/codec/binary/Base64.java | 115 +++----
.../apache/commons/codec/binary/BaseNCodec.java | 377 ++++++++++-----------
.../apache/commons/codec/binary/Base32Test.java | 2 +-
6 files changed, 259 insertions(+), 290 deletions(-)