Commit Graph

8032 Commits

Author SHA1 Message Date
Gary Gregory f3b1b1f121 Bump to next development version 2024-08-29 19:40:20 +00:00
Gary Gregory 29ccc7665f Prepare for the next release candidate 2024-08-24 18:59:45 +00:00
Gary Gregory b64f71df6d Prepare for the next release candidate 2024-08-24 18:39:56 +00:00
Gary Gregory d2eff05cd0 Remove unused exception from deprecated StringUtils.toString(byte[],
String)
2024-08-24 14:38:25 -04:00
Gary Gregory 3be74c40e0 Sort imports 2024-08-24 14:30:17 -04:00
Gary Gregory f3b9aca3ac Sort members 2024-08-24 14:29:25 -04:00
dependabot[bot] 968d033c4f
Bump github/codeql-action from 3.26.2 to 3.26.4 (#1266)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](429e197704...f0f3afee80)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 12:16:33 -04:00
Gary Gregory 5d3c269193 Javadoc 2024-08-22 15:50:24 -04:00
Gary Gregory c4164c4e16 Better test parameter name 2024-08-21 17:23:59 -04:00
Gary Gregory f19304299f Add TimeZonesTest 2024-08-21 14:02:06 -04:00
Gary Gregory bfa3c06361 Add CalendarUtils.toOffsetDateTime(Calendar)
Add CalendarUtils.toOffsetDateTime()
2024-08-21 13:40:51 -04:00
Gary Gregory 666ad13656 Add CalendarUtils.toZonedDateTime(Calendar)
Add CalendarUtils.toZonedDateTime()
2024-08-21 12:16:50 -04:00
Gary Gregory 328f2aedfb Add CalendarUtils.toLocalDateTime(Calendar)
Add CalendarUtils.toLocalDateTime()
2024-08-21 11:38:20 -04:00
Gary Gregory df4be6cd6e Fix typos in comments 2024-08-21 09:17:10 -04:00
Gary Gregory b7a2586a31 Add test from PR ##437
- By dimitrovchi Dmitry Ovchinnikov
- https://github.com/apache/commons-lang/pull/437
2024-08-20 12:33:05 -04:00
Gary Gregory dcba60a569 Javadoc 2024-08-20 10:38:39 -04:00
Gary Gregory ee2041464e Let existing catch clause handle the NPE edge case
Add tests
2024-08-20 10:38:33 -04:00
Gary Gregory 250addd743 Add test 2024-08-20 08:41:06 -04:00
Gary Gregory 7d2e069de8 Add test 2024-08-20 08:08:40 -04:00
Gary Gregory 17c32087ad Random[String]Utils.secure() now uses SecureRandom() instead of
SecureRandom.getInstanceStrong()

- RandomStringUtils.secure() now uses SecureRandom() instead of
SecureRandom.getInstanceStrong()
- RandomUtils.secure() now uses SecureRandom() instead of
SecureRandom.getInstanceStrong()
- Add RandomStringUtils.secureStrong()
- Add RandomUtils.secureStrong()
2024-08-20 08:06:12 -04:00
Gary Gregory 50587e0e00 Better internal names 2024-08-20 07:32:14 -04:00
Gary Gregory 9fc0ce18c7
Bump org.apache.commons:commons-parent from 72 to 73 #1265 2024-08-18 13:18:49 -04:00
dependabot[bot] f74704207e
Bump org.apache.commons:commons-parent from 72 to 73 (#1265)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 72 to 73.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 13:18:06 -04:00
Gary Gregory cdd38067ff
Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 #1264 2024-08-16 15:43:27 -04:00
dependabot[bot] a419277760
Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 (#1264)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 15:42:40 -04:00
dependabot[bot] f6360cd277
Bump github/codeql-action from 3.26.0 to 3.26.2 (#1263)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](eb055d739a...429e197704)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 15:42:10 -04:00
Gary Gregory f92016c288 [LANG-1750] Using RandomStringUtils.insecure() still leads to using the
secure() random
2024-08-13 19:45:15 -04:00
Gary Gregory 07dd0ca548 Javadoc
Longer line
2024-08-13 14:01:38 -04:00
Gary Gregory 1d2860cab7
Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 #1262 2024-08-09 13:07:13 -04:00
dependabot[bot] 5aac1b2aa0
Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 (#1262)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 13:06:36 -04:00
dependabot[bot] 7b382273d8
Bump github/codeql-action from 3.25.15 to 3.26.0 (#1259)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](afb54ba388...eb055d739a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:48:24 -04:00
dependabot[bot] beaba48775
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#1260)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](89ef406dd8...834a144ee9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:48:12 -04:00
dependabot[bot] 56fd966e9a
Bump actions/setup-java from 4.2.1 to 4.2.2 (#1261)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](99b8673ff6...6a0805fcef)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:47:43 -04:00
Gary Gregory 5ab53b7487 Whitespace 2024-08-08 08:20:06 -04:00
Gary Gregory 6f59cfcfb6
Bump org.easymock:easymock from 5.3.0 to 5.4.0 #1256 2024-08-08 08:17:33 -04:00
dependabot[bot] 79777e86c0
Bump org.easymock:easymock from 5.3.0 to 5.4.0 (#1256)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/easymock/easymock/compare/easymock-5.3.0...easymock-5.4.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 08:17:02 -04:00
Gary Gregory b95c5d0483 Make RandomUtils.insecure() public 2024-08-08 07:25:38 -04:00
Gary Gregory 69cb996265 Deprecate static RandomStringUtils.random*() methods in favor or
.secure() and .insecure() versions
2024-08-08 07:25:21 -04:00
Gary Gregory f3de6a4633 Deprecate static RandomUtils.next*() methods in favor or .secure() and
.insecure() versions
2024-08-08 07:24:43 -04:00
Gary Gregory 956c795f29 Make RandomUtils.insecure() public 2024-08-08 07:24:37 -04:00
Gary Gregory 0d9bda8967 Javadoc 2024-08-07 20:32:12 -04:00
Gary Gregory 5ccbfa55c1 Make RandomUtils.insecure() public 2024-08-07 18:50:52 -04:00
Gary Gregory c49dc4893f Merge branch 'release' 2024-08-07 15:41:45 +00:00
Gary Gregory 32719fb024 Bump to next development version 2024-08-07 15:41:43 +00:00
dependabot[bot] c7439fcb1a
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#1257)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](dc50aa9510...62b2cac7ed)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 14:54:46 -04:00
dependabot[bot] bcb1df0971
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#1258)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...89ef406dd8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 12:39:16 -04:00
Gary Gregory f5b0757c43
Bump org.hamcrest:hamcrest from 2.2 to 3.0 #1255 2024-08-02 11:32:39 -04:00
dependabot[bot] f0f59d0811
Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1255)
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 11:31:09 -04:00
Gary Gregory 6a2a10d888 Prepare for the next release candidate 2024-08-01 12:16:40 +00:00
Gary Gregory 6fa810e046 Prepare for the next release candidate 2024-08-01 11:50:29 +00:00