Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps org.jenkins-ci.plugins:plugin from 4.72 to 4.74.

Release notes

Sourced from org.jenkins-ci.plugins:plugin's releases.

4.74

📦 Dependency updates

  • Bump org.jenkins-ci.main:jenkins-test-harness from 2064.vcd3b_b_8f3f2b_a_ to 2085.va_c531db_287b_d (#833) @​dependabot
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 (#832) @​dependabot
  • Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.0 to 3.0.2 (#834) @​dependabot
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 (#831) @​dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#830) @​dependabot
  • Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.0 (#827) @​dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#826) @​dependabot
  • Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.48 to 3.49 (#825) @​dependabot

4.73

📦 Dependency updates

  • Bump org.jenkins-ci.main:jenkins-test-harness from 2062.v3efc79721e45 to 2064.vcd3b_b_8f3f2b_a_ (#824) @​dependabot
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.39.0 (#823) @​dependabot
  • Bump org.mockito:mockito-bom from 5.4.0 to 5.5.0 (#819) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2058.va_7b_41a_286207 to 2062.v3efc79721e45 (#820) @​dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 (#821) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2053.v0ea_6fc5d99b_f to 2058.va_7b_41a_286207 (#818) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2044.v03c87927ff5c to 2053.v0ea_6fc5d99b_f (#817) @​dependabot
Commits
  • f0d48a5 [maven-release-plugin] prepare release plugin-4.74
  • 8e4cf79 Bump org.jenkins-ci.main:jenkins-test-harness (#833)
  • f8df757 Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 (#832)
  • 4d857cd Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.0 to 3.0.2 (#834)
  • a0ff1c8 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 (#831)
  • 0d1f4b3 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#830)
  • 78376ac Revert "Remove mrm-maven-plugin (#828)" (#829)
  • 29e122c Remove mrm-maven-plugin (#828)
  • b2fdb7d Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.0 (#827)
  • 1a084e5 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#826)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.72 to 4.74.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.72...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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@MarkEWaite MarkEWaite mentioned this pull request Oct 10, 2023
3 tasks
MarkEWaite added a commit to MarkEWaite/github-plugin that referenced this pull request Oct 10, 2023
Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to
be compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are
already passing with Java 21. This is a further step to improve plugin
readiness for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.

Also updates parent pom to most current release and removes unneeded
hamcrest dependency declaration.

Supersedes pull request:

* jenkinsci#367
* jenkinsci#366
* jenkinsci#361
* jenkinsci#360
* jenkinsci#359
* jenkinsci#353
* jenkinsci#352
MarkEWaite added a commit to MarkEWaite/github-plugin that referenced this pull request Oct 10, 2023
Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to
be compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are
already passing with Java 21. This is a further step to improve plugin
readiness for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.

Also updates parent pom to most current release and removes unneeded
hamcrest dependency declaration.

Supersedes pull request:

* jenkinsci#367
* jenkinsci#366
* jenkinsci#361
* jenkinsci#360
* jenkinsci#359
* jenkinsci#353
* jenkinsci#352
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 30, 2023

Superseded by #372.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.74 branch October 30, 2023 02:17
oleg-nenashev pushed a commit that referenced this pull request Nov 12, 2023
* Test with Java 21

Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to
be compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are
already passing with Java 21. This is a further step to improve plugin
readiness for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.

Also updates parent pom to most current release and removes unneeded
hamcrest dependency declaration.

Supersedes pull request:

* #367
* #366
* #361
* #360
* #359
* #353
* #352

* Test Java 11 directly

Address the concern that Oleg expressed in
#368 (review)

We've detected no regressions with the transition to testing Java 11
byte code as generated by Java 17 and Java 21 compilers in the 200+
plugins that have made the transition.

We test with Java 11 on older lines (Jenkins 2.401.x and Jenkins
2.414.x) in the plugin bill of materials while testing with Java 21 on
the most recent weekly release.  We've detected no issues with any of
the plugins that are included in the plugin BOM.

We want to reduce Jenkins infrastructure costs by not testing
configurations that are unlikely to detect issues.  Testing with Java
11 is unlikely to detect issues and adds infrastructure cost.

I've added Java 11 on Linux as a test configuration. I do not intend
to make that same addition on the other 100+ repositories where we're
testing with Java 21 and Java 17.  When a plugin maintainer asks to
continue testing Java 11, I'm willing to adapt that pull request.

* Revert "Test Java 11 directly"

This reverts commit 6d8ef2f.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants