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

Require Java 17 or newer; migrate to EE 9 #282

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

basil
Copy link
Member

@basil basil commented Oct 9, 2024

No description provided.

@basil basil added the internal label Oct 9, 2024
@basil basil requested a review from a team as a code owner October 9, 2024 00:53
MarkEWaite added a commit to MarkEWaite/bom that referenced this pull request Oct 9, 2024
* jenkinsci/git-client-plugin#1172
* jenkinsci/git-plugin#1671
* jenkinsci/scm-api-plugin#282

Changes method signatures of several methods in the git plugin from
x(StaplerRequest) to x(StaplerRequest2), but hoped that there are no
consumers of those API's outside the git plugin.
@basil basil merged commit 8e3bc78 into jenkinsci:master Oct 9, 2024
17 checks passed
@@ -79,8 +79,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.x</artifactId>
<version>2839.v003b_4d9d24fd</version>
<artifactId>bom-2.462.x</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(pending jenkinsci/bom#3677)

@oleg-z
Copy link

oleg-z commented Oct 10, 2024

Pinning jenkins version to 2.479 seems to break plugin installation on earlier LTS versions e.g. 2.462.3

@jglick
Copy link
Member

jglick commented Oct 10, 2024

@oleg-z right, so do not try to install https://github.com/jenkinsci/scm-api-plugin/releases/tag/698.v8e3b_c788f0a_6 or newer on older versions of Jenkins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants