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 a3a4edd [CODEC-272] Add RandomAccessFile digest methods #31. new a84f53d [CODEC-259] Hex: Only use ByteBuffer.array() if length equals remaining new 2311c5e [CODEC-259] Hex: consume all ByteBuffer.remaining() bytes. new a9e682d [CODEC-259] getByteBufferUtf8() method to use allocate(int). new 965ac73 [CODEC-259] Track changes. new 6cf3482 [CODEC-259] Test StringUtils.getByteBufferUtf8. The 5 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 | 46 +++++- .../org/apache/commons/codec/binary/HexTest.java | 176 +++++++++++++++++++-- .../commons/codec/binary/StringUtilsTest.java | 10 ++ 4 files changed, 210 insertions(+), 23 deletions(-)