You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by dkulp <gi...@git.apache.org> on 2017/09/08 18:50:30 UTC

[GitHub] avro pull request #244: [AVRO-1213] Update to latest release of Jetty

GitHub user dkulp opened a pull request:

    https://github.com/apache/avro/pull/244

    [AVRO-1213] Update to latest release of Jetty

    This updates the Jetty dependency to the latest Jetty release. 
    
    Note: this does not address the Jetty vs. Netty thing or updates to the latest Netty.  I hope to tackle that soon, but the netty update is huge/hard with a much larger impact. 
    
    The API signatures do change slightly, but that is obviously required due to the org.mortbay -> org.eclipse change.  However, getting onto the supported version of Jetty (with the latest security updates and fixes) is important.  
    
    


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

    $ git pull https://github.com/dkulp/avro JETTY

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

    https://github.com/apache/avro/pull/244.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 #244
    
----
commit b9ea20ba5700a7df60411a7bd62406f5c4beab42
Author: Daniel Kulp <dk...@apache.org>
Date:   2017-09-08T17:18:33Z

    [AVRO-1213] Update to latest release of Jetty

----


---

[GitHub] avro pull request #244: [AVRO-1213] Update to latest release of Jetty

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/avro/pull/244


---