Re: [PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [santuario-xml-security-java]

2024-04-29 Thread via GitHub


coheigea merged PR #316:
URL: https://github.com/apache/santuario-xml-security-java/pull/316


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@santuario.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [santuario-xml-security-java]

2024-04-28 Thread via GitHub


dependabot[bot] opened a new pull request, #316:
URL: https://github.com/apache/santuario-xml-security-java/pull/316

   Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) 
from 1.16.1 to 1.17.0.
   
   Changelog
   Sourced from https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt;>commons-codec:commons-codec's
 changelog.
   
   Apache Commons Codec 1.17.0 RELEASE NOTES
   The Apache Commons Codec component contains encoders and decoders for
   various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In 
addition to these
   widely used encoders and decoders, the codec package also maintains a
   collection of phonetic encoding utilities.
   Feature and fix release. Requires a minimum of Java 8.
   New features
   
   
   Add override 
org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size(). Thanks to Gary 
Gregory.
   
   
   
   Add support for Base64 custom alphabets 
[#266](https://github.com/apache/commons-codec/issues/266). Thanks to Chris 
Kocel, Gary Gregory.
   
   
   
   Add Base64.Builder (allows custom alphabets). Thanks to 
Gary Gregory.
   
   
   
   Add Base32.Builder (allows custom alphabets). Thanks to 
Gary Gregory.
   
   
   
   Add Base64 support for a custom padding byte (like 
Base32). Thanks to Gary Gregory.
   
   
   
   Fixed Bugs
   
   CODEC-320:  Wrong output of DoubleMetaphone in 1.16.1. Thanks to Martin 
Frydl, Gary Gregory.
   
   Optimize memory allocation in PhoneticEngine. Thanks to 
Gary Gregory.
   
   
   
   BCodec and QCodec encode() methods throw 
UnsupportedCharsetException instead of EncoderException. Thanks to Gary Gregory.
   
   
   
   Set Javadoc link to latest Java API LTS version. Thanks 
to Gary Gregory.
   
   
   
   Base32 constructor fails-fast with a NullPointerException 
if the custom alphabet array is null. Thanks to Gary Gregory.
   
   
   
   Base32 constructor makes a defensive copy of the line 
separator array. Thanks to Gary Gregory.
   
   
   
   Base64 constructor makes a defensive copy of the line 
separator array. Thanks to Gary Gregory.
   
   
   
   Base64 constructor makes a defensive copy of a custom 
alphabet array. Thanks to Gary Gregory.
   
   
   
   Changes
   
   
   Bump org.apache.commons:commons-parent from 66 to 69 
[#250](https://github.com/apache/commons-codec/issues/250), 
[#261](https://github.com/apache/commons-codec/issues/261). Thanks to 
Dependabot, Gary Gregory.
   
   
   
   Bump commons-io:commons-io from 2.15.1 to 2.16.1 
[#258](https://github.com/apache/commons-codec/issues/258), 
[#265](https://github.com/apache/commons-codec/issues/265). Thanks to 
Dependabot, Gary Gregory.
   
   
   
   For complete information on Apache Commons Codec, including instructions 
on how to submit bug reports,
   patches, or suggestions for improvement, see the Apache Commons Codec 
website:
   https://commons.apache.org/proper/commons-codec/;>https://commons.apache.org/proper/commons-codec/
   Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi;>https://commons.apache.org/proper/commons-codec/download_codec.cgi
   
   
   
   
   Commits
   
   https://github.com/apache/commons-codec/commit/5d809fe3d729bde9b507a51d2b2ed659da053692;>5d809fe
 Prepare for the next release candidate
   https://github.com/apache/commons-codec/commit/9a59c1c47b02ca795270b758c8d0591f5925b10f;>9a59c1c
 Prepare for the next release candidate
   https://github.com/apache/commons-codec/commit/5f0cfd46c89df69b579f37562ff1eded7ffd4b5c;>5f0cfd4
 Longer lines
   https://github.com/apache/commons-codec/commit/8714b5f62bb5fa5950aa5e8908bd0d8d3334dba5;>8714b5f
 Remove dead comment
   https://github.com/apache/commons-codec/commit/c56b95664913aab406f768c66f9264481b28c1bb;>c56b956
 Bullet-proof internals
   https://github.com/apache/commons-codec/commit/d2215d5dec3031f819c3bb514587d92a6aec8eff;>d2215d5
 Base32 constructor fails-fast with a NullPointerException if the custom
   https://github.com/apache/commons-codec/commit/fcc70e6fa1271158dd8f3a90350fa2589713f257;>fcc70e6
 Base32 constructor makes a defensive copy of the line separator
   https://github.com/apache/commons-codec/commit/ebe805a2730ad38886f9f04bd4d242e0a8c9caaa;>ebe805a
 Base64 constructor makes a defensive copy of a custom alphabet array
   https://github.com/apache/commons-codec/commit/55043334240eb2a1838e37ea1c8a6e434d328fdf;>5504333
 Better exception message
   https://github.com/apache/commons-codec/commit/c6c5f11eae145d8e8c655e622f0fc5dd74e6db2a;>c6c5f11
 Base64 constructor makes a better defensive copy of the line separator
   Additional commits viewable in https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.1...rel/commons-codec-1.17.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility