This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.1 in repository https://gitbox.apache.org/repos/asf/commons-codec.git.
discard 490bded Bump maven-checkstyle-plugin from 2.17 to 3.1.1 add a120960 Add missing header. add 2bce3f9 GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea. add b14bdb2 Bump actions/checkout from v1 to v2.3.1 (#50) add 751a4ce Document recent change. add 994e11f fix travis-ci scripts add f621544 drop openjdk12 and openjdk13 add 17d0ecd drop oraclejdk11 add fc3e676 Merge pull request #48 from XenoAmess/patch-1 add b0b5605 Fix GitHub action for Java 15-ea. add 2850035 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. add 46bef82 [CODEC-292] Misspelling in comments 'They' -> 'The' add 8319d3d Add --no-transfer-progress to CI builds. add 32e85c8 Bump commons-parent from 51 to 52 (#53) add 6b889af Bump actions/checkout from v2.3.1 to v2.3.2 (#56) add ee2ac48 actions/checkout from v2.3.1 to v2.3.2 #56. add 72ebf5d No reason to build on linux-ppc64le. add e87ac43 Cache ~/.m2 dir for GitHub builds. add 49ab8d1 Bump actions/setup-java from v1.4.0 to v1.4.1 (#57) add bb50d9f actions/setup-java from v1.4.0 to v1.4.1 #57. add 8dd4445 Bump commons-lang3 from 3.8 to 3.11 (#51) add 53c93d0 Revert "Bump commons-lang3 from 3.8 to 3.11 (#51)" add fab180b Add missing @since 1.15 tags add 4c542d7 Add CharSequenceUtilsTest add 5365879 Test the codec policy property add e42dfe1 Fix test names add 3535c17 Test encode of null and empty array with an offset add 9ac33a1 Test all constructors add f39003c Test isInAlphabet add fa0562e Test Context toString has debugging info add b8090b3 Fix coverage badge to use the 'master' branch not the default 'trunk' add cb629f0 Update maven central badge add ba81ed5 Use gav=true for the maven central redirect add f43bf93 Trigger a GitHub build on pull requests. add c89d2af Prepare for 1.15 release add 0342829 Bump to next development version add 20c4672 Merge branch 'release' into master add d470c55 Fix checkstyle add a1b37fe Allow long lines in javadoc comments, e.g. for <A href="..."> add e2d1760 Exclude some resources from checkstyle add 86e676d Add checkstyle:check to default goal add ea6058c Update binary compatibility version add 738b50d Improve variable name to describe the bug in Codec 101. add e2eb50c Remove unused import add 316fb26 Fix checkstyle for test sources add ae667e0 Add test sources to checkstyle:check add 49af9cf >Update build actions/setup-java from v1.4.1 to v1.4.2 #60. add 0ee5802 Bump actions/setup-java from v1.4.1 to v1.4.2 (#60) add b16a7c0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec add 371ad0f Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test. add eafdff7 Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). add 0a4e73c Use uppercase for long literal suffix. add 778d81c JUnit v4.13.1 add 475910a Merge pull request #63 from nhojpatrick/junit-4.13.1 add 1378b63 Add SECURITY.MD. add fe8b24c Typo. add c4e813f Add elements of a collections without a loop. add 0a4b0c6 Use a switch instead of a cascading if-else. add 7ca5b56 Use Arrays.fill(). add 2bacd0b Remove redundant calls to super(). add 6b634fe No need to initialize to default. add f234c76 Travis: Replace Java 14 with 15. add 9d0d991 Use final. add a7824cd Remove redundant modifiers like private on enum constructors. add 8ecd358 Always use blocks. add 889d94f Use for-each. add 457c792 Use final. add c43c22b Remove trailing spaces add 9314764 Remove duplicate "from"s in javadoc comments add 4369d10 Track changes add 958e6d2 Bump actions/setup-java from v1.4.2 to v1.4.3 (#62) add 1f1b5c3 Bump actions/checkout from v2.3.2 to v2.3.4 (#65) add e9f79c2 Update GitHub build. add d720e87 Typo. add 62d55fd CODEC-295 - Minor improvement (#67) add 340f3b4 [CODEC-295] Minor improvements #67 add 35e9cf2 Normalize spelling to US English in comments. add 76eaf87 Bump maven-pmd-plugin from 3.13.0 to 3.14.0. add f93ea18 Bump maven-checkstyle-plugin from 2.17 to 3.1.1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (490bded) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.1 (f93ea18) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/dependabot.yml | 15 ++ .github/workflows/maven.yml | 21 ++- .travis.yml | 27 ++-- README.md | 11 +- RELEASE-NOTES.txt | 52 ++++++- SECURITY.md | 17 +++ checkstyle-suppressions.xml | 7 + checkstyle.xml | 2 + pom.xml | 21 +-- src/changes/changes.xml | 18 ++- .../org/apache/commons/codec/DecoderException.java | 1 - .../org/apache/commons/codec/EncoderException.java | 1 - .../org/apache/commons/codec/binary/Base16.java | 6 +- .../org/apache/commons/codec/binary/Base32.java | 23 +-- .../commons/codec/binary/Base32InputStream.java | 4 +- .../commons/codec/binary/Base32OutputStream.java | 4 +- .../org/apache/commons/codec/binary/Base64.java | 13 +- .../commons/codec/binary/Base64InputStream.java | 4 +- .../commons/codec/binary/Base64OutputStream.java | 4 +- .../apache/commons/codec/binary/BaseNCodec.java | 10 +- .../apache/commons/codec/binary/BinaryCodec.java | 20 +-- .../commons/codec/binary/CharSequenceUtils.java | 3 + .../java/org/apache/commons/codec/binary/Hex.java | 11 +- .../apache/commons/codec/binary/StringUtils.java | 8 +- .../java/org/apache/commons/codec/cli/Digest.java | 7 +- .../commons/codec/digest/HmacAlgorithms.java | 2 +- .../org/apache/commons/codec/digest/HmacUtils.java | 74 +++++----- .../org/apache/commons/codec/digest/Md5Crypt.java | 2 +- .../codec/digest/MessageDigestAlgorithms.java | 3 +- .../apache/commons/codec/digest/MurmurHash3.java | 18 +-- .../org/apache/commons/codec/digest/UnixCrypt.java | 8 +- .../org/apache/commons/codec/digest/XXHash32.java | 8 +- .../commons/codec/language/AbstractCaverphone.java | 1 - .../apache/commons/codec/language/Caverphone.java | 1 - .../commons/codec/language/ColognePhonetic.java | 26 ++-- .../commons/codec/language/DoubleMetaphone.java | 1 - .../codec/language/MatchRatingApproachEncoder.java | 3 +- .../apache/commons/codec/language/Metaphone.java | 3 +- .../org/apache/commons/codec/language/Nysiis.java | 17 ++- .../commons/codec/language/bm/Languages.java | 20 ++- .../org/apache/commons/codec/language/bm/Rule.java | 24 ++-- .../java/org/apache/commons/codec/net/QCodec.java | 1 - .../commons/codec/net/QuotedPrintableCodec.java | 9 +- .../org/apache/commons/codec/net/RFC1522Codec.java | 6 +- .../org/apache/commons/codec/net/URLCodec.java | 1 - src/site/site.xml | 1 + src/site/xdoc/download_codec.xml | 26 ++-- src/site/xdoc/index.xml | 6 +- .../apache/commons/codec/binary/Base16Test.java | 7 +- .../apache/commons/codec/binary/Base32Test.java | 141 ++++++++++++++++-- .../codec/binary/Base64InputStreamTest.java | 4 +- .../apache/commons/codec/binary/Base64Test.java | 45 +++--- .../commons/codec/binary/Base64TestData.java | 100 ++++++------- .../commons/codec/binary/BaseNCodecTest.java | 30 +++- .../codec/binary/CharSequenceUtilsTest.java | 158 +++++++++++++++++++++ .../org/apache/commons/codec/binary/HexTest.java | 1 - .../{net/UtilsTest.java => cli/DigestTest.java} | 35 +++-- .../apache/commons/codec/digest/HmacUtilsTest.java | 8 +- .../codec/digest/MessageDigestAlgorithmsTest.java | 2 +- .../commons/codec/digest/MurmurHash2Test.java | 16 +-- .../commons/codec/digest/PureJavaCrc32CTest.java | 10 +- .../commons/codec/digest/PureJavaCrc32Test.java | 29 ++-- .../commons/codec/digest/XXHash32OverflowTest.java | 26 ++-- .../apache/commons/codec/digest/XXHash32Test.java | 26 ++-- .../language/MatchRatingApproachEncoderTest.java | 2 +- .../codec/language/bm/BeiderMorseEncoderTest.java | 6 +- .../language/bm/PhoneticEngineRegressionTest.java | 4 +- 67 files changed, 839 insertions(+), 382 deletions(-) create mode 100644 SECURITY.md create mode 100644 src/test/java/org/apache/commons/codec/binary/CharSequenceUtilsTest.java copy src/test/java/org/apache/commons/codec/{net/UtilsTest.java => cli/DigestTest.java} (55%)