-
Notifications
You must be signed in to change notification settings - Fork 72
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-73280] Migrate to Jakarta EE 9 #584
Conversation
src/main/java/com/cloudbees/jenkins/support/SupportMetricsFilter.java
Outdated
Show resolved
Hide resolved
0150f58
to
fb24ed8
Compare
Rebased to fix the merge conflict. Should be good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally prefer using regular Git merge conflict resolution (from the GUI or CLI) since force-pushing makes it impossible for reviewers to check the incremental diff—have to start from scratch. Fortunately in this case the diff is fairly short.
Started draft for Jakarta EE 9 migration.
Testing done
TBD
Submitter checklist