Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.jenkins-ci.plugins:plugin to v4 - autoclosed #5109

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jenkins-ci.plugins:plugin 2.21 -> 4.88 age adoption passing confidence

Release Notes

jenkinsci/plugin-pom (org.jenkins-ci.plugins:plugin)

v3.43

Release date: 2019-04-30

  • PR-196: Javadoc fix in 3.40 did not work on JDK 11.0.3
  • Miscellaneous dependency & plugin updates frnom dependabot

v3.42

Release date: 2019-04-02

  • PR-174: Forbid usage of TestNG (since it does not work anyway)
  • PR-188: Pick up jenkins-test-harness changes to
    • add JenkinsRule.showAgentLogs
    • not clash with jenkins-core in a version-number library dependency

v3.41

Release date: 2019-03-31

  • PR-170: Bump frontend-maven-plugin from 1.6 to 1.7.5
  • PR-178: Bump maven-javadoc-plugin from 3.0.1 to 3.1.0
  • PR-179: Bump maven-invoker-plugin from 3.1.0 to 3.2.0
  • PR-180: Bump mockito-core from 2.24.5 to 2.25.1
  • PR-184: Bump maven-scm.version from 1.11.1 to 1.11.2

v3.40

Release date: 2019-03-08

  • PR-173: Fix Javadoc related crash when using a JDK 11.0.2
  • PR-167: Default value of jenkins.version changed to 2.138.4 (but all plugins should override this with an explicit value)
  • Various dependency and plugin updates (thanks dependabot)
    • flatten-maven-plugin from 1.0.1 to 1.1.0
    • maven-localizer-plugin from 1.24 to 1.26
    • spotbugs-annotations from 3.1.11 to 3.1.12

v3.39

Release date: 2019-02-28

v3.38

Release date: 2019-02-28

  • No changes included

v3.37

Release date: 2019-02-04

  • JENKINS-55885 -
    Add support of executing hpi:run when running with JDK 11
    • WARNING: This patch does not setup environment for the JAXB dependency removed from Java 11.
      If your plugin has a transitive dependency on JAXB,
      it is recommended to run with jenkins.version 2.163 or above
      (JENKINS-55681)

v3.36

Release date: 2019-01-28

  • PR-128: Switch from FindBugs to SpotBugs

v3.35

Release date: 2019-01-28

  • PR-148: Update Powermock dependencies from 2.0.0-RC.4 to 2.0.0.

v3.34

Release date: 2019-01-28

  • PR-152: Update access-modifier from 1.15 to 1.16
  • PR-153: Update jenkins-test-harness from 2.44 to 2.46.

v3.33

Release date: 2019-01-16

v3.32

Release date: 2018-12-21

  • JENKINS-54631 -
    Update the JaCoCo Maven Plugin to 0.8.2 to support running with -Penable-jacoco on JDK11
  • JENKINS-55098 -
    Fix the objenesis version suggested in dependency management,
    now it is 3.0.1 as required by PowerMock

v3.31

Release date: 2018-12-14

v3.30

Release date: 2018-12-13

v3.29

Release date: 2018-12-05

  • JENKINS-20679 -
    Plugin POM now produces Minimum-Java-Version entry in the plugin manifest
    • java.level property value is used by default
    • plugin.minimumJavaVersion property can be used to override the default value, e.g. for Java 11 experimental releases
      (JEP-211)
    • WARNING: The override should not be used to define higher versions than the Jenkins core requirement
      until JENKINS-55048 is released and widely adopted
  • JENKINS-20679 -
    Update to Maven HPI Plugin 3.0
    (changelog)
  • PR #​136 -
    Update to extra-enforcer-rules to 1.1 to support JDK 11 bytecode checks
  • PR #​132 -
    Prevent warning about missing SLF4J providers during the build

v3.28

Release date: 2018-11-07

  • Backed out Surefire update in 3.27 due to some regressions, but adding an alternate workaround for the same bug.

v3.27

Release date: 2018-11-07

  • Surefire update to enable tests to be run on some Java versions, such as the current updates for Debian/Ubuntu.

v3.26

Release date: 2018-10-30

  • Update maven-hpi-plugin with a couple of bug fixes.

v3.25

Release date: 2018 Oct 05

  • Updated jenkins-test-harness with further fixes to the usage of temporary directories introduced in 3.22.

v3.24

Release date: 2018 Oct 02

  • Making sure the temporary directory introduced in 3.22 exists.
  • Updated jenkins-test-harness.

v3.23

Release date: 2018 Sep 21

  • Updated jenkins-test-harness.

v3.22

Release date: 2018 Sep 14

  • The temporary directory for Surefire tests (used for, among many other things, $JENKINS_HOME under test) now defaults to a location inside the target directory rather than a system default as before. The Maven property surefireTempDir can be used to override this location in case of trouble.

v3.21

Release date: 2018 Sep 05

  • mvn incrementals:update mishandled property expressions.

v3.20

Release date: 2018 Aug 27

  • PR #​120 -
    Fix Maven site generation which was broken due to the dependency conflict (mvn site)

v3.19

Release date: 2018 Jul 20

  • JENKINS-51869: revision numbers for Incrementals now reflect the drop of a --first-parent argument, so typical numbers will be a few times larger.
  • Tweaking completionGoals configuration from 3.18.

v3.18

Release date: 2018 Jul 16

  • PR #​117 -
    incrementals:reincrementalify is now invoked automatically
    in release completion goals
  • PR #​116 -
    Repository now references up-to-date Incrementals documentation

v3.17

Release date: 2018 Jun 30

  • PR #​115 -
    Update Animal Sniffer Plugin from 1.16 to 1.17 to support
    signature scanning with JDK 10
    (JENKINS-52155)

v3.16

Release date: 2018 Jun 22

  • PR #​114 -
    Update Animal Sniffer Plugin from 1.15 to 1.16
  • PR #​114 -
    Make Animal Sniffer Version configurable via the
    animal.sniffer.version property

v3.15

Release date: 2018 Jun 12

  • Pick up a fix to the access modifier checker to ignore synthetic code, relevant particularly in some generics constructs.

v3.14

Release date: 2018 Jun 06

  • Another forked execution problem affecting plugins which both create a test JAR and use node/yarn to process JavaScript.

v3.13

Release date: 2018 Jun 01

  • Update HPI plugin from 2.3 to 2.6.
  • Simplify usage of the Javadoc plugin, running it only when in release mode.

v3.12

Release date: 2018 May 16

  • Analogously to the change in 3.11, use test-jar-no-fork rather than test-jar.

v3.11

Release date: 2018 May 15

  • Use source:jar-no-fork goal instead of source:jar to avoid a Maven bug.

v3.10

Release date: 2018 May 11

  • Preconfigure the incrementals Maven plugin, so you can run incrementals:incrementalify and more.
  • For Incrementals mode, configure flatten-maven-plugin to keep the generated POM in the target directory.

v3.9

Release date: 2018 Apr 27

  • Support for JEP-305 “Incrementals”. Guide
  • Skip FindBugs checks during release:perform to save time.
  • Minimum supported Maven version updated to 3.3.1 (higher if using Incrementals).

v3.8

Release date: 2018 Apr 10

  • Update Jenkins Test Harness from 2.34 to 2.38
    (Changelog)

v3.7

Release date: 2018 Apr 03

  • Access modifier checker plugin updated to 1.14 and synchronized with the annotation library; introduces @Restricted(Beta.class) which may be consumed in a downstream plugin by setting the POM property useBeta to true.

v3.6

Release date: 2018 Mar 09

  • Access modifier checker plugin updated, making checks more strict in some cases, such as @Restricted(NoExternalUse.class) on a type. You may pass -Daccess-modifier-checker.failOnError=false as a temporary workaround.
  • Animal Sniffer plugin updated, fixing errors in certain cases, such as use of Java 9-enabled libraries.

v3.5

Release date: 2018 Feb 19

  • PR #​95 - extend bytecode rule fix made in 3.2 to task-reactor, needed for testing against Jenkins 2.105 and later.

v3.4

Release date: 2019-04-30

  • PR-196: Javadoc fix in 3.40 did not work on JDK 11.0.3
  • Miscellaneous dependency & plugin updates frnom dependabot

v3.3

Release date: 2019-02-28

v3.2

Release date: 2018-12-05

  • JENKINS-20679 -
    Plugin POM now produces Minimum-Java-Version entry in the plugin manifest
    • java.level property value is used by default
    • plugin.minimumJavaVersion property can be used to override the default value, e.g. for Java 11 experimental releases
      (JEP-211)
    • WARNING: The override should not be used to define higher versions than the Jenkins core requirement
      until JENKINS-55048 is released and widely adopted
  • JENKINS-20679 -
    Update to Maven HPI Plugin 3.0
    (changelog)
  • PR #​136 -
    Update to extra-enforcer-rules to 1.1 to support JDK 11 bytecode checks
  • PR #​132 -
    Prevent warning about missing SLF4J providers during the build

v3.1

Release date: 2018 Jul 20

  • JENKINS-51869: revision numbers for Incrementals now reflect the drop of a --first-parent argument, so typical numbers will be a few times larger.
  • Tweaking completionGoals configuration from 3.18.

v3.0

  • PR#83 DROP SUPPORT FOR JENKINS 1.x
  • PR#87 Configure the maven-javadoc-plugin to link back to the Jenkins Javadoc

v2.37

Release date: 2017, Oct 23

  • jenkins-test-harness updates to 2.31, important for testing against core 2.86+
  • concurrency property deprecated; use forkCount instead
  • FindBugs Maven plugin update to 3.0.5

v2.36

Release date: 2017, Sep 27

  • jenkins-test-harness updated to 2.28
  • maven-hpi-plugin updated to 2.1

v2.35

Release date: 2017, Sep 20

  • JENKINS-45245: allow IntelliJ IDEA to run JenkinsRule-based tests, broken since 2.30 due to a mismatch with Maven’s idea of the test classpath.

v2.34

Release date: 2017, Sep 18

  • PR #​74 -
    Annotate Messages classes generated by Localizer with @Restricted(NoExternalUse.class)
    • If the message is exposed intentionally, it is recommended to expose it via Java API class instead of a generated one.
  • PR #​71 -
    Specify the default Max Memory for Maven Surefire Plugin (768MB).

v2.33

Release date: 2017, Aug 07

  • JENKINS-41631 amendment to work better on new cores.

v2.32

Release date: 2017, Jun 29

  • JENKINS-41631 amendment to support 1.585- core versions.

v2.31

Release date: 2017, Jun 26

  • JENKINS-41631: use requireUpperBoundDeps to prevent various common versioning problems, such as accidentally using incompatible plugin dependencies.
  • JENKINS-44453: JenkinsRule should ensure that Jenkins reaches the COMPLETED milestone.

v2.30

Release date: 2017, May 25

  • Integrated maven-hpi-plugin 2.0:
    • The war-for-test artifact is no longer needed for functional tests, saving download bandwidth.
    • Bundled Jetty was updated, so JDK 8 is required at build time.
  • Setup Wizard disabled by default when using hpi:run. To enable it use -Dhudson.Main.development=false.

v2.29

Release date: 2017, May 19

  • For plugins which use npm, load node and npm binaries from the Jenkins Artifactory rather than a third-party server; yarn-based plugins load just the node binary from Artifactory.

v2.28

Release date: 2017, May 04

  • Updated access-modifier-checker to fix a critical bug (lack of enforcement of any method calls).

v2.27

Release date: 2017, May 02

  • Updated maven-hpi-plugin, jenkins-test-harness, and more.
  • Support for building JavaScript libraries with yarn.
  • Ability to specify jenkins-core.version and jenkins-war.version separately so as to depend on timestamped snapshots of Jenkins core.

v2.26

  • Update frontend-maven-plugin from 1.3 to 1.4 (PR#53)
  • Update all maven plugins to latest (PR#54)

v2.25

Release date: 2017, Mar 22

Compatibility notes:

  • The change introduces the new reporting format in JaCoCo.
    It may cause regressions in build flows which have the enable-jacoco profile enabled.

v2.24

Release date: 2017, Mar 08

  • Updated frontend-maven-plugin and download-maven-plugin for the benefit of plugins using npm.
  • Removed broken attempt to activate enable-jacoco profile by default. Now disabled unless selected.

v2.23

Release date: 2017, Feb 22

v2.22

Release date: 2017, Feb 13

  • Updated maven-hpi-plugin for better snapshot behavior.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 20, 2024 12:18
@renovate renovate bot force-pushed the renovate/org.jenkins-ci.plugins-plugin-4.x branch 3 times, most recently from 1e94084 to 3ded381 Compare September 26, 2024 07:30
@renovate renovate bot force-pushed the renovate/org.jenkins-ci.plugins-plugin-4.x branch from 3ded381 to 42bdda0 Compare October 2, 2024 07:02
@renovate renovate bot force-pushed the renovate/org.jenkins-ci.plugins-plugin-4.x branch from 42bdda0 to d81478e Compare October 2, 2024 07:42
Copy link

sonarcloud bot commented Oct 2, 2024

@renovate renovate bot changed the title fix(deps): update dependency org.jenkins-ci.plugins:plugin to v4 fix(deps): update dependency org.jenkins-ci.plugins:plugin to v4 - autoclosed Oct 3, 2024
@renovate renovate bot closed this Oct 3, 2024
@renovate renovate bot deleted the renovate/org.jenkins-ci.plugins-plugin-4.x branch October 3, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants