Commit Graph

7551 Commits

Author SHA1 Message Date
Gary Gregory e53d4c52d3 Javadoc 2023-10-07 10:35:19 -04:00
Gary Gregory a9b25d0ba9 Fix spelling in Javadoc 2023-10-07 10:30:58 -04:00
Gary Gregory db23b5fc90 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2023-10-07 10:29:27 -04:00
Gary Gregory 1bd04d5bd4 Format tweak
Javadoc
2023-10-07 10:29:17 -04:00
dependabot[bot] 88779f23cf
Bump github/codeql-action from 2.21.9 to 2.22.0 (#1118)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ddccb87388...2cb752a87e)

---
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>
2023-10-07 10:26:31 -04:00
Gary Gregory ede98ffdb9 Return ToStringStyle.nullText instead of NPE for
ReflectionToStringBuilder.toString(Object) and friends.
2023-10-07 10:19:50 -04:00
Gary Gregory 8d116286d9 Typos 2023-10-07 09:24:55 -04:00
Gary Gregory e2426182c8 Javadoc 2023-10-06 09:43:02 -04:00
Gary Gregory 0cb4e4cc97 Use final 2023-10-06 09:37:59 -04:00
Gary Gregory 422948794e Javadoc 2023-10-06 09:37:35 -04:00
Gary Gregory 24744a40b2 Remove commons.releaseManagerName and commons.releaseManagerKey 2023-10-03 07:52:33 -04:00
Gary Gregory 58f4bc15cd Update call deprecated in Java 9 2023-10-02 12:04:12 -04:00
Gary Gregory 3d7e9d964d Add ObjectUtils.toString(Supplier<Object>, Supplier<String>) 2023-09-30 11:29:15 -04:00
dependabot[bot] e0d4593dec
Bump actions/checkout from 4.0.0 to 4.1.0 (#1116)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](3df4ab11eb...8ade135a41)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-29 13:16:31 -04:00
dependabot[bot] 25557a8a5e
Bump github/codeql-action from 2.21.8 to 2.21.9 (#1115)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6a28655e3d...ddccb87388)

---
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>
2023-09-29 12:12:20 -04:00
dependabot[bot] d45175d766
Bump actions/setup-java from 3.12.0 to 3.13.0 (#1113)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](cd89f46ac9...0ab4596768)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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>
2023-09-21 07:36:40 -04:00
dependabot[bot] 9b7cd147d2
Bump github/codeql-action from 2.21.7 to 2.21.8 (#1112)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](04daf014b5...6a28655e3d)

---
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>
2023-09-21 07:36:28 -04:00
Gary Gregory fd6fbe280d Return "null"" instead of NPE in
ClassLoaderUtils.toString(URLClassLoader)

Return "null"" instead of NPE in ClassLoaderUtils.toString(ClassLoader)
2023-09-20 09:59:16 -04:00
Gary Gregory 4ab7add381 In-line single use local 2023-09-20 09:16:04 -04:00
Gary Gregory 5571b9b464 Reuse Objects.toString() 2023-09-20 09:14:35 -04:00
Gary Gregory d0f65ab0a4 Reuse Objects.toString() 2023-09-20 09:13:35 -04:00
dependabot[bot] 3c92ada999
Bump github/codeql-action from 2.21.5 to 2.21.7 (#1111)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](00e563ead9...04daf014b5)

---
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>
2023-09-15 11:46:56 -04:00
dependabot[bot] 14be5e5777
Bump actions/cache from 3.3.1 to 3.3.2 (#1108)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](88522ab9f3...704facf57e)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2023-09-08 12:26:02 -04:00
dependabot[bot] 8dc9a0913f
Bump actions/checkout from 3.6.0 to 4.0.0 (#1109)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...3df4ab11eb)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-08 12:25:48 -04:00
dependabot[bot] dfe02be073
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#1107)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b7f8abb15...a8a3f3ad30)

---
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>
2023-09-08 12:25:36 -04:00
Gary Gregory 8c6d874637 Bump commons-parent from 61 to 62 2023-09-07 09:22:02 -04:00
Gary Gregory c446b6839c
Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104 2023-09-01 14:03:35 -04:00
dependabot[bot] d8f0eae18f
Bump org.easymock:easymock from 5.1.0 to 5.2.0 (#1104)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.1.0 to 5.2.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.1.0...easymock-5.2.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>
2023-09-01 14:02:20 -04:00
dependabot[bot] 3eed3b24c5
Bump github/codeql-action from 2.21.4 to 2.21.5 (#1103)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.4 to 2.21.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](a09933a12a...00e563ead9)

---
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>
2023-09-01 13:14:57 -04:00
Gary Gregory 5878fc249a Update DTD 2023-09-01 11:14:20 -04:00
Gary Gregory 5136dd38e4 Better debug output 2023-08-30 14:08:29 -04:00
Gary Gregory 95ca891601 Allow for odd locale issues 2023-08-30 14:03:18 -04:00
Gary Gregory dc54bca90b Bump commons-parent from 59 to 61 2023-08-30 14:02:57 -04:00
Gary Gregory acfad1e24a More leniency for Java 11 test for GitHub builds 2023-08-27 12:20:16 -04:00
Gary Gregory d43a20f352 Be lenient for slow running builds 2023-08-27 11:39:19 -04:00
Gary Gregory 5f8a42d510 Absolute assert won't work on slow builds 2023-08-27 10:56:25 -04:00
Gary Gregory 9c09fdf291 Be lenient for slow running builds 2023-08-27 08:40:54 -04:00
Gary Gregory 69c70bc273 Better asserts in test 2023-08-27 08:39:33 -04:00
Gary Gregory 6df0748849 More leniency for Java 17 test for GitHub builds 2023-08-27 08:17:34 -04:00
Gary Gregory 0399d60389 More leniency for Java 17 test for GitHub builds 2023-08-27 08:08:49 -04:00
Gary Gregory 57c822dd25 More leniency in random test 2023-08-27 07:54:31 -04:00
Gary Gregory e608a81866 More leniency for Java 17 test for GitHub builds 2023-08-27 07:45:51 -04:00
Gary Gregory 15ff8f9997 [LANG-1710] ReflectionToStringBuilder changes in version 3.13.0 has
broken the logic for overriding classes
2023-08-27 07:44:42 -04:00
Gary Gregory 5629f4c535 More leniency for Java 17 test for GitHub builds 2023-08-27 07:38:54 -04:00
Gary Gregory 5e869d20e5 Remove unused import 2023-08-27 07:15:30 -04:00
Gary Gregory 7e52561e13 More leniency for Java 17 test for GitHub builds 2023-08-27 07:11:23 -04:00
dependabot[bot] 25386d7122
Bump actions/checkout from 3.5.3 to 3.6.0 (#1101)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-08-25 12:04:59 -04:00
dependabot[bot] 2fb38b1bb7
Bump github/codeql-action from 2.21.3 to 2.21.4 (#1099)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.3 to 2.21.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5b6282e01c...a09933a12a)

---
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>
2023-08-18 11:21:12 -04:00
Gary Gregory ee2c9cf804 Better internal class name 2023-08-18 11:18:56 -04:00
Gary Gregory e6796a0ec6 [LANG-1706] ThreadUtils find methods should not return null items #1098 2023-08-16 13:56:26 -04:00