Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/branch-api-plugin
  Commit: 5f40f763810d769e7c552dcc15563ab3c5f657e2
      
https://github.com/jenkinsci/branch-api-plugin/commit/5f40f763810d769e7c552dcc15563ab3c5f657e2
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2019-04-10 (Wed, 10 Apr 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Java 11 readiness: build both on JDK8 and JDK11


  Commit: 776bef5c1f185aa516f52142e7417c0c6b8391a1
      
https://github.com/jenkinsci/branch-api-plugin/commit/776bef5c1f185aa516f52142e7417c0c6b8391a1
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2019-04-11 (Thu, 11 Apr 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to latest parent to get the javadoc fix


  Commit: 2dae2ca429b155c43f20d336fa28621e92476adf
      
https://github.com/jenkinsci/branch-api-plugin/commit/2dae2ca429b155c43f20d336fa28621e92476adf
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M src/main/java/jenkins/branch/MultiBranchProject.java
    M src/main/java/jenkins/branch/WorkspaceLocatorImpl.java

  Log Message:
  -----------
  Assert not null for spotbugs java 11

The Java 11 compiler is producing byte code that triggers
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE

https://github.com/spotbugs/spotbugs/issues/756

This change works around this by forcing an explict null check
so make the compiler detect it and omit that code.


  Commit: ed229d8e1392645c99e5686b8bd652a14ec87f4a
      
https://github.com/jenkinsci/branch-api-plugin/commit/ed229d8e1392645c99e5686b8bd652a14ec87f4a
  Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M src/main/java/jenkins/branch/MultiBranchProject.java
    M src/main/java/jenkins/branch/WorkspaceLocatorImpl.java

  Log Message:
  -----------
  Merge pull request #148 from batmat/java11-readiness

Java 11 readiness: build both on JDK8 and JDK11


Compare: 
https://github.com/jenkinsci/branch-api-plugin/compare/ac54352a7a13...ed229d8e1392

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