1
- Apache Commons Codec 1.16 RELEASE NOTES
1
+ Apache Commons Codec 1.16.0
2
2
3
3
The Apache Commons Codec package contains simple encoder and decoders for
4
4
various formats such as Base64 and Hexadecimal. In addition to these
@@ -11,28 +11,40 @@ Changes in this version include:
11
11
12
12
New features:
13
13
o CODEC-296: Add support for Blake3 family of hashes. Thanks to Matt Sicker.
14
+ o Add github/codeql-action.
14
15
15
16
Fixed Bugs:
16
- o Remove duplicated words from Javadocs. Thanks to James Gan.
17
-
18
- Changes:
19
17
o CODEC-295: Minor improvements #67. Thanks to Arturo Bernal.
18
+ o Remove duplicated words from Javadocs. Thanks to James Gan.
20
19
o CODEC-301: Simplify assertion #84. Thanks to Alexander Pinske, Alex Herbert.
21
20
o CODEC-300: Simplify assertion #84. Thanks to Arturo Bernal.
22
- o CODEC-298: Use Standard Charset object #82 Thanks to Arturo Bernal.
23
- o Bump actions/setup-java from v1.4.1 to v2 #60, #62. Thanks to Dependabot, Gary Gregory.
24
- o Bump actions/checkout from v2.3.2 to v2.4.0 #65, #98. Thanks to Dependabot.
25
- o Bump actions/cache from v2 to v2.1.7 #75, #99. Thanks to Dependabot.
26
- o Bump junit from 4.13.1 to 4.13.2 #76. Thanks to Dependabot.
21
+ o CODEC-298: Use Standard Charset object #82. Thanks to Arturo Bernal.
22
+ o Use String.contains() functions #125. Thanks to Arturo Bernal.
23
+ o Avoid use toString() or substring() in favor of a simplified expression #126. Thanks to Arturo Bernal.
24
+ o CODEC-305: Fix byte-skipping in Base16 decoding #135. Thanks to Florian.
25
+ o Fix several typos, improve writing in some javadocs #139. Thanks to Marc Wrobel.
26
+ o BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
27
+ o Javadoc improvements and cleanups. Thanks to Gary Gregory.
28
+ o Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.
29
+
30
+ Changes:
31
+ o Bump actions/cache from v2 to v3.0.10 #75, #99, #119, #138, #149, #152. Thanks to Dependabot, Gary Gregory.
32
+ o Bump actions/setup-java from v1.4.1 to 3.5.1 #60, #62, #121. Thanks to Dependabot, Gary Gregory.
33
+ o Bump actions/checkout from 2.3.2 to 3.1.0 #65, #98, #114, #153. Thanks to Dependabot, Gary Gregory.
34
+ o Bump commons-parent from 52 to 58, #147, #165, #170. Thanks to Dependabot, Gary Gregory.
35
+ o CODEC-285: Bump junit from 4.13.1 to 5.9.1 #76, #39, #140, #148. Thanks to Dependabot, John Patrick.
27
36
o Bump Java 7 to 8. Thanks to Gary Gregory.
28
- o Bump japicmp-maven-plugin from 0.14.3 to 0.15.3. Thanks to Gary Gregory.
29
- o Bump jacoco-maven-plugin from 0.8.5 to 0.9.7 (Fixes Java 15 builds). Thanks to Gary Gregory.
30
- o Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M5. Thanks to Gary Gregory.
31
- o Bump maven-javadoc-plugin from 3.2.0 to 3.3.0. Thanks to Gary Gregory.
32
- o Bump animal-sniffer-maven-plugin from 1.19 to 1.20. Thanks to Gary Gregory.
33
- o Bump maven-pmd-plugin from 3.13.0 to 3.15.0. Thanks to Gary Gregory.
34
- o Bump maven-checkstyle-plugin from 2.17 to 3.1.2. Thanks to Gary Gregory.
35
- o Bump checkstyle from 8.45.1 to 9.2.1 #97, #100, #101. Thanks to Dependabot.
37
+ o Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
38
+ o Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
39
+ o Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 #122, #134. Thanks to Gary Gregory.
40
+ o Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
41
+ o Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
42
+ o Bump maven-pmd-plugin from 3.13.0 to 3.19.0, #133, #142, #145. Thanks to Gary Gregory, Dependabot.
43
+ o Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
44
+ o Bump maven-checkstyle-plugin from 2.17 to 3.2.0 #143. Thanks to Gary Gregory.
45
+ o Bump checkstyle from 8.45.1 to 9.3 #97, #100, #101, #103. Thanks to Dependabot.
46
+ o Bump taglist-maven-plugin from 2.4 to 3.0.0 #102. Thanks to Dependabot.
47
+ o Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.
36
48
37
49
38
50
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
0 commit comments