Branch: refs/heads/master
Home: https://github.com/jenkinsci/prometheus-plugin
Commit: 3dc4362510eef55e02f42063a3de816955d74129
https://github.com/jenkinsci/prometheus-plugin/commit/3dc4362510eef55e02f42063a3de816955d74129
Author: Mark Waite <[email protected]>
Date: 2023-10-15 (Sun, 15 Oct 2023)
Changed paths:
M .github/workflows/codacy-analysis.yml
M .github/workflows/codeql-analysis.yml
M pom.xml
Log Message:
-----------
Prepare to test Java 21 (#571)
* Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to
4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.74
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom)
from 4.73 to 4.74.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.73...plugin-4.74)
---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump io.jenkins.tools.bom:bom-2.387.x
Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from
2446.v2e9fd3b_d8c81 to 2496.vddfca_753db_80.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)
---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.387.x
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump io.jenkins.plugins:code-coverage-api from 4.7.0 to 4.8.0
Bumps
[io.jenkins.plugins:code-coverage-api](https://github.com/jenkinsci/code-coverage-api-plugin)
from 4.7.0 to 4.8.0.
- [Release
notes](https://github.com/jenkinsci/code-coverage-api-plugin/releases)
-
[Changelog](https://github.com/jenkinsci/code-coverage-api-plugin/blob/master/CHANGELOG-old.md)
-
[Commits](https://github.com/jenkinsci/code-coverage-api-plugin/compare/v4.7.0...v4.8.0)
---
updated-dependencies:
- dependency-name: io.jenkins.plugins:code-coverage-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Remove unnecessary java.level property
* Use plugin BOM to provide metrics and rest API versions
* Fix Java 21 tests by placing mockito before assertj
https://groups.google.com/g/byte-buddy/c/H3auRC-SRts/m/7NCRN2wAAwAJ
notes that the version of bytebuddy in assertj does not support Java 21
while the version of bytebuddy in mockito supports Java 21. Load mockito
first so that the newer version of bytebuddy is used for the tests.
This change is necessary but not sufficient to pass the tests on Java 21.
The tests run much better on Java 21 with this change, but there are still
two tests that fail. They will need to be investigated and resolved in
a separate pull request.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/prometheus-plugin/push/refs/heads/master/0f5d72-3dc436%40github.com.