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

[JENKINS-73339] Require Java 17 and Jetty 12 (EE 9) for plugin development #1004

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

basil
Copy link
Member

@basil basil commented Sep 17, 2024

In draft until EE 9 is delivered in an LTS release.

Testing done

mvn clean verify

Fixes #936
Fixes #918

@basil basil changed the title [JENKINS-73339] Require Java 17 and Jetty 12 for plugin development [JENKINS-73339] Require Java 17 and Jetty 12 (EE 9) for plugin development Sep 17, 2024
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<incrementals-plugin.version>1.8</incrementals-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<jenkins.version>2.361</jenkins.version>
<jenkins.version>2.476</jenkins.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Currently using 2.476 in this PR as a placeholder, but planning to update this to whatever is selected as the next LTS line.

pom.xml Outdated
<jenkins-bom.version>${jenkins.version}</jenkins-bom.version>
<jenkins-test-harness.version>2225.2230.v6210cb_b_827f9</jenkins-test-harness.version>
<jenkins-test-harness.version>2272.v5db_817b_a_6f0d</jenkins-test-harness.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Requires Java 17 or newer and Jetty 12 (EE 9) or newer.

@@ -74,13 +74,13 @@
<frontend-version>1.15.0</frontend-version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<hamcrest.version>3.0</hamcrest.version>
<hpi-plugin.version>3.57</hpi-plugin.version>
<hpi-plugin.version>3.58</hpi-plugin.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Requires Java 17 or newer and Jetty 12 (EE 9) or newer.

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

Successfully merging this pull request may close these issues.

Plugin POM hard-codes EE 8 Remove ASM workaround
2 participants