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 <[email protected]>
Date: 2017-09-08T17:18:33Z
[AVRO-1213] Update to latest release of Jetty
----
---