Branch: refs/heads/master Home: https://github.com/jenkinsci/scm-api-plugin Commit: 17270dc203cc5e2898e54ab54b9c24fcb13aa2ee https://github.com/jenkinsci/scm-api-plugin/commit/17270dc203cc5e2898e54ab54b9c24fcb13aa2ee Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths: M pom.xml Log Message: ----------- Bump to Java 8 min, so building with Jenkins 2.164 works `mvn -V clean verify -Djenkins.version=2.164.1` works with this fix. Commit: 4b6851b48a948467829ac0f1bf7ca04de24ea0b5 https://github.com/jenkinsci/scm-api-plugin/commit/4b6851b48a948467829ac0f1bf7ca04de24ea0b5 Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M src/test/java/jenkins/scm/impl/mock/MockSCMController.java A src/test/java/jenkins/scm/impl/mock/MockSCMControllerTest.java Log Message: ----------- Test hex encoding before removing JAXB usage Commit: c4ea6ad1a1b7c81c9a2d86ffb37835d0ac6f6c7e https://github.com/jenkinsci/scm-api-plugin/commit/c4ea6ad1a1b7c81c9a2d86ffb37835d0ac6f6c7e Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M src/test/java/jenkins/scm/impl/mock/MockSCMController.java Log Message: ----------- Replace JAXB usage by commons-codec's Hex Commit: c7471f5434669548b6c9bae634049de557ae228d https://github.com/jenkinsci/scm-api-plugin/commit/c7471f5434669548b6c9bae634049de557ae228d Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M src/main/java/jenkins/scm/impl/form/NamedArrayList.java Log Message: ----------- Fix FindBugs failure ``` 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] ``` Commit: 4927cd9e2a4144655455c5b8422c5a0a2e3a5f65 https://github.com/jenkinsci/scm-api-plugin/commit/4927cd9e2a4144655455c5b8422c5a0a2e3a5f65 Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M Jenkinsfile Log Message: ----------- Build on the various recommended configurations Commit: 3046df120b4e2aeb2ed37f099349525a6acde7eb https://github.com/jenkinsci/scm-api-plugin/commit/3046df120b4e2aeb2ed37f099349525a6acde7eb Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M pom.xml Log Message: ----------- Bumping next version as requested by maintainer @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. Commit: 59801ae85069dffa741d505e1d1efd75d6e4ef64 https://github.com/jenkinsci/scm-api-plugin/commit/59801ae85069dffa741d505e1d1efd75d6e4ef64 Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M src/main/java/jenkins/scm/api/MethodUtils.java M src/main/java/jenkins/scm/api/SCMNavigator.java M src/main/java/jenkins/scm/api/SCMSource.java Log Message: ----------- Merge remote-tracking branch 'origin/master' into java11-readiness # Conflicts: # pom.xml Commit: bbf9667e470b9e2d2958212ae4255af98d8a75c1 https://github.com/jenkinsci/scm-api-plugin/commit/bbf9667e470b9e2d2958212ae4255af98d8a75c1 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M Jenkinsfile M pom.xml M src/main/java/jenkins/scm/impl/form/NamedArrayList.java M src/test/java/jenkins/scm/impl/mock/MockSCMController.java A src/test/java/jenkins/scm/impl/mock/MockSCMControllerTest.java Log Message: ----------- Merge pull request #63 from batmat/java11-readiness Make the plugin Java 11 ready -- Remove JAXB usage Compare: https://github.com/jenkinsci/scm-api-plugin/compare/406ca6f592eb...bbf9667e470b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.