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
Gary Gregory
64e51ecf83
Sort members
2024-03-09 13:42:39 -05:00
Gary Gregory
58d5af4808
Javadoc
2024-03-05 14:34:26 -05:00
dependabot[bot]
8ce140921d
Bump actions/setup-java from 4.0.0 to 4.1.0 ( #1178 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](387ac29b30...9704b39bf2
)
---
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-01 10:41:59 -05:00
dependabot[bot]
07bf2a43bc
Bump codecov/codecov-action from 4.0.1 to 4.1.0 ( #1179 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](e0b68c6749...54bcd8715e
)
---
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-03-01 10:41:48 -05:00
dependabot[bot]
88741378c6
Bump github/codeql-action from 3.24.5 to 3.24.6 ( #1180 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](47b3d888fe...8a470fddaf
)
---
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-01 10:41:37 -05:00
dependabot[bot]
7d8433db37
Bump actions/cache from 4.0.0 to 4.0.1 ( #1177 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](13aacd865c...ab5e6d0c87
)
---
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-01 10:41:24 -05:00
Gary Gregory
aeca68f2a5
Make ArraySorter null-safe
...
Make ArrayUtils.removeAll() null-safe
2024-02-23 20:27:30 -05:00
Gary Gregory
7bb195000a
Javadoc
...
Since tag not needed
2024-02-23 18:33:45 -05:00
Gary Gregory
8e05b7141a
Make ArrayFill null-safe
2024-02-23 18:32:45 -05:00
Gary Gregory
948abe9d85
Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #1175
2024-02-23 11:49:23 -05:00
dependabot[bot]
59deb7dacd
Bump github/codeql-action from 3.24.3 to 3.24.5 ( #1176 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.3 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](379614612a...47b3d888fe
)
---
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-02-23 08:47:11 -08:00
dependabot[bot]
270cd68251
Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 ( #1175 )
...
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.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-02-23 08:46:56 -08:00
Gary Gregory
aec3ed66ff
Whitespace between methods
2024-02-18 08:52:11 -05:00
Gary Gregory
71d6f222ec
Use final
2024-02-18 08:51:56 -05:00
Gary Gregory
0bcf2825f6
Document bump commons-parent from 65 to 66
2024-02-18 08:36:05 -05:00
dependabot[bot]
683f9e0957
Bump github/codeql-action from 3.24.0 to 3.24.3 ( #1174 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.0 to 3.24.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](e8893c57a1...379614612a
)
---
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-02-16 11:30:18 -05:00
Elliotte Rusty Harold
55537206c1
remove TODO from deprecated class we're not going to refactor ( #1173 )
2024-02-11 09:18:57 -05:00
Gary Gregory
41c63b284a
Simplify
2024-02-09 18:18:49 -05:00
dependabot[bot]
571e9df117
Bump github/codeql-action from 3.23.2 to 3.24.0 ( #1172 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.23.2 to 3.24.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b7bf0a3ed3...e8893c57a1
)
---
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-02-09 11:48:46 -05:00
dependabot[bot]
cdf6f15264
Bump actions/upload-artifact from 4.3.0 to 4.3.1 ( #1171 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](26f96dfa69...5d5d22a312
)
---
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-02-09 11:48:35 -05:00