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-lang.git
from 32719fb02 Bump to next development version add f0f59d081 Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1255) add f5b0757c4 Bump org.hamcrest:hamcrest from 2.2 to 3.0 #1255 add bcb1df097 Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#1258) add c7439fcb1 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#1257) add c49dc4893 Merge branch 'release' add 5ccbfa55c Make RandomUtils.insecure() public add 0d9bda896 Javadoc add 956c795f2 Make RandomUtils.insecure() public add f3de6a463 Deprecate static RandomUtils.next*() methods in favor or .secure() and .insecure() versions add 69cb99626 Deprecate static RandomStringUtils.random*() methods in favor or .secure() and .insecure() versions add b95c5d048 Make RandomUtils.insecure() public add 79777e86c Bump org.easymock:easymock from 5.3.0 to 5.4.0 (#1256) add 6f59cfcfb Bump org.easymock:easymock from 5.3.0 to 5.4.0 #1256 add 5ab53b748 Whitespace add 56fd966e9 Bump actions/setup-java from 4.2.1 to 4.2.2 (#1261) add beaba4877 Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#1260) add 7b382273d Bump github/codeql-action from 3.25.15 to 3.26.0 (#1259) add 5aac1b2aa Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 (#1262) add 1d2860cab Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 #1262 add 07dd0ca54 Javadoc add f92016c28 [LANG-1750] Using RandomStringUtils.insecure() still leads to using the secure() random add f6360cd27 Bump github/codeql-action from 3.26.0 to 3.26.2 (#1263) add a41927776 Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 (#1264) add cdd38067f Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 #1264 add f74704207 Bump org.apache.commons:commons-parent from 72 to 73 (#1265) add 9fc0ce18c Bump org.apache.commons:commons-parent from 72 to 73 #1265 add 50587e0e0 Better internal names add 17c32087a Random[String]Utils.secure() now uses SecureRandom() instead of SecureRandom.getInstanceStrong() add 7d2e069de Add test add 250addd74 Add test add ee2041464 Let existing catch clause handle the NPE edge case add dcba60a56 Javadoc add b7a2586a3 Add test from PR ##437 add df4be6cd6 Fix typos in comments add 328f2aedf Add CalendarUtils.toLocalDateTime(Calendar) add 666ad1365 Add CalendarUtils.toZonedDateTime(Calendar) add bfa3c0636 Add CalendarUtils.toOffsetDateTime(Calendar) add f19304299 Add TimeZonesTest add c4164c4e1 Better test parameter name add 5d3c26919 Javadoc add 968d033c4 Bump github/codeql-action from 3.26.2 to 3.26.4 (#1266) add f3b9aca3a Sort members add 3be74c40e Sort imports add d2eff05cd Remove unused exception from deprecated StringUtils.toString(byte[], String) add b64f71df6 Prepare for the next release candidate No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 6 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 6 +- README.md | 4 +- RELEASE-NOTES.txt | 69 +++++++++++ pom.xml | 21 ++-- src/changes/changes.xml | 24 ++++ .../apache/commons/lang3/RandomStringUtils.java | 136 +++++++++++++++------ .../java/org/apache/commons/lang3/RandomUtils.java | 120 ++++++++++++------ .../java/org/apache/commons/lang3/StringUtils.java | 4 +- .../apache/commons/lang3/function/Failable.java | 15 ++- .../org/apache/commons/lang3/math/NumberUtils.java | 94 +++++--------- .../apache/commons/lang3/time/CalendarUtils.java | 74 ++++++++++- src/site/xdoc/download_lang.xml | 26 ++-- .../commons/lang3/RandomStringUtilsTest.java | 2 +- .../org/apache/commons/lang3/RandomUtilsTest.java | 2 +- .../commons/lang3/function/FunctionsTest.java | 2 +- .../apache/commons/lang3/math/NumberUtilsTest.java | 18 ++- .../commons/lang3/reflect/TypeUtilsTest.java | 75 +++++++++--- .../commons/lang3/time/CalendarUtilsTest.java | 46 +++++++ .../TimeZonesTest.java} | 19 +-- 21 files changed, 548 insertions(+), 217 deletions(-) copy src/test/java/org/apache/commons/lang3/{builder/ReflectionToStringBuilderTest.java => time/TimeZonesTest.java} (65%)