Commit Graph

7819 Commits

Author SHA1 Message Date
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
Gary Gregory 3f8b071404 Whitespace 2024-03-29 11:52:26 -04:00
Gary Gregory b9c7da0a8c Add Streams.failableStream(T), non-varargs variant 2024-03-29 11:45:08 -04:00
Sebb c9c1e222b8
Merge pull request #1191 from vgadget/patch-1
Confusing javadoc typo
2024-03-25 16:50:33 +00:00
Adrián Vázquez Barrera 03c15abb44
Confusing javadoc typo
Typo fixed. The javadoc was written:
"NumberUtils.toFloat(null, 1.1f)   = 1.0f"

That is not correct, it should be:
"NumberUtils.toFloat(null, 1.1f)   = 1.1f"
2024-03-25 17:34:19 +01:00
Gary Gregory 2f28cef08f Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2024-03-23 18:03:52 -04:00
Gary Gregory 0d1ed41277 Uppercase acronym in comment 2024-03-23 18:03:36 -04:00
Gary Gregory 48a1c291bd Use better JUnit API 2024-03-22 16:36:40 -04:00
Gary Gregory be6501ef4a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2024-03-22 16:24:57 -04:00
Gary Gregory 3be8aba2da Use better JUnit API 2024-03-22 16:23:42 -04:00
dependabot[bot] 9b7f6a9166
Bump github/codeql-action from 3.24.7 to 3.24.9 (#1189)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.24.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](3ab4101902...1b1aada464)

---
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-03-22 11:12:50 -04:00
dependabot[bot] 6e624329bf
Bump actions/cache from 4.0.1 to 4.0.2 (#1188)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](ab5e6d0c87...0c45773b62)

---
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>
2024-03-22 11:12:37 -04:00
Gary Gregory 4fcc82bcb1 Use ternary expression
- Javadoc
- Use fluent Objects.requireNonNull()
- Remove some whitespace
2024-03-21 09:21:52 -04:00
Gary Gregory 155abe805b Use Java 8 API to manage thread local 2024-03-16 08:40:57 -04:00
Gary Gregory 8f73bd15d4 Use Java 8 API to manage thread local 2024-03-16 08:32:58 -04:00
Gary Gregory fdb6e394b8 Use Java 8 API to manage thread local 2024-03-16 08:05:26 -04:00
Gary Gregory e3658ad7bb Javadoc
- Inline single use local variables
- Formatting
2024-03-16 08:05:06 -04:00
Gary Gregory ab8c02fb11 One less boolean operation per primitive append() 2024-03-16 07:52:48 -04:00
Gary Gregory da5a9c2523 Add missing branch tests 2024-03-16 07:42:56 -04:00
Gary Gregory 134d6d881e Add missing branch tests 2024-03-16 00:39:02 -04:00
Gary Gregory 0b18b97190 Add missing branch tests 2024-03-16 00:18:28 -04:00
Gary Gregory 91b17ffaae Add miising test 2024-03-15 23:59:31 -04:00
Gary Gregory bae2887de4 Add miising test 2024-03-15 23:51:58 -04:00
Gary Gregory c43f2480b6 Javadoc and formatting 2024-03-15 23:48:37 -04:00
dependabot[bot] ce8a038e07
Bump actions/setup-java from 4.1.0 to 4.2.1 (#1185)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](9704b39bf2...99b8673ff6)

---
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>
2024-03-15 11:34:29 -04:00
dependabot[bot] f95b20d028
Bump github/codeql-action from 3.24.6 to 3.24.7 (#1186)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8a470fddaf...3ab4101902)

---
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-03-15 11:34:18 -04:00
dependabot[bot] 9050b6dd09
Bump actions/checkout from 4.1.1 to 4.1.2 (#1184)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

---
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-03-15 11:34:07 -04:00
Gary Gregory 5a9cc5f20b
Fix Java version in README.md #1170 2024-03-09 13:58:34 -05:00
Philipp Trulson cc625debde
Fix Java version in README (#1170)
* Set GitHub repository for SCM URL

* Replace Java 12 with 17 in README

* Replace Java 12 with 17 in pom.xml

* Fix SCM URL

* Update pom.xml

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2024-03-09 13:57:09 -05:00
Gary Gregory 3909e38508
Bump org.apache.commons:commons-parent from 66 to 67 #1181 2024-03-09 13:56:19 -05:00
dependabot[bot] 5a19ce9057
Bump org.apache.commons:commons-parent from 66 to 67 (#1181)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 66 to 67.
- [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-03-09 13:55:37 -05:00