GitHub user kjmrknsn opened a pull request:

    https://github.com/apache/zeppelin/pull/2693

    Downgrade JGit from 4.9.0 to 4.5.4

    ### What is this PR for?
    The version of JGit was updated to 4.9.0 at 
https://github.com/apache/zeppelin/pull/2658. 
    
    However, this version is not support Java 7 and Travis CI test always fails 
now: https://travis-ci.org/kjmrknsn/zeppelin/builds/310104872
    
    To fix this issue, downgrade JGit from 4.9.0 to 4.5.4 which is the latest 
JGit version which supports Java 7: 
https://projects.eclipse.org/projects/technology.jgit.
    
    I confirmed that Travis CI test passed with JGit 4.5.4: 
https://travis-ci.org/kjmrknsn/zeppelin/builds/310107611
    
    Now, all PRs to Zeppelin fails CI, so it's preferable that this PR is 
merged soon. 
    
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    
    ### How should this be tested?
    I confirmed that Travis CI test passed with JGit 4.5.4: 
https://travis-ci.org/kjmrknsn/zeppelin/builds/310107611
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? Yes. 
zeppelin-distribution/src/bin_license/LICENSE was updated at this PR.
    * Is there breaking changes for older versions? No.
    * Does this needs documentation? No.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kjmrknsn/zeppelin ci-test-against-jgit-4.5.4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2693.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2693
    
----
commit 27b08c9d0a938dbe1e70ed27c4e6f1ba21c4dafd
Author: Keiji Yoshida <kjmrk...@gmail.com>
Date:   2017-12-01T15:55:06Z

    CI Test against JGit 4.5.4

----


---

Reply via email to