This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from b6ef905b Bump to next development version add 74c0e6aa Bump github/codeql-action from 3.25.1 to 3.25.3 (#271) add 0e538c26 Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#273) add 2b966cc1 Bump actions/checkout from 4.1.3 to 4.1.4 (#272) add b3bf18cf Merge branch 'release' add f093e24a Add section for the next release add 3a6873e8 Fix typos add 6e198240 Group related properties add ea648b18 Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#274) add 2646d387 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec.git add f9e36945 Update Checkstyle DTD version from 1.0 to 1.2 add 1ed698e8 Bump github/codeql-action from 3.25.3 to 3.25.4 (#275) add eb458ce8 Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#277) add 784713ac Bump actions/checkout from 4.1.4 to 4.1.5 (#276) add cd16988d Show Maven stack traces on errors in GH CI add ad28b0f1 Md5Crypt now throws IllegalArgumentException on an invalid prefix add becaef05 Remove superfluous comment add f0f649c7 Javadoc add 0e9c2ee7 Bump github/codeql-action from 3.25.4 to 3.25.5 (#279) add 67c9c017 Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#280) add 19fb64d8 Bump actions/checkout from 4.1.5 to 4.1.6 (#278) add aa081fbc Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec add c016dac7 Javadoc add f1762cd8 Update site URL add eb2d16b1 Bump org.apache.commons:commons-parent from 69 to 70 add 5d0d2704 Add 23-ea to GH CI builds add 10412f40 Fix POM version add 14c4621f Javadoc add ec448307 Javadoc add f1cc4c27 Bump github/codeql-action from 3.25.5 to 3.25.6 (#283) add 0cebd36f Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#282) add 743c9cb4 Bump github/codeql-action from 3.25.6 to 3.25.7 (#284) add 3dbd8666 Bump github/codeql-action from 3.25.7 to 3.25.8 (#285) add 12527a08 Bump org.apache.commons:commons-parent from 70 to 71 (#286) add de36e5e5 Bump actions/checkout from 4.1.6 to 4.1.7 (#289) add dc07e30c Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#288) add e9a6cdca Bump github/codeql-action from 3.25.8 to 3.25.10 (#287) add ca7dfea7 Bump org.apache.commons:commons-parent from 70 to 71 #286 add 2352c990 Bump github/codeql-action from 3.25.10 to 3.25.11 (#291) add b9b28069 Drop CodeQL add c214d8ab Drop CodeQL add 18fc7ca4 Revert "Drop CodeQL" add f2e8ca55 Revert "Drop CodeQL" add dfe6d45f Drop codecov.io add 17e9b6f9 Remove redundant keywords add 2ba90551 Remove redundant keywords add c7df2078 Remove redundant keywords add c07d6a49 Remove redundant keywords add e145a0ae Remove redundant keywords add 982ee030 Remove redundant keywords add 93271116 Remove redundant keywords add 146b0d82 Remove redundant keywords add 0dfbc98b Remove redundant keywords add d6a6bc7f Remove redundant keywords add 6517ed1e Remove redundant keywords add a54c0e63 Remove redundant keywords add 9f1d2c4a Remove redundant keywords add 9bcb651b Remove redundant keywords add 9b825364 Remove redundant keywords add dbe8f00f Remove redundant keywords add a7ffcabf Remove redundant keywords add 8dcf9d1f Remove redundant keywords add 1e6544e4 Remove redundant keywords add 0c82238e Remove redundant keywords add 974cf873 Remove redundant keywords add b9824fc1 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 (#293) add 95534ab5 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 #293 add f6303c5b Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 (#292) add 430d1ed2 Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #292 add 86ef922a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec.git add 0c63e18b Prepare for the next release candidate add 09ef4228 Bump github/codeql-action from 3.25.11 to 3.25.12 (#294) add be06260d Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#295) add 0d99b46f Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 8 +- .github/workflows/coverage.yml | 52 ------ .github/workflows/maven.yml | 8 +- .github/workflows/scorecards-analysis.yml | 8 +- CONTRIBUTING.md | 9 +- README.md | 11 +- RELEASE-NOTES.txt | 38 ++++- pom.xml | 25 ++- src/changes/changes.xml | 9 + src/conf/checkstyle-suppressions.xml | 7 +- .../org/apache/commons/codec/binary/Base64.java | 3 +- .../apache/commons/codec/binary/BaseNCodec.java | 10 +- .../java/org/apache/commons/codec/binary/Hex.java | 6 +- .../org/apache/commons/codec/digest/Blake3.java | 10 +- .../org/apache/commons/codec/digest/Md5Crypt.java | 14 +- .../apache/commons/codec/digest/MurmurHash2.java | 2 +- .../apache/commons/codec/digest/MurmurHash3.java | 2 +- .../org/apache/commons/codec/digest/XXHash32.java | 2 +- .../apache/commons/codec/language/Caverphone.java | 6 +- .../apache/commons/codec/language/Metaphone.java | 19 +-- .../org/apache/commons/codec/language/Nysiis.java | 6 +- .../commons/codec/net/QuotedPrintableCodec.java | 2 +- .../org/apache/commons/codec/net/RFC1522Codec.java | 4 +- src/site/xdoc/download_codec.xml | 26 +-- .../apache/commons/codec/binary/Base16Test.java | 6 +- .../apache/commons/codec/binary/Base64Test.java | 6 +- .../apache/commons/codec/digest/Md5CryptTest.java | 12 +- .../commons/codec/language/Caverphone1Test.java | 8 +- .../commons/codec/language/Caverphone2Test.java | 20 +-- .../codec/language/ColognePhoneticTest.java | 22 +-- .../codec/language/DaitchMokotoffSoundexTest.java | 4 +- .../codec/language/DoubleMetaphone2Test.java | 6 +- .../codec/language/DoubleMetaphoneTest.java | 52 +++--- .../language/MatchRatingApproachEncoderTest.java | 186 ++++++++++----------- .../commons/codec/language/MetaphoneTest.java | 122 +++++++------- .../apache/commons/codec/language/NysiisTest.java | 46 ++--- .../commons/codec/language/RefinedSoundexTest.java | 48 +++--- .../apache/commons/codec/language/SoundexTest.java | 178 ++++++++++---------- .../codec/language/bm/BeiderMorseEncoderTest.java | 6 +- .../org/apache/commons/codec/net/URLCodecTest.java | 28 ++-- 40 files changed, 518 insertions(+), 519 deletions(-) delete mode 100644 .github/workflows/coverage.yml