Package: jetty9 / 9.4.57-1.1

Metadata

Package Version Patches format
jetty9 9.4.57-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 maven bundle plugin version.patch | (download)

pom.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 maven-bundle-plugin-version


02 import alpn api.patch | (download)

jetty-alpn/jetty-alpn-api/pom.xml | 117 117 + 0 - 0 !
jetty-alpn/jetty-alpn-api/src/main/java/org/eclipse/jetty/alpn/ALPN.java | 249 249 + 0 - 0 !
jetty-alpn/pom.xml | 1 1 + 0 - 0 !
3 files changed, 367 insertions(+)

 add the one-class alpn api
 (http://git.eclipse.org/c/jetty/org.eclipse.jetty.alpn.git)


04 weksocket 1.1 compatibility.patch | (download)

jetty-websocket/javax-websocket-client-impl/src/main/java/org/eclipse/jetty/websocket/jsr356/JsrSession.java | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 fix the compatibility with the websocket api 1.1

06 ignore jetty documentation.patch | (download)

pom.xml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the documentation module (removed from the upstream tarball
 to save some space)

07 assembly plugin configuration.patch | (download)

jetty-cdi/pom.xml | 6 3 + 3 - 0 !
jetty-websocket/javax-websocket-server-impl/pom.xml | 6 3 + 3 - 0 !
pom.xml | 6 3 + 3 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 modified the assembly plugin configuration to use
 debian/assembly-config.xml

08 ignore jetty test policy.patch | (download)

jetty-client/pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't unpack the test files from jetty-test-policy when building
 jetty-client

09 tweak distribution.patch | (download)

jetty-distribution/pom.xml | 12 6 + 6 - 0 !
jetty-home/pom.xml | 20 6 + 14 - 0 !
2 files changed, 12 insertions(+), 20 deletions(-)

 remove optional content from the distribution (documentation,
 sources, test files, examples)

servlet api.patch | (download)

jetty-home/pom.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 servlet api

0001 HTTP2Session cleanups.patch | (download)

jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/HTTP2Session.java | 35 28 + 7 - 0 !
jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/parser/BodyParser.java | 4 2 + 2 - 0 !
jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/parser/HeaderParser.java | 5 5 + 0 - 0 !
jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/parser/Parser.java | 5 5 + 0 - 0 !
jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/parser/WindowUpdateBodyParser.java | 7 4 + 3 - 0 !
jetty-http2/http2-server/src/main/config/etc/jetty-http2.xml | 2 1 + 1 - 0 !
jetty-http2/http2-server/src/main/config/etc/jetty-http2c.xml | 2 1 + 1 - 0 !
jetty-http2/http2-server/src/main/config/modules/http2.mod | 2 1 + 1 - 0 !
jetty-http2/http2-server/src/main/config/modules/http2c.mod | 2 1 + 1 - 0 !
9 files changed, 48 insertions(+), 16 deletions(-)

 http2session cleanups.

Various cleanups.
Updated mismatch in parameter configuration between code and XML files.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>