1
0
Commit Graph

1317 Commits

Author SHA1 Message Date
Gary Gregory
922588f99d Bump commons-parent from 57 to 58 2023-05-25 16:18:30 -04:00
Gary Gregory
fef29f806d Grammar 2023-05-24 13:31:18 -04:00
Gary Gregory
5995c6c6e7 Javadoc typos 2023-05-19 08:52:13 -04:00
Gary Gregory
e684e574a6 Bump commons-parent from 56 to 57 #143 2023-04-28 09:01:03 -04:00
dependabot[bot]
89e4c6218f Bump commons-parent from 56 to 57 (#143)
Bumps [commons-parent](https://github.com/apache/commons-parent) from 56 to 57.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  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>
2023-04-28 09:00:07 -04:00
Gary Gregory
869eaa18df Format: "catch(" -> "catch (" 2023-04-18 10:56:16 -04:00
Bruno P. Kinoshita
f87a49c957 Merge pull request #142 from apache/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.0 to 3.5.2
2023-04-14 13:03:49 +02:00
dependabot[bot]
435a34b9ea Bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...8e5e7e5ab8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 10:56:29 +00:00
Bruno P. Kinoshita
3cb6b51962 Merge pull request #141 from apache/dependabot/github_actions/actions/setup-java-3.11.0
Bump actions/setup-java from 3.10.0 to 3.11.0
2023-03-31 13:03:20 +02:00
Bruno P. Kinoshita
ed27063473 Merge pull request #140 from apache/dependabot/github_actions/ossf/scorecard-action-2.1.3
Bump ossf/scorecard-action from 2.1.2 to 2.1.3
2023-03-31 13:03:09 +02:00
dependabot[bot]
4698c1c283 Bump actions/setup-java from 3.10.0 to 3.11.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 10:56:27 +00:00
dependabot[bot]
903b4c652a Bump ossf/scorecard-action from 2.1.2 to 2.1.3
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](e38b1902ae...80e868c13c)

---
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>
2023-03-31 10:56:24 +00:00
Gary Gregory
19ced996a0 Javadoc/Comments: Remove extra "whitespace" 2023-03-25 09:36:35 -04:00
Bruno P. Kinoshita
fa540e8ebc Merge pull request #139 from apache/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
2023-03-24 12:15:51 +01:00
dependabot[bot]
78b06043c6 Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](24cb908017...8f4b7f8486)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 10:56:25 +00:00
Gary Gregory
d376d31286 Javadoc: Convert package.html to package-info.java 2023-03-19 15:52:49 -04:00
Gary Gregory
8018905e7e Javadoc: Convert package.html to package-info.java 2023-03-19 15:52:42 -04:00
dependabot[bot]
058cf5ee35 Bump actions/cache from 3.3.0 to 3.3.1 (#138)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: actions/cache
  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-03-17 07:22:01 -04:00
dependabot[bot]
5ea63e0d19 Bump actions/checkout from 3.3.0 to 3.4.0 (#137)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](ac59398561...24cb908017)

---
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-03-17 07:21:48 -04:00
dependabot[bot]
01dff38426 Bump actions/cache from 3.3.0 to 3.3.1 (#138)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: actions/cache
  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-03-17 07:21:33 -04:00
dependabot[bot]
4293ecce12 Bump actions/cache from 3.2.6 to 3.3.0 (#136)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.6...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/cache
  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-03-10 06:53:39 -05:00
Gary Gregory
6888105f9e Use StringBuilder instead of StringBuffer for internal processing 2023-03-04 09:18:20 -05:00
Bruno P. Kinoshita
21704bc396 Merge pull request #135 from apache/dependabot/github_actions/actions/cache-3.2.6
Bump actions/cache from 3.2.5 to 3.2.6
2023-02-24 14:40:09 +01:00
dependabot[bot]
f2da602817 Bump actions/cache from 3.2.5 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 10:56:23 +00:00
dependabot[bot]
dc108df57c Bump actions/cache from 3.2.4 to 3.2.5 (#134)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: actions/cache
  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-02-10 06:55:56 -05:00
dependabot[bot]
56a3e54de5 Bump actions/setup-java from 3.9.0 to 3.10.0 (#133)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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-02-10 06:55:41 -05:00
Sebb
87c6f9837d codecov-commenter => notifications 2023-02-03 16:42:41 +00:00
dependabot[bot]
d164b60504 Bump actions/cache from 3.2.3 to 3.2.4 (#132)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  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-02-03 05:59:01 -05:00
Sebb
51d8fbbc08 += .asf.yaml 2023-01-20 19:44:13 +00:00
Gary Gregory
6864fc88ab POM project name should contain "Apache" prefix 2023-01-15 07:46:25 -05:00
Gary Gregory
dbe5aef085 Pick up maven-checkstyle-plugin version from parent 2023-01-13 16:57:45 -05:00
Gary Gregory
e13ac4a3a8 Pick up spotbugs-maven-plugin version from parent 2023-01-13 16:57:15 -05:00
Gary Gregory
ac12016c90 Pick up maven-assembly-plugin version from parent 2023-01-13 16:56:35 -05:00
Gary Gregory
7f50688adb Pick up maven-dependency-plugin version from parent 2023-01-13 16:56:19 -05:00
Gary Gregory
ff372e56f6 Pick up maven-checkstyle-plugin version from parent 2023-01-13 16:56:02 -05:00
Gary Gregory
cface88a71 Pick up maven-surefire-plugin version from parent 2023-01-13 16:55:24 -05:00
Bruno P. Kinoshita
20beb09536 Merge pull request #130 from apache/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.1
Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
2023-01-13 21:31:02 +01:00
dependabot[bot]
74a82eebeb Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 21:30:18 +01:00
Bruno P. Kinoshita
cb9799454f Merge pull request #131 from apache/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.5.0
Bump maven-dependency-plugin from 3.4.0 to 3.5.0
2023-01-13 21:29:00 +01:00
dependabot[bot]
72c688ad40 Bump maven-dependency-plugin from 3.4.0 to 3.5.0
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 21:28:42 +01:00
dependabot[bot]
543fea40a4 Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#129)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 07:41:06 -05:00
dependabot[bot]
b5f3dfecb2 Bump actions/cache from 3.2.2 to 3.2.3 (#128)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 07:40:47 -05:00
Gary Gregory
cb9f35f502 Pick up maven-pmd-plugin version from parent 2023-01-12 13:24:45 -05:00
Gary Gregory
df98ec7eab Pick up maven-surefire-plugin version from parent POM 2023-01-10 11:21:30 -05:00
Gary Gregory
f616f17853 Pick up japicmp-maven-plugin version from parent POM 2023-01-10 11:00:21 -05:00
Bruno P. Kinoshita
8da0b855d7 Merge pull request #127 from apache/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2023-01-06 11:39:02 +01:00
dependabot[bot]
52f52e0e0e Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...ac59398561)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 10:00:22 +00:00
Gary Gregory
0a2317f008 Bump commons-parent from 55 to 56 #126 2023-01-03 14:07:20 -05:00
dependabot[bot]
8abe56f81d Bump commons-parent from 55 to 56 (#126)
Bumps [commons-parent](https://github.com/apache/commons-parent) from 55 to 56.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 14:06:48 -05:00
Gary Gregory
d33665ee06 Update NOTICE to 2023 2023-01-03 11:07:47 -05:00