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

Test JGit 7.0.0 with Jakarta EE 9 Jenkins core #1172

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

MarkEWaite
Copy link
Contributor

@MarkEWaite MarkEWaite commented Aug 8, 2024

Test JGit 7.0.0 with Jakarta EE 9 Jenkins core

JGit 7.0.0 released 11 September 2024 and requires Java 17 or newer. Prepare for that release by testing with Jenkins core that includes Jetty 12 with Jakarta EE 9

DRAFT pull request that must not be merged until Jakarta EE 9 is available in a release of Jenkins core.

Testing done

Interactive testing looks good and automated tests all pass.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@MarkEWaite MarkEWaite added the rfe Improvement or new feature label Aug 8, 2024
@MarkEWaite MarkEWaite requested a review from a team as a code owner August 8, 2024 16:42
@MarkEWaite MarkEWaite force-pushed the test-jgit-7.0.0-with-jakarta-ee-9 branch from 1705b84 to bb06bc8 Compare August 9, 2024 20:24
@MarkEWaite MarkEWaite force-pushed the test-jgit-7.0.0 branch 2 times, most recently from 6072abd to 6bfa95c Compare August 17, 2024 13:34
@MarkEWaite MarkEWaite force-pushed the test-jgit-7.0.0-with-jakarta-ee-9 branch from bb06bc8 to f3ff1ee Compare August 17, 2024 13:40
@MarkEWaite MarkEWaite marked this pull request as draft August 17, 2024 13:42
@MarkEWaite MarkEWaite force-pushed the test-jgit-7.0.0-with-jakarta-ee-9 branch from f3ff1ee to 10fb949 Compare August 17, 2024 13:47
JGit 7.0.0 requires Java 17.  Jenkins 2.463 requires Java 17.

Use the plugin bill of materials from 2.462.x because it is the closest
we have to 2.463.  The plugin is expected to work with any release 2.463
or later.
@MarkEWaite MarkEWaite force-pushed the test-jgit-7.0.0-with-jakarta-ee-9 branch from 10fb949 to 7f33b16 Compare August 17, 2024 14:04
JGit 7.0.0 requires Java 17.  Jenkins 2.463 requires Java 17.

Use the plugin bill of materials from 2.462.x because it is the closest
we have to 2.463.  The plugin is expected to work with any release 2.463
or later.

Adapt to removed API's in JGit 7.0.0 by replacing calls to removed API's
with the recommended equivalents.

Tested in my development environment and no issues detected.  Tests run
from a container based Jenkins controller with Windows, Linux, and FreeBSD
agents.  Tests ran on multiple weekly releases of Jenkins since 2.463.
The Linux agents include:

* Alpine
* Debian Linux 11, 12, testing, and unstable
* openSUSE
* Red Hat Enterprise Linux 8
* Rocky Linux 9
* Ubuntu 20.04, 22.04, and 24.04
Base automatically changed from test-jgit-7.0.0 to master September 12, 2024 22:06
@github-actions github-actions bot added the tests Automated test addition or improvement label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfe Improvement or new feature tests Automated test addition or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant