[pull] master from jenkinsci:master#2
Open
pull[bot] wants to merge 201 commits into
Open
Conversation
Updates HTTP to HTTPS repositories links Adds access-modifier-checker because the version is not specified in parent pom and maven gets the latest version which is compiled with a newer bytecode version Adds maven-surefire-plugin to pom.xml to disable forks and make tests pass. The current tests don't seem to be isolated and interfere with each other when running on the command line
Some java versions can not compile with AbstractProject
Removes usage of Run.ID_FORMATTER removed in jenkins-core jenkinsci/jenkins@6d2e3ae
This requires migration of all zip files according to: https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration bash script is included to document the manual migration that was performed testGetDiskUsageOfBuilds.zip required additional changes disk-usage.xml
Jenkins 1.607 changed the way to add nodes and is not really possible to changed the remoteFS from a existing node.
Adds plugins detached from Jenkins core Adds Eclipse sisu as managed dependency due to: > java.lang.IncompatibleClassChangeError: Implementing class
Removed adding property to build in constructor due to NullPointerException in new line getNextBuildNumber() in LazyBuildMixIn onLoad jenkinsci/jenkins@jenkins-2.12...jenkins-2.13#diff-0e1a882c198d61779bcda4d693edb63fe88cbbdacb68ec4f4181219bc4b4c859R106
Implicit upgrade to Jenkin 2.138.4
Keeps the reuseForks false, due to several tests not being truly independent
Implicit update to Jenkins 2.204
Implicit update to Jenkins 2.249 Update tests to create remoteFS due to: jenkinsci/jenkins-test-harness#428
Implicit upgrade to Jenkins 2.361 JavaMail was detached from Jenkins in 2.331 jenkinsci/jenkins#6165 https://www.jenkins.io/blog/2022/12/14/require-java-11/
Use `jenkins.baseline` to reduce bom update mistakes
Jenkins 2.479.1 is the first LTS version to require Java 17 or newer. Use 2.479.3 instead of 2.479.1 based on the recommendation in https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ notes that 2.479.1 is the oldest LTS version currently supported by the Jenkins update center. It recommends 2.504.3 and 2.516.3 as good core dependencies. I didn't update to those versions on the assumption that testing with Java 25 was more likely to be accepted if fewer changes were made.
Plugin parent pom 5.28 is new enough to support Java 25 but not so new that it makes the change from JUnit 4 to JUnit Jupiter. Needed to compile and test with Java 25
Java 25 released September 16, 2025. Jenkins core has supported Java 25 since Jenkins 2.534, Oct 28, 2025. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Does not compile or test with Java 17 any longer because we have found no issues in the past that were specific to the Java 17 compiler. The plan is to drop support for Java 17 in the not too distant future so that the Jenkins project is only supporting two major Java versions at a time, Java 21 and Java 25. Testing done: * Confirmed that automated tests pass with Java 25
Test with Java 25
To prevent regressions when adding new tests, jenkinsci/plugin-pom#1178 introduced a new flag that enables a Maven Enforcer rule banning org.junit.* imports while allowing org.junit.jupiter.*. With this change, the build will fail if any org.junit.* imports are introduced.
This was using a cast to float and loosing precision failing unit tests.
Bumps [io.jenkins.tools.bom:bom-2.504.x](https://github.com/jenkinsci/bom) from 5888.vd99c2b_38128d to 5983.v443959746f1f. - [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.504.x dependency-version: 5983.v443959746f1f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 6.2111.v8b_6a_1d599df3 to 6.2138.v03274d462c13. - [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/commits/6.2138.v03274d462c13) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: 6.2138.v03274d462c13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 6.2138.v03274d462c13 to 6.2153.vcf31911d10c4. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@6.2138.v03274d462c13...6.2153.vcf31911d10c4) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: 6.2153.vcf31911d10c4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 6.2153.vcf31911d10c4 to 6.2189.v695a_c41f5249. - [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/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: 6.2189.v695a_c41f5249 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )