7370 Commits

Author SHA1 Message Date
Gary Gregory
95ca891601 Allow for odd locale issues 2023-08-30 14:03:18 -04:00
Gary Gregory
dc54bca90b Bump commons-parent from 59 to 61 2023-08-30 14:02:57 -04:00
Gary Gregory
acfad1e24a More leniency for Java 11 test for GitHub builds 2023-08-27 12:20:16 -04:00
Gary Gregory
d43a20f352 Be lenient for slow running builds 2023-08-27 11:39:19 -04:00
Gary Gregory
5f8a42d510 Absolute assert won't work on slow builds 2023-08-27 10:56:25 -04:00
Gary Gregory
9c09fdf291 Be lenient for slow running builds 2023-08-27 08:40:54 -04:00
Gary Gregory
69c70bc273 Better asserts in test 2023-08-27 08:39:33 -04:00
Gary Gregory
6df0748849 More leniency for Java 17 test for GitHub builds 2023-08-27 08:17:34 -04:00
Gary Gregory
0399d60389 More leniency for Java 17 test for GitHub builds 2023-08-27 08:08:49 -04:00
Gary Gregory
57c822dd25 More leniency in random test 2023-08-27 07:54:31 -04:00
Gary Gregory
e608a81866 More leniency for Java 17 test for GitHub builds 2023-08-27 07:45:51 -04:00
Gary Gregory
15ff8f9997 [LANG-1710] ReflectionToStringBuilder changes in version 3.13.0 has
broken the logic for overriding classes
2023-08-27 07:44:42 -04:00
Gary Gregory
5629f4c535 More leniency for Java 17 test for GitHub builds 2023-08-27 07:38:54 -04:00
Gary Gregory
5e869d20e5 Remove unused import 2023-08-27 07:15:30 -04:00
Gary Gregory
7e52561e13 More leniency for Java 17 test for GitHub builds 2023-08-27 07:11:23 -04:00
dependabot[bot]
25386d7122
Bump actions/checkout from 3.5.3 to 3.6.0 (#1101)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-08-25 12:04:59 -04:00
dependabot[bot]
2fb38b1bb7
Bump github/codeql-action from 2.21.3 to 2.21.4 (#1099)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.3 to 2.21.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5b6282e01c...a09933a12a)

---
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-08-18 11:21:12 -04:00
Gary Gregory
ee2c9cf804 Better internal class name 2023-08-18 11:18:56 -04:00
Gary Gregory
e6796a0ec6 [LANG-1706] ThreadUtils find methods should not return null items #1098 2023-08-16 13:56:26 -04:00
Gary Gregory
c94c3a0be5
Improve performance of StringUtils.isMixedCase() #1096 2023-08-16 13:25:16 -04:00
hduelme
19fa964de7
Improve performance of StringUtils.isMixedCase() (#1096)
* improve performance of isMixedCase

The changes optimize the mixed-case detecting function in StringUtils.java by reducing redundant character property checks. The loop will now return early when both uppercase and lowercase are present, preventing further unnecessary operations. It also introduces a local variable to store the character being checked, reducing the number of method calls to get the character. The end return statement is also simplified to return false, as the true condition has already been covered inside the loop.

* add test to prove better performance

* Add Apache license header to StringUtilsIsMixedCaseTest.java file

* Fix Checkstyle issues

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2023-08-16 13:24:27 -04:00
Gary Gregory
78dedbd2f5
[Javadoc] Point to right getShortClassName flavor in Javadoc for relevant notes #1097 2023-08-15 13:50:38 -04:00
ljacqu
0701011fe9
(doc) Point to right getShortClassName flavor in Javadoc for relevant notes (#1097) 2023-08-15 13:48:27 -04:00
Gary Gregory
842f71dcc5 Remove duplicate entry 2023-08-15 07:49:05 -04:00
Gary Gregory
09bc83b55f Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 20:14:34 -04:00
Gary Gregory
188e441a23 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 19:20:22 -04:00
Gary Gregory
9053ee074c Remove trailing whitespace 2023-08-14 19:10:14 -04:00
Gary Gregory
d09f802f98 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 19:06:48 -04:00
Gary Gregory
f017b4260c Make test more reproducible (not random) 2023-08-14 18:50:21 -04:00
Gary Gregory
787dab65fe Make test more reproducible (not random) 2023-08-14 18:40:12 -04:00
Gary Gregory
c63ca2ce54 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 18:24:15 -04:00
Gary Gregory
35e3828ad4 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 17:53:03 -04:00
Gary Gregory
c0a659c9a0 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 17:42:05 -04:00
Gary Gregory
23f363b329 Hack to try to see if we can get GH builds to pass on Java 17 2023-08-14 17:36:20 -04:00
Gary Gregory
a7158bdf60 Better assert message 2023-08-14 17:18:28 -04:00
Gary Gregory
1a4414ab3c Better assert message 2023-08-14 15:14:45 -04:00
Gary Gregory
255db44501 Better assert message 2023-08-14 08:40:15 -04:00
Gary Gregory
cff5ccf8b0
Fix Incorrect Javadoc Description in Processor isAarch64() #1093 2023-08-14 08:27:50 -04:00
Sung Ho Yoon
0d4909fd86
(doc) Fix incorrect Javadoc description (#1093) 2023-08-14 08:26:17 -04:00
Gary Gregory
2f670821ab Hack to try to see if we can get GH builds to pass 2023-08-14 08:25:28 -04:00
Gary Gregory
fa6eac6cf6 Hack to try to see if we can get GH builds to pass 2023-08-13 15:30:46 -04:00
Gary Gregory
bba01b04be Hack to try to see if we can get GH builds to pass 2023-08-13 15:22:10 -04:00
Gary Gregory
5bad7ea2fc Move new data source into 2nd place for better compatibility 2023-08-13 15:14:29 -04:00
Gary Gregory
bd5d715396 Don't fail Windows builds with LF EOL checking 2023-08-13 14:55:59 -04:00
Gary Gregory
834458af5b See if there are other GH failures on different OSs 2023-08-13 14:38:19 -04:00
Gary Gregory
f572616834 Remove unused import 2023-08-13 14:26:40 -04:00
Gary Gregory
58c19375ef Make test reproducible 2023-08-13 14:22:47 -04:00
Gary Gregory
880b85da4a FastDateParser fails to parse some local "z" formatted strings 2023-08-11 19:15:23 -04:00
Gary Gregory
56e66879a8 Make test reproducible 2023-08-11 18:21:41 -04:00
Gary Gregory
9f4a554f9a Try to fix GH build 2023-08-11 18:13:46 -04:00