Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 34aa2972d5d270a338f4f844c3a91e722a6e66d0
      
https://github.com/jenkinsci/git-plugin/commit/34aa2972d5d270a338f4f844c3a91e722a6e66d0
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to workflow-support:3.x for Java 11 compat

And address associated errors with `RequireUpperBoundDeps` rule.

Also update parent pom to latest in the go.


  Commit: 3b722d8110187f952d5d002e968e0ab7a91a0f3d
      
https://github.com/jenkinsci/git-plugin/commit/3b722d8110187f952d5d002e968e0ab7a91a0f3d
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Enable testing with Java 11 on recommended configuration


  Commit: 4d43b6aa54160a7ec7f185b630a3f75a16348056
      
https://github.com/jenkinsci/git-plugin/commit/4d43b6aa54160a7ec7f185b630a3f75a16348056
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bumping to 2.121.1 because required by workflow-step-api baseline

```
Caused by: java.io.IOException: Pipeline: Step API v2.19 failed to load.
 - You must update Jenkins from v2.107.3 to v2.121.1 or later to run this 
plugin.
        at 
hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:655)
```


  Commit: b10c86298883059b81e6e431573ec633d49698ca
      
https://github.com/jenkinsci/git-plugin/commit/b10c86298883059b81e6e431573ec633d49698ca
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'moar-java11-readiness' of https://github.com/batmat/git-plugin 
into java11-tests


  Commit: 01624e455942ff9c68f7783b7d97ea2e92659de4
      
https://github.com/jenkinsci/git-plugin/commit/01624e455942ff9c68f7783b7d97ea2e92659de4
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump plugin POM to 3.40


  Commit: f7b1313b96faa5fe6f4c228c806edd7d50887c61
      
https://github.com/jenkinsci/git-plugin/commit/f7b1313b96faa5fe6f4c228c806edd7d50887c61
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2019-03-09 (Sat, 09 Mar 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/util/InverseBuildChooser.java

  Log Message:
  -----------
  Replace <tt> by <code> to fix javadoc failure on Java 11

Build failure when using JDK 11.0.2:

```
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on 
project git: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/InverseBuildChooser.java:20:
 error: tag not supported in the generated HTML version: tt
[ERROR]  * e.g. If <tt>&#x2a;&#x2a;/master</tt> and 
<tt>&#x2a;&#x2a;/release-&#x2a;</tt> are configured as
[ERROR]            ^
[ERROR] 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/InverseBuildChooser.java:20:
 error: tag not supported in the generated HTML version: tt
[ERROR]  * e.g. If <tt>&#x2a;&#x2a;/master</tt> and 
<tt>&#x2a;&#x2a;/release-&#x2a;</tt> are configured as
[ERROR]                                             ^
[ERROR] 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/InverseBuildChooser.java:24:
 error: tag not supported in the generated HTML version: tt
[ERROR]  * This is useful, for example, when you have jobs building your 
<tt>master</tt> and various
[ERROR]                                                                  ^
[ERROR] 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/InverseBuildChooser.java:25:
 error: tag not supported in the generated HTML version: tt
[ERROR]  * <tt>release</tt> branches and you want a second job which builds all 
new feature branches &mdash;
[ERROR]    ^
[ERROR] 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/InverseBuildChooser.java:27:
 error: tag not supported in the generated HTML version: tt
[ERROR]  * <tt>master</tt> and the release branches again each time they change.
[ERROR]    ^
[ERROR] 
/home/tiste/dev/github/jenkinsci/git-plugin/src/main/java/hudson/plugins/git/util/BuildChooser.java:190:
 warning: @return has already been specified
[ERROR]      * @return
[ERROR]        ^
[ERROR]
[ERROR] Command line was: /home/tiste/.tools/JDKs/jdk-11.0.2/bin/javadoc 
@options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in 
'/home/tiste/dev/github/jenkinsci/git-plugin/target/apidocs' dir.
```


  Commit: 3c8f1d7deaaca64ace1973eaa753b2f20d11f87e
      
https://github.com/jenkinsci/git-plugin/commit/3c8f1d7deaaca64ace1973eaa753b2f20d11f87e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M src/main/java/hudson/plugins/git/util/InverseBuildChooser.java

  Log Message:
  -----------
  Merge pull request #688 from batmat/remove-obsolete-tt

Replace <tt> by <code> to fix javadoc failure on Java 11


Compare: 
https://github.com/jenkinsci/git-plugin/compare/e9d15cd3a390...3c8f1d7deaac

-- 
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.

Reply via email to