Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
upgrades to jetty 9.4.28.v20200408
Browse files Browse the repository at this point in the history
- removes http2-hpack patch
  • Loading branch information
shamsimam committed Jun 1, 2020
1 parent 0e07887 commit 7a25230
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2,292 deletions.
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def jetty-version "9.4.20.v20190813")
(def jetty-version "9.4.28.v20200408")
(defproject twosigma/jet "0.7.10"
:description "Jetty9 ring server adapter with WebSocket support"
:url "https://github.com/mpenet/jet"
Expand All @@ -17,8 +17,7 @@
[org.eclipse.jetty/jetty-alpn-openjdk8-client ~jetty-version]
[org.eclipse.jetty/jetty-alpn-openjdk8-server ~jetty-version]
[org.eclipse.jetty.alpn/alpn-api "1.1.3.v20160715"]
[org.eclipse.jetty.http2/http2-common ~jetty-version
:exclusions [org.eclipse.jetty.http2/http2-hpack]]
[org.eclipse.jetty.http2/http2-common ~jetty-version]
[org.eclipse.jetty.http2/http2-http-client-transport ~jetty-version]
[org.eclipse.jetty.http2/http2-client ~jetty-version]
[cheshire "5.5.0"]]
Expand Down Expand Up @@ -50,6 +49,5 @@
:output-dir "doc"
:defaults {:doc/format :markdown}}
:source-paths ["src/clj"]
:java-source-paths ["src/java"]
:resource-paths ["src/resources"]
:global-vars {*warn-on-reflection* true})
38 changes: 0 additions & 38 deletions src/java/org/eclipse/jetty/http2/hpack/AuthorityHttpField.java

This file was deleted.

0 comments on commit 7a25230

Please sign in to comment.