This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.
from e80304c Merge branch 'adamretter-base16'
new 2c969a8 CODEC-291: Hex Encode/Decode with existing arrays
new e249d8d Hex javadoc and exception messages
new 40e1bfe Demote new method from protected to private
new 4534076 Remove static import
new 34c9feb Use ThreadLocalRandom.current()
new 54b109f Javadoc
new 14ad345 Track changes
The 7 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 +
.../java/org/apache/commons/codec/binary/Hex.java | 118 ++++++++++++++++-----
.../codec/binary/Base16InputStreamTest.java | 2 +-
.../org/apache/commons/codec/binary/HexTest.java | 82 +++++++++++++-
4 files changed, 174 insertions(+), 29 deletions(-)