-
Notifications
You must be signed in to change notification settings - Fork 80
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
Make the plugin Java 11 ready -- Remove JAXB usage #63
Conversation
`mvn -V clean verify -Djenkins.version=2.164.1` works with this fix.
infra issue... |
``` INFO] --- spotbugs-maven-plugin:3.1.11:check (spotbugs) @ scm-api --- [INFO] BugInstance size is 1 [INFO] Error size is 0 [INFO] Total bugs: 1 [ERROR] jenkins.scm.impl.form.NamedArrayList doesn't override java.util.ArrayList.equals(Object) [jenkins.scm.impl.form.NamedArrayList] At NamedArrayList.java:[line 1] EQ_DOESNT_OVERRIDE_EQUALS [INFO] ```
@stephenc It is ready for your review, and hopefully approval & merge :). Thanks! |
This will also fix https://issues.jenkins-ci.org/browse/JENKINS-56622 |
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.
Next version needs to have at least a minor bump
@stephenc is requesting this to signal the fact the next version might be slightly more than just a minor one in terms of risk, I gather.
# Conflicts: # pom.xml
@stephenc comment addressed, and conflict with |
Thanks Stephen! |
@stephenc i think the release notes on https://plugins.jenkins.io/scm-api have a typo they say required 2.160.3 not 2.60.3 |
@drdamour anyone can fix that typo as long as you have a Jenkins account. https://accounts.jenkins.io/signup On the plugins page to the right you should see the text: Where you can sign in with your Jenkins account However I have fixed the typo for now 😅 |
mvn -V clean verify -Djenkins.version=2.164.1
works with this fix, both on a JDK8 and JDK11.@jenkinsci/java11-support