File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11 Apache Apache Commons Codec 1.14 RELEASE NOTES
2- December 29 2019
2+ December 30 2019
33
44The Apache Commons Codec package contains simple encoder and decoders for
55various formats such as Base64 and Hexadecimal. In addition to these
@@ -24,9 +24,13 @@ o CODEC-259: Hex: Only use an available ByteBuffer backing array if the length
2424o CODEC-265: BaseNCodec to expand buffer using overflow conscious code.
2525o CODEC-270: Base32/64: Fixed decoding check that all the final trailing bits to discard are zero.
2626o CODEC-269: Allow repeat calls to MurmurHash3.IncrementalHash32.end() to generate the same value.
27+ o CODEC-276: Reliance on default encoding in MurmurHash2 and MurmurHash3. Thanks to Gary Gregory.
2728
2829Changes:
2930o CODEC-268: MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.
31+ o CODEC-277: Don't reload standard Charsets in org.apache.commons.codec.Charsets. Thanks to Gary Gregory.
32+ o CODEC-278: Deprecate Charset constants in org.apache.commons.codec.Charsets in favor of java.nio.charset.StandardCharsets. Thanks to Gary Gregory.
33+
3034
3135For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
3236patches, or suggestions for improvement, see the Apache Apache Commons Codec website:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ limitations under the License.
3030 <groupId >commons-codec</groupId >
3131 <artifactId >commons-codec</artifactId >
3232 <!-- Remember to update the version in default.properties as well -->
33- <version >1.14</version >
33+ <version >1.14-SNAPSHOT </version >
3434 <name >Apache Commons Codec</name >
3535 <inceptionYear >2002</inceptionYear >
3636 <description >
You can’t perform that action at this time.
0 commit comments