diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d8c04ff8d..5223d7fc8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -20,7 +20,7 @@ This file is also used by the maven-changes-plugin to generate the release notes. Useful ways of finding items to add to this file are: -1. Add items when you fix a bug or add a feature (this makes the +1. Add items when you fix a bug or add a feature (this makes the release process easy :-). 2. Do a JIRA search for tickets closed since the previous release. @@ -32,7 +32,7 @@ To generate the release notes from this file: mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] -then tweak the formatting if necessary +then tweak the formatting if necessary and commit The type attribute can be add,update,fix,remove. @@ -101,11 +101,11 @@ The type attribute can be add,update,fix,remove. Bump junit-jupiter from 5.6.2 to 5.7.0. Bump spotbugs from 4.1.2 to 4.2.1, #627, #671, #708. Bump spotbugs-maven-plugin from 4.0.0 to 4.2.0, #593, #596, #609, #623, #632, #692. - Bump biz.aQute.bndlib from 5.1.1 to 5.2.0 #592, #628. + Bump biz.aQute.bndlib from 5.1.1 to 5.3.0 #592, #628, #715. Bump junit-pioneer from 0.6.0 to 1.1.0, #589, #597, #600, #624, #625, #662. Bump checkstyle from 8.34 to 8.40, #594, #614, #637, #665, #706. Bump actions/checkout from v2.3.1 to v2.3.4 #601, #639. - Bump actions/setup-java from v1.4.0 to v1.4.2 #612. + Bump actions/setup-java from v1.4.0 to v1.4.2 #612. Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). Update maven-surefire-plugin 2.22.2 -> 3.0.0-M5. Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660. @@ -251,7 +251,7 @@ The type attribute can be add,update,fix,remove. Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[]) Add API org.apache.commons.lang3.SystemUtils.isJavaVersionAtMost(JavaVersion) Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and implementation - (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412. + (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412. @@ -276,9 +276,9 @@ The type attribute can be add,update,fix,remove. EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Add ToStringSummary annotation Add bypass option for classes to recursive and reflective EqualsBuilder - Improve Javadoc for StringUtils.isAnyEmpty(null) - Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) - org.apache.commons.lang3.SystemUtils should not write to System.err. + Improve Javadoc for StringUtils.isAnyEmpty(null) + Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) + org.apache.commons.lang3.SystemUtils should not write to System.err. Add RegexUtils class instead of overloading methods in StringUtils that take a regex to take precompiled Pattern. StringUtils.join() with support for List<?> with configurable start/end indices. Methods for getting first non empty or non blank value