Commit Graph

7949 Commits

Author SHA1 Message Date
Gary Gregory 47c100805e Bump commons-parent from 65 to 66
- Add Maven property project.build.outputTimestamp for build
reproducibility
- Suppress SpotBugs CT_CONSTRUCTOR_THROW for now
2024-02-03 13:50:15 -05:00
Gary Gregory 5dd4c05282 Add property project.build.outputTimestamp for build reproducibility 2024-02-02 18:23:53 -05:00
dependabot[bot] 67d5b27421
Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#1169)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](4fe8c5f003...e0b68c6749)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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-02-02 11:22:33 -05:00
Gary Gregory 60eaad9531
Allow EventListenerSupport to handle (and ignore) exception from listeners allowing invocation of all listeners #1167 2024-01-30 13:35:17 -05:00
Gary Gregory f962e7b654
Allow EventListenerSupport to handle (and ignore) exception from (#1167)
listeners allowing invocation of all listeners.

This is an alternative to
https://github.com/apache/commons-lang/pull/1156

Co-authored-by: Gary Gregory <gardgregory@gmail.com>
2024-01-30 13:34:19 -05:00
Gary Gregory 2bdecd58af Add missing XML Schema reference 2024-01-28 14:31:51 -05:00
Gary Gregory 8afab2589a Adds a tests that throwing an exception from a listener stops calling
the remaining listeners.
2024-01-27 13:12:37 -05:00
Gary Gregory 2f51604363 Whitespace 2024-01-27 09:00:40 -05:00
dependabot[bot] 840a7cf650
Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#1165)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](eaaf4bedf3...4fe8c5f003)

---
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-01-26 10:11:31 -05:00
dependabot[bot] 73c0420e50
Bump github/codeql-action from 3.23.1 to 3.23.2 (#1166)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0b21cf2492...b7bf0a3ed3)

---
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-01-26 10:11:18 -05:00
dependabot[bot] 12e5c2b600
Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#1164)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](694cdabd8b...26f96dfa69)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-01-26 10:11:05 -05:00
Gary Gregory d1ab963984 Javadoc 2024-01-25 15:36:06 -05:00
Gary Gregory efb9b44acd Document deprecations
- Deprecate DurationUtils 0-argument constructor
- Deprecate DurationFormatUtils 0-argument constructor
- Deprecate DateUtils 0-argument constructor
- Deprecate DateFormatUtils 0-argument constructor
- Deprecate Streams 0-argument constructor
- Deprecate IntStreams 0-argument constructor
- Deprecate TypeUtils 0-argument constructor
- Deprecate MethodUtils 0-argument constructor
- Deprecate MemberUtils 0-argument constructor
- Deprecate InheritanceUtils 0-argument constructor
- Deprecate FieldUtils 0-argument constructor
- Deprecate ConstructorUtils 0-argument constructor
- Deprecate NumberUtils 0-argument constructor
- Deprecate IEEE754rUtils 0-argument constructor
- Deprecate Suppliers 0-argument constructor
- Deprecate EventUtils 0-argument constructor
- Deprecate LockingVisitors 0-argument constructor
- Deprecate ThreadUtils 0-argument constructor
- Deprecate SystemProperties 0-argument constructor
- Deprecate StringUtils 0-argument constructor
- Deprecate StringEscapeUtils 0-argument constructor
- Deprecate SerializationUtils 0-argument constructor
- Deprecate RegExUtils 0-argument constructor
- Deprecate RandomUtils 0-argument constructor
- Deprecate RandomStringUtils 0-argument constructor
- Deprecate ObjectUtils 0-argument constructor
- Deprecate LocaleUtils 0-argument constructor
- Deprecate EnumUtils 0-argument constructor
- Deprecate ClassUtils 0-argument constructor
- Deprecate ClassPathUtils 0-argument constructor
- Deprecate ClassLoaderUtils 0-argument constructor
- Deprecate CharUtils 0-argument constructor
- Deprecate CharSetUtils 0-argument constructor
- Deprecate CharSequenceUtils 0-argument constructor
- Deprecate BooleanUtils 0-argument constructor
- Deprecate ArrayUtils 0-argument constructor
- Deprecate ArchUtils 0-argument constructor
- Deprecate AnnotationUtils 0-argument constructor
2024-01-25 09:56:19 -05:00
Gary Gregory 5f6a065084 Revert "Depreacte MemberUtils 0-argument contructor"
This reverts commit 6c1cb8005d.
2024-01-25 09:47:15 -05:00
Gary Gregory a6cbd6596c Depreacte DurationUtils 0-argument contructor 2024-01-25 09:37:49 -05:00
Gary Gregory 91f4ed32d2 Depreacte DurationFormatUtils 0-argument contructor 2024-01-25 09:37:06 -05:00
Gary Gregory 21d0b562b7 Depreacte DateUtils 0-argument contructor 2024-01-25 09:36:41 -05:00
Gary Gregory cbbf42c0a7 Depreacte DateFormatUtils 0-argument contructor 2024-01-25 09:36:08 -05:00
Gary Gregory eaa563e6f5 Depreacte Streams 0-argument contructor 2024-01-25 09:35:12 -05:00
Gary Gregory 0ef9b755ad Depreacte IntStreams 0-argument contructor 2024-01-25 09:34:32 -05:00
Gary Gregory 8926ed1c63 Depreacte TypeUtils 0-argument contructor 2024-01-25 09:33:49 -05:00
Gary Gregory cf12cfe7dc Depreacte MethodUtils 0-argument contructor 2024-01-25 09:33:12 -05:00
Gary Gregory 6c1cb8005d Depreacte MemberUtils 0-argument contructor 2024-01-25 09:32:48 -05:00
Gary Gregory 78e26b2ec3 Depreacte InheritanceUtils 0-argument contructor 2024-01-25 09:32:04 -05:00
Gary Gregory 212d2ae354 Depreacte FieldUtils 0-argument contructor 2024-01-25 09:31:37 -05:00
Gary Gregory 4822446e98 Depreacte ConstructorUtils 0-argument contructor 2024-01-25 09:31:12 -05:00
Gary Gregory 655d402821 Depreacte NumberUtils 0-argument contructor 2024-01-25 09:30:38 -05:00
Gary Gregory f78472f8cd Depreacte IEEE754rUtils 0-argument contructor 2024-01-25 09:30:13 -05:00
Gary Gregory e8d80db854 Depreacte Suppliers 0-argument contructor 2024-01-25 09:29:31 -05:00
Gary Gregory 3c0d417abb Normalize comment
Comment empty block
2024-01-25 09:28:26 -05:00
Gary Gregory a84d013078 Depreacte EventUtils 0-argument contructor 2024-01-25 09:27:41 -05:00
Gary Gregory 32196a11ad Depreacte LockingVisitors 0-argument contructor 2024-01-25 09:26:48 -05:00
Gary Gregory e04b2bd942 Depreacte ThreadUtils 0-argument contructor 2024-01-25 09:26:11 -05:00
Gary Gregory 235a874ea1 Depreacte SystemProperties 0-argument contructor 2024-01-25 09:24:17 -05:00
Gary Gregory 02a16cbda0 Depreacte StringUtils 0-argument contructor 2024-01-25 09:23:17 -05:00
Gary Gregory 0171ab9fd7 Depreacte StringEscapeUtils 0-argument contructor 2024-01-25 09:22:52 -05:00
Gary Gregory 08e19a412e Depreacte SerializationUtils 0-argument contructor 2024-01-25 09:22:25 -05:00
Gary Gregory ed5e047034 Depreacte RegExUtils 0-argument contructor 2024-01-25 09:21:52 -05:00
Gary Gregory e56f42ef88 Depreacte RandomUtils 0-argument contructor 2024-01-25 09:21:16 -05:00
Gary Gregory 61a0ac0085 Depreacte RandomStringUtils 0-argument contructor 2024-01-25 09:20:47 -05:00
Gary Gregory 8a0194a596 Depreacte ObjectUtils 0-argument contructor 2024-01-25 09:20:17 -05:00
Gary Gregory 3bf280a4e4 Depreacte LocaleUtils 0-argument contructor 2024-01-25 09:19:51 -05:00
Gary Gregory c187582151 Depreacte EnumUtils 0-argument contructor 2024-01-25 09:19:17 -05:00
Gary Gregory b3ac2313df Depreacte ClassUtils 0-argument contructor 2024-01-25 09:18:45 -05:00
Gary Gregory e628792cef Depreacte ClassPathUtils 0-argument contructor 2024-01-25 09:18:14 -05:00
Gary Gregory 388251dd29 Depreacte ClassLoaderUtils 0-argument contructor 2024-01-25 09:17:44 -05:00
Gary Gregory ba5d35fcae Depreacte CharUtils 0-argument contructor 2024-01-25 09:16:51 -05:00
Gary Gregory 6ec8bb1edb Depreacte CharSetUtils 0-argument contructor 2024-01-25 09:16:19 -05:00
Gary Gregory f6793211f2 Depreacte CharSequenceUtils 0-argument contructor 2024-01-25 09:15:57 -05:00
Gary Gregory c6f1bfeb1a Depreacte BooleanUtils 0-argument contructor 2024-01-25 09:15:25 -05:00