Commit Graph

7949 Commits

Author SHA1 Message Date
Gary Gregory bd6a8c4227 Refactor magic string into an private constant 2024-04-24 19:13:43 -04:00
Gary Gregory dfe80aaca3 Camel-case package-private methods 2024-04-24 18:21:56 -04:00
Gary Gregory 892826578a Add SystemUtils.IS_JAVA_22
- Add JavaVersion.JAVA_22
- Add missing test assertions
2024-04-24 18:20:53 -04:00
Gary Gregory bdff802a85 [LANG-1729] NumberUtils.isParsable() returns true for Fullwidth Unicode
digits

Refactor tests
2024-04-24 16:51:21 -04:00
Gary Gregory fff3db29be Try and avoid test failures on GitHub CI 2024-04-24 16:13:08 -04:00
Gary Gregory e4aba3f828 [LANG-1729] NumberUtils.isParsable() returns true for Fullwidth Unicode
digits

Add Byte test case
2024-04-24 16:03:13 -04:00
Gary Gregory aacc467954 [LANG-1729] NumberUtils.isParsable() returns true for Fullwidth Unicode
digits

Add Short test case
2024-04-24 16:01:39 -04:00
Gary Gregory af8575dd25 Test refactoring 2024-04-24 16:00:25 -04:00
Gary Gregory 96c211eb1b [LANG-1729] NumberUtils.isParsable() returns true for Fullwidth Unicode
digits

Add Long test case
2024-04-24 15:59:16 -04:00
Gary Gregory aad9a675b3 Remove Javadoc clutter
We don't need `@since` tags in Javadoc
2024-04-24 14:57:03 -04:00
Gary Gregory 79c66ae4e3 Try and avoid test failures on GitHub CI 2024-04-24 11:19:55 -04:00
Gary Gregory c4007c4a24 [LANG-1524] TypeUtils.toString(Type) StackOverflowError for an inner
class in the inner class parameterized enclosing class #657
2024-04-24 11:09:10 -04:00
Gary Gregory abdcd5875b GitHub no longer supports Java 8 it seems 2024-04-24 09:58:07 -04:00
Gary Gregory 6508b0806b [LANG-1729] NumberUtils.isParsable() returns true for Fullwidth Unicode
digits

Add a disabled test that passes on Java 23-ea
2024-04-24 08:58:32 -04:00
Gary Gregory 33493ce224 Get char once in loop while parsing. 2024-04-24 08:54:20 -04:00
Gary Gregory 2694d9ac3c Test on Java 22 2024-04-22 17:47:17 -04:00
Gary Gregory ea129198f5 Test on Java 23-ea 2024-04-22 17:46:31 -04:00
Gary Gregory 1a7bad7cb9 Test on Java 22 and 23-ea 2024-04-22 17:43:56 -04:00
Gary Gregory 12fc854391 Java 22 and 23-ea 2024-04-22 17:40:45 -04:00
dependabot[bot] 6e363f7b44
Bump github/codeql-action from 3.24.10 to 3.25.1 (#1203)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4355270be1...c7f9125735)

---
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-04-19 11:55:22 -04:00
dependabot[bot] eb8da9344a
Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#1204)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](5d5d22a312...1746f4ab65)

---
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-04-19 11:55:13 -04:00
dependabot[bot] 71e9c60ca6
Bump actions/checkout from 4.1.2 to 4.1.3 (#1202)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](9bb56186c3...1d96c772d1)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-04-19 11:55:04 -04:00
Gary Gregory 67336ab252 Sort members 2024-04-19 09:11:49 -04:00
Gary Gregory b19c82a7ce Javadoc
- No need to FQCN in link tag to the same package
- Use longer lines
2024-04-19 09:11:12 -04:00
Gary Gregory b850d804ac
StringUtils.stripAccents() should handle ligatures, UTF32 math blocks, etc. #1201 2024-04-19 08:55:06 -04:00
Stephan Peters fc014c23fe
StringUtils.stripAccents() should handle ligatures, UTF32 math blocks, etc. (#1201)
* Modified stripAccents to handle ligatures, UTF32 math blocks, etc.

* changed StringUtils.isEmpty to isEmpty.

* stripAccents Javadoc reference to Unicode Normalization Chart.
2024-04-19 08:53:54 -04:00
Gary Gregory 03abd8fab0 Update description 2024-04-17 09:31:50 -04:00
Gary Gregory f9f468dab6 Set the bar for JaCoCo checks 2024-04-17 09:24:49 -04:00
Gary Gregory 3a1b5adfc2
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 #1200 2024-04-16 16:36:31 -04:00
dependabot[bot] c6d0af64a9
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#1200)
Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  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-04-16 16:35:54 -04:00
Gary Gregory 3762d895a1 Move less viewed sections to the bottom 2024-04-12 17:51:33 -04:00
dependabot[bot] 0b41364476
Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#1199)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](7afa10ed9b...84508663e9)

---
updated-dependencies:
- dependency-name: codecov/codecov-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-04-12 11:22:43 -04:00
Gary Gregory c8bfb687e4 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2024-04-12 10:38:23 -04:00
Gary Gregory 24060d01b9 Add a Map-based test 2024-04-12 10:38:14 -04:00
Gary Gregory 18ce3b4730 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2024-04-10 08:13:59 -04:00
Gary Gregory b08a38ffb3 Reuse Math
Remove extra whitespace
2024-04-05 21:34:08 -04:00
dependabot[bot] 21fb808453
Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#1195)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](c16abc29c9...7afa10ed9b)

---
updated-dependencies:
- dependency-name: codecov/codecov-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-04-05 12:47:53 -04:00
dependabot[bot] f8a21cbc7e
Bump github/codeql-action from 3.24.9 to 3.24.10 (#1196)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b1aada464...4355270be1)

---
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-04-05 12:47:41 -04:00
Gary Gregory 20f70becab Reuse own API 2024-04-03 11:12:20 -04:00
Gary Gregory 27c225c149 Reuse own API 2024-04-03 11:12:15 -04:00
Gary Gregory 8ddebc231e Add T ArrayUtils.arraycopy(T, int, int, int, Function) fluent style
Add T ArrayUtils.arraycopy(T, int, int, int, Supplier) fluent style
2024-04-02 14:41:18 -04:00
Gary Gregory 88374a270b Add and use ArrayUtils.arraycopy(T, int, T, int, int) 2024-04-02 14:40:44 -04:00
Gary Gregory c3190fd5c1
Bump org.apache.commons:commons-parent from 67 to 69 #1194 2024-04-01 16:31:22 -04:00
dependabot[bot] 2a3ef6a78e
Bump org.apache.commons:commons-parent from 67 to 69 (#1194)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 67 to 69.
- [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-04-01 16:30:43 -04:00
Gary Gregory 48f5d57fb9 Reuse own ArrayUtils.nullToEmpty() 2024-03-31 15:33:40 -04:00
Gary Gregory ab8caff3a3 Add ArrayUtils.nullTo(T[], T[]) 2024-03-31 15:27:07 -04:00
Gary Gregory 0a98b934d2 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2024-03-29 14:12:49 -04:00
Gary Gregory 6473663070 Add Streams.nonNull(T), non-varargs variant 2024-03-29 14:12:41 -04:00
dependabot[bot] 69432da7f6
Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#1192)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](54bcd8715e...c16abc29c9)

---
updated-dependencies:
- dependency-name: codecov/codecov-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-03-29 12:16:49 -04:00
Gary Gregory 45ad8976cb Whitespace 2024-03-29 11:54:43 -04:00