Apache Commons Codec 1.14 released

Apache Commons Codec 1.14 release, which contains a variety of formats (e.g., base 64 and hexadecimal) a simple encoder and decoder. In addition to these widely used encoders and decoders, codecs package also maintains the speech coding utility.

New features

  • CODEC-264: Added MurmurHash3.hash128x64 way to repair errors in hash128 sign extension method.
  • CODEC-267: Adding MurmurHash3.hash32x86 methods and IncrementalHash32x86 to fix errors hash32 sign extension method.
  • CODEC-272: Add RandomAccessFile digest method.
  • CODEC-273: Adding to org.apache.commons.codec.digest.DigestUtils Path API, similar to the file API.
  • CODEC-274: The SHA-512/224 and SHA-512/256 was added to the Java 9 and later in DigestUtils.
  • CODEC-275: When sign extension error, please add the missing noted in the javadoc.

In addition to bug fixes, etc., as detailed update instructions .

Guess you like

Origin www.oschina.net/news/112622/apache-commons-codec-1-14-released