Commit Graph

8051 Commits

Author SHA1 Message Date
Gary Gregory b4e4c40af1 Faster StopWatchTest.testStopInstantSimple()
- Replace Matcher calls with sane assertTrue()
2024-09-04 11:32:53 -04:00
Gary Gregory 695986b2b9 Faster StopWatchTest.testLang315() 2024-09-04 11:28:14 -04:00
Gary Gregory 6dd2addd4b Faster StopWatchTest
- These string formatting tests do not need to wait 500 millis each
- Refactor magic number into a constant
2024-09-04 11:24:57 -04:00
Gary Gregory 386c17ff61 Faster StopWatchTest.testToSplitString()
This test does not need to wait 500 millis
2024-09-04 11:21:10 -04:00
Gary Gregory 4f04d06a6b Faster StopWatchTest.testGetTime() 2024-09-04 11:19:29 -04:00
Gary Gregory 9903591670 Format long constant for readability 2024-09-04 11:04:04 -04:00
Gary Gregory 45f2ceaf3c Refactor constant 2024-09-04 11:00:48 -04:00
Gary Gregory 95d15cdebd No need for formatter comments here 2024-09-04 10:59:31 -04:00
Gary Gregory 21f0069882 StopWatchTest.testGetDuration() now runs in 2 milliseconds instead of
550.
2024-09-04 10:58:20 -04:00
Gary Gregory 586358fb0e Javadoc 2024-09-04 10:05:19 -04:00
Gary Gregory 6d29fd4d14 Sentence starts with a capital 2024-09-04 10:01:04 -04:00
Gary Gregory a9bb7e90fa Use Assertions.assertInstanceOf() 2024-09-01 19:02:47 -04:00
dependabot[bot] 9cac8b5b98
Bump github/codeql-action from 3.26.4 to 3.26.6 (#1268)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.4 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f0f3afee80...4dd16135b6)

---
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-30 12:32:39 -04:00
Gary Gregory ba51fe3a03 Pick up exec-maven-plugin version from parent POM 2024-08-30 08:47:19 -04:00
Gary Gregory 97a96ba08b Fix action types in changes.xml 2024-08-30 08:42:14 -04:00
Gary Gregory 3769c18aaa Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration() 2024-08-30 08:41:43 -04:00
Gary Gregory 1091e835de
Bump org.apache.commons:commons-parent from 73 to 74 #1267 2024-08-29 15:52:49 -04:00
dependabot[bot] 404a75316b
Bump org.apache.commons:commons-parent from 73 to 74 (#1267)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 73 to 74.
- [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-29 15:51:58 -04:00
Gary Gregory 58d459764a Add section for the next release 2024-08-29 19:41:34 +00:00
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