1
0
Commit Graph

1473 Commits

Author SHA1 Message Date
Gary Gregory
dcbaf834d0 Add Maven property project.build.outputTimestamp for build
reproducibility
2024-02-03 13:51:58 -05:00
dependabot[bot]
6e3c91bebe Bump org.apache.commons:commons-parent from 65 to 66 (#204)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 65 to 66.
- [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>
2024-02-02 21:33:33 -05:00
Gary Gregory
ed4865d67f Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#197) 2024-02-02 21:22:29 -05:00
dependabot[bot]
4e5954ff55 Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#197)
Bumps org.slf4j:slf4j-api from 2.0.10 to 2.0.11.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  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-02-02 21:20:10 -05:00
Gary Gregory
21c9f8ca19 Add property project.build.outputTimestamp for build reproducibility 2024-02-02 18:24:01 -05:00
dependabot[bot]
93b854064e Bump github/codeql-action from 3.23.1 to 3.23.2 (#205)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0b21cf2492...b7bf0a3ed3)

---
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-02-02 07:41:01 -05:00
dependabot[bot]
fc7a7c9ea0 Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#206)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](4fe8c5f003...e0b68c6749)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
2024-02-02 07:40:48 -05:00
Gary Gregory
610096340e Add missing XML Schema reference 2024-01-28 14:32:01 -05:00
Gary Gregory
dbcb5d77b0 Remove references to very old JDK and Commons Logging versions #201 2024-01-26 08:15:15 -05:00
Elliotte Rusty Harold
ff386ee307 Remove references to very old JDK and commons logging versions (#201)
* remove referencs to very old JDK and commons logging versions

* fix urls

* commas

* runon

* redundancy

* comma
2024-01-26 08:12:45 -05:00
dependabot[bot]
9965147aa8 Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#203)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](694cdabd8b...26f96dfa69)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-01-26 07:26:19 -05:00
dependabot[bot]
076d4f9f3a Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#202)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](eaaf4bedf3...4fe8c5f003)

---
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-01-26 07:26:05 -05:00
Gary Gregory
bded390bd1 Normalize end of comments 2024-01-20 10:53:04 -05:00
dependabot[bot]
ea7aa4fe3f Bump github/codeql-action from 3.23.0 to 3.23.1 (#199)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e5f05b81d5...0b21cf2492)

---
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-01-19 07:42:10 -05:00
dependabot[bot]
4633d9cd86 Bump actions/cache from 3.3.3 to 4.0.0 (#200)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](e12d46a63a...13aacd865c)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2024-01-19 07:41:57 -05:00
dependabot[bot]
1b132dd3a2 Bump actions/upload-artifact from 4.0.0 to 4.2.0 (#198)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](c7d193f32e...694cdabd8b)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-01-19 07:41:43 -05:00
Gary Gregory
40327d5427 Javadoc 2024-01-17 10:34:43 -05:00
Gary Gregory
69f9599ec8 Use *= 2024-01-15 09:26:59 -05:00
Gary Gregory
fc62db25af Javadoc and comments: Use an HTTPS URL 2024-01-14 10:59:48 -05:00
Gary Gregory
a18d7d7a21 Use an HTTPS URL to the Apache web site 2024-01-14 10:36:20 -05:00
dependabot[bot]
1cede89f23 Bump github/codeql-action from 3.22.12 to 3.23.0 (#196)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](012739e508...e5f05b81d5)

---
updated-dependencies:
- dependency-name: github/codeql-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-01-12 06:45:10 -05:00
dependabot[bot]
98da46f99a Bump actions/cache from 3.3.2 to 3.3.3 (#195)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](704facf57e...e12d46a63a)

---
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>
2024-01-12 06:44:59 -05:00
Gary Gregory
f85a691196 Use forEach() 2023-12-29 13:27:24 -05:00
Gary Gregory
bcb50ffc28 Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 #194 2023-12-29 06:57:58 -05:00
dependabot[bot]
6c4d329e90 Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 (#194)
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  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-12-29 06:56:52 -05:00
Gary Gregory
ae43ff4754 Bump log4j2.version from 2.22.0 to 2.22.1 #193 2023-12-27 11:32:19 -05:00
dependabot[bot]
950f1184d1 Bump log4j2.version from 2.22.0 to 2.22.1 (#193)
Bumps `log4j2.version` from 2.22.0 to 2.22.1.

Updates `org.apache.logging.log4j:log4j-api` from 2.22.0 to 2.22.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1

Updates `org.apache.logging.log4j:log4j-core-test` from 2.22.0 to 2.22.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core-test
  dependency-type: direct:development
  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-12-27 11:31:49 -05:00
Gary Gregory
8e6d407dbc Update NOTICE file for 2024 2023-12-24 21:47:56 -05:00
Sebb
a0cb7625fd Add version comment [skip ci] 2023-12-23 01:26:30 +00:00
Sebb
609f4a1730 Fix version comment [skip ci] 2023-12-23 00:58:30 +00:00
dependabot[bot]
5c054a1aa0 Bump github/codeql-action from 3.22.11 to 3.22.12 (#192)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.22.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b374143c11...012739e508)

---
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-12-22 08:23:30 -05:00
Gary Gregory
bf1956afb8 Javadoc 2023-12-17 14:40:52 -05:00
Gary Gregory
aa6eaef9ec Reuse Boolean.parseBoolean(String) 2023-12-15 11:49:06 -05:00
dependabot[bot]
bc590034dc Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#189)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](a8a3f3ad30...c7d193f32e)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-12-15 08:58:01 -05:00
dependabot[bot]
2f4fc5e946 Bump github/codeql-action from 2.22.10 to 3.22.11 (#190)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.10 to 3.22.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](305f654631...b374143c11)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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-12-15 08:57:05 -05:00
Gary Gregory
4570499764 Javadoc 2023-12-14 09:49:24 -05:00
Gary Gregory
e6ff533109 Bump github/codeql-action from 2.22.9 to 2.22.10 2023-12-13 07:50:53 -05:00
Gary Gregory
83bc6361b7 Bump github/codeql-action from 2.22.9 to 2.22.10 2023-12-13 07:43:38 -05:00
Gary Gregory
d9f7e7b890 Bump log4j2.version from 2.21.1 to 2.22.0 #187 2023-12-08 10:19:54 -05:00
dependabot[bot]
370f0b1514 Bump log4j2.version from 2.21.1 to 2.22.0 (#187)
Bumps `log4j2.version` from 2.21.1 to 2.22.0.

Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-core-test` from 2.21.1 to 2.22.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core-test
  dependency-type: direct:development
  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-12-08 10:18:49 -05:00
dependabot[bot]
fd4cd93e36 Bump github/codeql-action from 2.22.8 to 2.22.9 (#185)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.8 to 2.22.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](407ffafae6...c0d1daa7f7)

---
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-12-08 10:18:34 -05:00
Gary Gregory
8598ef7b0a Fix link to the user mailing list 2023-12-05 13:36:47 -05:00
Gary Gregory
ef3b29a657 Spelling 2023-12-02 07:56:23 -05:00
Gary Gregory
9c974b1939 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging 2023-12-02 07:54:13 -05:00
Gary Gregory
2655701961 Add download link 2023-12-02 07:54:04 -05:00
Gary Gregory
b88f5acea7 Bump actions/setup-java from 3.13.0 to 4.0.0 2023-11-30 09:51:24 -05:00
Gary Gregory
3ec821a1ad Bump actions/setup-java from 3.13.0 to 4.0.0 2023-11-30 09:40:49 -05:00
Gary Gregory
97c1774974 Bump actions/setup-java from 3.13.0 to 4.0.0 2023-11-30 08:32:58 -05:00
Gary Gregory
cb1cdd5f13 Add slot for the next release 2023-11-30 07:36:07 -05:00
Gary Gregory
6cf525e67e Merge branch 'release' 2023-11-30 07:34:34 -05:00