Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 2dd7d750b148ec1a727bd6ac8f4aa72100792d23
      
https://github.com/jenkinsci/git-client-plugin/commit/2dd7d750b148ec1a727bd6ac8f4aa72100792d23
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M src/main/javadoc/overview.html

  Log Message:
  -----------
  Javadoc correction for JDK 11


  Commit: 96cccc8d06a494d6d15a9adf9b108a8483d3017c
      
https://github.com/jenkinsci/git-client-plugin/commit/96cccc8d06a494d6d15a9adf9b108a8483d3017c
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImpl.java

  Log Message:
  -----------
  Spotbugs exclusions for Java 11

Javadoc corrections for Java 11


  Commit: 742cdf3930ff1c64ddc65b7db0f7fbb43c27ad5c
      
https://github.com/jenkinsci/git-client-plugin/commit/742cdf3930ff1c64ddc65b7db0f7fbb43c27ad5c
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java

  Log Message:
  -----------
  Spotbugs exclusions for Java 11


  Commit: c8008d4e84e5046f16981bdcaaf9e56d8fc2ae0b
      
https://github.com/jenkinsci/git-client-plugin/commit/c8008d4e84e5046f16981bdcaaf9e56d8fc2ae0b
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/ChangelogCommand.java
    M src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java

  Log Message:
  -----------
  Javadoc fixes for Java 11


  Commit: b9bcb6d5fab1b96acd80216f51f5f433a36e036d
      
https://github.com/jenkinsci/git-client-plugin/commit/b9bcb6d5fab1b96acd80216f51f5f433a36e036d
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/AbstractGitAPIImpl.java

  Log Message:
  -----------
  Javadoc for Java 11 & writeReplace


  Commit: 5d91064321b81948d7238fb7fc12b0d604314fc1
      
https://github.com/jenkinsci/git-client-plugin/commit/5d91064321b81948d7238fb7fc12b0d604314fc1
  Author: Mark Waite <[email protected]>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Require Jenkins 2.121.1 and Java 8

Update various dependencies to match the requirement.

Replace findbugs with spotbugs.


  Commit: c0f51a96b6781ac6aef4bd62b74bc1c35e878b7c
      
https://github.com/jenkinsci/git-client-plugin/commit/c0f51a96b6781ac6aef4bd62b74bc1c35e878b7c
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Rely on parent pom to invoke spotbugs

Simplify the pom here by relying more on the parent.


  Commit: ef6901fd7b2afa0197f1837889b76bb1021b9034
      
https://github.com/jenkinsci/git-client-plugin/commit/ef6901fd7b2afa0197f1837889b76bb1021b9034
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Stop separating test command arguments with spaces

It is bad form to rely on space as a command separator.  It breaks tests
when running in an environment where the test directory path includes
a space.  It makes it harder to pass significant spaces as arguments.


  Commit: 1f58eda237fe76cd64772bda1276481e4a1e3a82
      
https://github.com/jenkinsci/git-client-plugin/commit/1f58eda237fe76cd64772bda1276481e4a1e3a82
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Create submodule test repos without space

Avoid JENKINS-56175 rather than fixing it.


  Commit: 90a3d9f05e64b6b6087f802c454e5d8c9828f3fe
      
https://github.com/jenkinsci/git-client-plugin/commit/90a3d9f05e64b6b6087f802c454e5d8c9828f3fe
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Use buildPlugin recommended configuration

Tests with pom specified version and with latest Jenkins LTS on Windows
and on Linux.


  Commit: cbc6ee9f6dceac800e8f10a66c1f9c519653634c
      
https://github.com/jenkinsci/git-client-plugin/commit/cbc6ee9f6dceac800e8f10a66c1f9c519653634c
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Merge pull request #429 from MarkEWaite/use-ci-recommended-config

Test with buildPlugin recommended configuration


  Commit: 1730385179812726f4c3fffbc2a5326596c0813b
      
https://github.com/jenkinsci/git-client-plugin/commit/1730385179812726f4c3fffbc2a5326596c0813b
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use parent pom 3.44


  Commit: b06932288d2459f36d2e9de6bbe205c752e66f84
      
https://github.com/jenkinsci/git-client-plugin/commit/b06932288d2459f36d2e9de6bbe205c752e66f84
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #430 from MarkEWaite/update-parent-pom

Use parent pom 3.44


  Commit: b02339f0905f46e359590a7b28f19e0ce564f764
      
https://github.com/jenkinsci/git-client-plugin/commit/b02339f0905f46e359590a7b28f19e0ce564f764
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M .github/pull_request_template.md

  Log Message:
  -----------
  Spotbugs in GitHub PR template


  Commit: a3d153f5f479999fba831587e6c787b052cd90fb
      
https://github.com/jenkinsci/git-client-plugin/commit/a3d153f5f479999fba831587e6c787b052cd90fb
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Remove noise from .gitignore file


  Commit: da6416b8a98786a6a7a0305331a710f1c5dc283c
      
https://github.com/jenkinsci/git-client-plugin/commit/da6416b8a98786a6a7a0305331a710f1c5dc283c
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  Update CONTRIBUTING for spotbugs


  Commit: 9259cc8ae777bde0141c8005be6606f950e8166b
      
https://github.com/jenkinsci/git-client-plugin/commit/9259cc8ae777bde0141c8005be6606f950e8166b
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README for Java version change


  Commit: b6b09146d87a2bed5d8c77a13ba7ed1529c7b30b
      
https://github.com/jenkinsci/git-client-plugin/commit/b6b09146d87a2bed5d8c77a13ba7ed1529c7b30b
  Author: Mark Waite <[email protected]>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge branch 'stable-2.8'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/1e071486a741...b6b09146d87a

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/master/1e0714-b6b091%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to