Commit Graph

7488 Commits

Author SHA1 Message Date
Sung Ho Yoon 3201bdff38
(doc) Fix broken changelog 2023-11-15 09:31:10 +09:00
Gary Gregory 912ab7154d
Fix Javadoc syntax errors #1129 2023-11-13 07:40:24 -05:00
Sung Ho Yoon 29f958d055
(doc) Fix Javadoc syntax errors (#1129) 2023-11-13 07:39:03 -05:00
Gary Gregory 6dc61ad800 Make private class final 2023-11-05 14:37:59 -05:00
Gary Gregory 563bf48964 Make package private class final 2023-11-05 09:42:01 -05:00
Gary Gregory 78211641f1 Format tweaks 2023-11-05 08:32:40 -05:00
Gary Gregory ebca9c9ee8 Add support for RISC-V in ArchUtils #1128 2023-11-05 07:36:55 -05:00
Levi Zim 4cff6633e9
LANG-1717: support RISC-V in ArchUtils (#1128)
* LANG-1717: support RISC-V in ArchUtils

Add RISC-V support to ArchUtils and its dependency class, Processor.

* Add missing Javadoc since tags

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2023-11-05 07:35:25 -05:00
Gary Gregory c1181d9e2f Normalize test method names 2023-11-04 08:56:44 -04:00
Gary Gregory 984be03374 Remove trailing whitespace 2023-11-03 11:37:55 -04:00
Gary Gregory 629a83c6c4 Sort test members 2023-11-03 11:26:15 -04:00
Gary Gregory dc83c2820b Sort main members 2023-11-03 11:25:53 -04:00
Gary Gregory 972b3f218e Normalize test method names 2023-11-03 11:25:33 -04:00
Gary Gregory 0838225321 Clarifies Java platform requirement 2023-11-02 08:35:52 -04:00
Gary Gregory 60cc3391c0 Clarifies Java platform requirement 2023-11-02 08:27:12 -04:00
Gary Gregory 5b5656a8b4 Normalize setter Javadoc 2023-10-31 07:13:30 -04:00
Gary Gregory 5ded55fa1c Normalize getter Javadoc 2023-10-31 06:51:49 -04:00
Gary Gregory c3429b5d0c Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 2023-10-29 07:58:39 -04:00
dependabot[bot] db91eb6629
Bump github/codeql-action from 2.22.3 to 2.22.5 (#1127)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.3 to 2.22.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0116bc2df5...74483a38d3)

---
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-10-27 12:08:03 -04:00
dependabot[bot] d3272fa465
Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#1126)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](483ef80eb9...0864cf1902)

---
updated-dependencies:
- dependency-name: ossf/scorecard-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-10-27 12:07:48 -04:00
Gary Gregory aa405f9877 Don't initialize an instance or static variable to its default value 2023-10-27 10:56:01 -04:00
Gary Gregory 8c696abe85 Remove unused import 2023-10-27 07:16:34 -04:00
Sebb efd3d613e2 Use Matchers for more detail on error
Also fix several range errors:
lower value is inclusive, upper is exclusive
(except where the two values are equal!)
2023-10-22 15:58:00 +01:00
Sebb 201f0946c0 Javadoc clarification
[skip ci]
2023-10-22 15:29:37 +01:00
Sebb 9a778293c3 Javadoc clarification
[skip ci]
2023-10-22 15:25:15 +01:00
Sebb f79325551a Use Matchers for more detail on error 2023-10-22 15:20:12 +01:00
Sebb d18dd5904b Checkstyle nit 2023-10-22 12:43:58 +01:00
Sebb 92a51953ec Use Matchers for more detail on error
Also fix order of expected/actual in comparisons
2023-10-22 12:34:50 +01:00
Sebb be417ff07f Can take more than 1900 ms; seen 1997 2023-10-21 22:57:13 +01:00
Sebb 721bb4f78a Show why the test failed 2023-10-21 22:42:24 +01:00
Gary Gregory 9a98475131 ConcurrentInitializer implementations can now be instantiated and
configured with allocation and release lambdas
2023-10-21 14:43:13 -04:00
Sebb 2e876a8757 Fix up GHA badges 2023-10-21 17:17:45 +01:00
Gary Gregory c1fe726872
Update critical value for chi-square test #1125 2023-10-20 17:24:01 -04:00
Alex Herbert d82d465170
Update critical value for chi-square test (#1125) 2023-10-20 17:23:01 -04:00
Gary Gregory 29f3678bde Remove trailing whitespace 2023-10-20 15:30:21 -04:00
Gary Gregory 181ba18528 @deprecated in package info files generates a warning in Java 21 2023-10-20 15:24:58 -04:00
Gary Gregory 9840b9df57 Try to fix random failures in StopWatchTest.testStopWatchSuspend()
Watch out comparing measurements from System.currentTimeMillis() vs.
System.nanoTime()
2023-10-20 15:15:10 -04:00
Gary Gregory fc7320f981 Javadoc 2023-10-20 15:15:07 -04:00
Gary Gregory 30af124800 Javbadoc and comments 2023-10-20 14:32:32 -04:00
Gary Gregory 902b1ce39d Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2023-10-20 14:19:39 -04:00
Gary Gregory 426ebb13ee Proper Javadoc list
Internal refactoring
2023-10-20 14:19:18 -04:00
Gary Gregory 9a3809f5dc
Use ConcurrentInitializer implementations without subclassing. #1123. 2023-10-20 13:55:30 -04:00
Gary Gregory 5d146cd069
Use LazyInitializer without subclassing. (#1123)
* Use LazyInitializer without subclassing.

- Allow a Supplier for initialized object
- Allow a Consumer to close the managed object

* Allow any checked exception in the argument to supplier and consumer

* Make all impls of AbstractConcurrentInitializer concrete with builders and tests

* add tests for closer

* Use ConcurrentException as the wrapper for close

* Changes requested in code review

---------

Co-authored-by: Gary Gregory <gardgregory@gmail.com>
Co-authored-by: Benjamin Confino <benjamic@uk.ibm.com>
2023-10-20 13:53:08 -04:00
dependabot[bot] 038e016d2a
Bump actions/checkout from 4.1.0 to 4.1.1 (#1124)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...b4ffde65f4)

---
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>
2023-10-20 11:42:21 -04:00
Gary Gregory 5019cdbdb8 Javadoc 2023-10-19 07:35:55 -04:00
Gary Gregory c5d8c4f19a Better local name 2023-10-17 13:46:52 -04:00
Gary Gregory 5016994f4a Better local name 2023-10-17 13:46:32 -04:00
Gary Gregory 98b119bf79 Javadoc 2023-10-17 11:19:18 -04:00
Gary Gregory 582717de05 Sort members 2023-10-17 11:16:54 -04:00
Gary Gregory 3935fa2f19 Add ExceptionUtils.asRuntimeException(T), and deprecate rethrow(T) 2023-10-17 11:16:29 -04:00