7861 Commits

Author SHA1 Message Date
Gary Gregory
86b36793c7 Enable Java 23-ea on GH CI as an experimental build 2024-05-25 09:49:03 -04:00
Gary Gregory
d861f1b211 Add test cases for single quote processing 2024-05-25 09:43:54 -04:00
Gary Gregory
65e57efd2b Use longer lines 2024-05-25 09:37:27 -04:00
Gary Gregory
2b0c0b9bc8 Rename and enable old test 2024-05-25 09:37:14 -04:00
Gary Gregory
b5dd57397e Use longer lines 2024-05-25 09:34:53 -04:00
Gary Gregory
df86206821 Use longer lines 2024-05-25 09:34:04 -04:00
Gary Gregory
a7a1e17d8b Add @SuppressWarnings 2024-05-25 09:33:34 -04:00
Gary Gregory
26f54fc882 Add TODO comment 2024-05-25 09:32:13 -04:00
Gary Gregory
6ff74418ed Refactor magic numbers 2024-05-25 09:32:04 -04:00
Gary Gregory
fd394a9240 Reuse constant 2024-05-25 09:23:44 -04:00
Gary Gregory
8a18a7e87e Easy to read int 2024-05-25 09:20:39 -04:00
Gary Gregory
be1081a066 Add missing test assertions 2024-05-25 08:04:57 -04:00
Gary Gregory
c6ce19a068 Add missing test assertions 2024-05-25 08:01:43 -04:00
Gary Gregory
408b660813 More precise internal type 2024-05-25 07:59:39 -04:00
dependabot[bot]
258406d3ee
Bump github/codeql-action from 3.25.5 to 3.25.6 (#1226)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b7cec75265...9fdb3e4972)

---
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-24 13:41:04 -04:00
dependabot[bot]
97c09d87b1
Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#1225)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](6d798873df...125fc84a9a)

---
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-05-24 13:40:53 -04:00
Gary Gregory
b4a3c23856 Simplify descriptions 2024-05-24 10:13:36 -04:00
Gary Gregory
c290aebffa Add and use MethodUtils.getMethodObject(Class<?>, String, Class<?>...)
Javadoc
2024-05-24 10:13:23 -04:00
Gary Gregory
bc10ad9ded Javadoc 2024-05-24 10:13:13 -04:00
Gary Gregory
f627c151c4 Javadoc
Remove unused imports
2024-05-24 09:52:13 -04:00
Gary Gregory
f161ff6669 Simplify exception handling
Javadoc
2024-05-24 09:44:20 -04:00
Gary Gregory
ccac050601 Simplify exception handling 2024-05-24 09:18:12 -04:00
Gary Gregory
10306e206e Simplify exception handling 2024-05-24 09:16:57 -04:00
Gary Gregory
0067a2d1d3 Javadoc 2024-05-24 09:15:59 -04:00
Gary Gregory
e7846f43c0
Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #1224 2024-05-23 11:13:03 -04:00
dependabot[bot]
be43ec32e6
Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 (#1224)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.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-05-23 11:12:04 -04:00
Gary Gregory
c8f5b0c001 Refactor AbstractConcurrentInitializerTest to add non-Object test 2024-05-23 09:58:53 -04:00
Gary Gregory
84abc1181c Javadoc 2024-05-23 09:31:51 -04:00
Gary Gregory
b5e6e213e3 Add @SuppressWarnings 2024-05-23 09:25:39 -04:00
Gary Gregory
30428e5f99 Javadoc 2024-05-23 09:14:30 -04:00
Gary Gregory
f827d6ac51 [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222 2024-05-23 09:08:51 -04:00
Gary Gregory
bf1728a6ba Same Javadoc changes as [TEXT-234] #1223 2024-05-23 09:07:59 -04:00
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 3322d974876b8d4f934d3544967103ebbcaef726 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