Commit Graph

8029 Commits

Author SHA1 Message Date
Tobias Kiecker 352f9671b2
Fix TEXT-234 (#1223)
Update StrBuilder.java to reflect changes made to commons-text with regards to newline.
(f934b1a539)
2024-05-23 09:04:53 -04:00
Gary Gregory 2667c3902b Unnecessary @SuppressWarnings 2024-05-23 08:33:30 -04:00
Gary Gregory a4db8997f0 Unnecessary @SuppressWarnings 2024-05-23 08:33:13 -04:00
Gary Gregory 1af3724664 Unnecessary @SuppressWarnings 2024-05-23 08:32:46 -04:00
Gary Gregory b027fe964a Unnecessary @SuppressWarnings 2024-05-23 08:32:01 -04:00
Gary Gregory 453510009c Fix test type cast 2024-05-23 08:29:01 -04:00
Gary Gregory ba247a9c48 [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222 2024-05-23 08:18:24 -04:00
Tobias Kiecker 77e3913ea3
fixed LANG-1735 (#1222)
fixed documentation
2024-05-23 08:18:11 -04:00
Gary Gregory 4bd73afe7a Fix Javadoc warning
Javadoc redirectss to current Javadocs anyway
2024-05-23 08:05:03 -04:00
Gary Gregory 569195db85 Fix compiler warnings 2024-05-23 08:02:30 -04:00
Gary Gregory 83ce04b0bf Bump commons-parent from 69 to 70
- Bump to spotbugs:4.8.5.0
- Bump to PMD 7.1.0
2024-05-23 08:01:07 -04:00
Gary Gregory 73e5bac7fd Javadoc & whitespace 2024-05-23 07:30:55 -04:00
Jochen Wiedmann 1e64e11e74 Fixing the previous commit. 2024-05-23 00:05:37 +02:00
Jochen Wiedmann 9980cf11e3 Undoing 3322d97487 2024-05-22 20:00:10 +02:00
Gary Gregory 0e42557d4a Update testMapEntry() for LANG-1736 2024-05-22 11:28:44 -04:00
Gary Gregory 82d91299f3 Update testMapEntry() for LANG-1736 2024-05-22 11:27:09 -04:00
Gary Gregory 47f433f490 Javadoc 2024-05-18 09:53:44 -04:00
dependabot[bot] be5fea4fad
Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#1218)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](5ecb98a3c6...6d798873df)

---
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-05-17 13:20:14 -04:00
dependabot[bot] 8c38662aa7
Bump github/codeql-action from 3.25.4 to 3.25.5 (#1219)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ccf74c9479...b7cec75265)

---
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-05-17 13:20:03 -04:00
dependabot[bot] 6af56e96fb
Bump actions/checkout from 4.1.5 to 4.1.6 (#1220)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](44c2b7a8a4...a5ac7e51b4)

---
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-05-17 13:19:49 -04:00
Jochen Wiedmann 797f9a4f5d Minor documentation fixes. 2024-05-17 01:02:06 +02:00
Jochen Wiedmann 3322d97487 Adding the @Insecure, and @Safe annotations. 2024-05-17 00:28:46 +02:00
Gary Gregory bb61e14b74 Show Maven stack traces on errors in GH CI 2024-05-16 14:51:04 -04:00
Gary Gregory f9828e2401 Comments 2024-05-14 11:22:39 -04:00
Gary Gregory 7c51e696d5 StringUtils.stripAccents(String) doesn't handle T with stroke 2024-05-14 11:18:54 -04:00
Gary Gregory 17ceb435ed StringUtils.stripAccents(String) doesn't handle U with bar 2024-05-14 11:15:07 -04:00
Gary Gregory 006d1d1df9 StringUtils.stripAccents(String) doesn't handle I with bar 2024-05-14 11:04:45 -04:00
Gary Gregory 0b00e8de26 Use a switch 2024-05-14 11:01:47 -04:00
Gary Gregory 89a85532cb Clean up String building
Whitespace
2024-05-14 10:57:31 -04:00
Gary Gregory 69b73420f0 StringUtils.stripAccents(String) doesn't handle "\u0111" and "\u0110"
(Vietnamese) #1216
2024-05-14 10:56:50 -04:00
hunghhdev 851de661c6
strip accents "\u0111" and "\u0110" (#1216) 2024-05-14 10:55:12 -04:00
Gary Gregory f50a4df11c Trailing whitespace 2024-05-14 10:30:13 -04:00
Gary Gregory edc8dcfe85 Javadoc 2024-05-14 09:17:59 -04:00
Gary Gregory 279d8f8d57 Javadoc 2024-05-14 09:16:22 -04:00
Gary Gregory 180f801d73 Javadoc 2024-05-14 09:15:22 -04:00
Gary Gregory 1b5f9d1af8 Remove one superfluous @SuppressWarnings 2024-05-14 09:15:15 -04:00
Gary Gregory 88ab71b194 Comment empty blocks 2024-05-14 09:13:06 -04:00
Gary Gregory 416a354308 Indentation 2024-05-12 18:42:55 -04:00
Gary Gregory 74a9bea58f Better implementation of
org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle.spacer(int)
2024-05-12 18:13:45 -04:00
Gary Gregory 5e36226a06 Add test 2024-05-12 15:59:21 -04:00
Gary Gregory 7c1788334a Make SystemProperties.getLineSeparator(Supplier) null-safe 2024-05-12 15:50:49 -04:00
Gary Gregory b7b52fc506 Internal refactoring 2024-05-12 15:42:37 -04:00
Gary Gregory b9f15bc007 Make LockVisitor.acceptReadLocked(FailableConsumer) null-safe
Make LockVisitor.applyWriteLocked(FailableConsumer) null-safe
2024-05-12 15:31:29 -04:00
Gary Gregory ba3f9102bf Fail-fast in private constructor 2024-05-12 15:07:02 -04:00
Gary Gregory 682ac0cf39 Fail-fast in private constructor 2024-05-12 14:45:36 -04:00
Gary Gregory d1427ebe48 Better internal names 2024-05-12 14:44:17 -04:00
Gary Gregory 44f62a10e6 Add test 2024-05-12 14:26:43 -04:00
dependabot[bot] 8133410b1c
Bump github/codeql-action from 3.25.3 to 3.25.4 (#1213)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d39d31e687...ccf74c9479)

---
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-05-10 12:38:24 -04:00
dependabot[bot] 56a7df9475
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#1214)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
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>
2024-05-10 12:38:15 -04:00
dependabot[bot] a456f52c25
Bump actions/checkout from 4.1.4 to 4.1.5 (#1212)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

---
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-05-10 12:38:04 -04:00