[jetty8] branch master updated (45e6fef -> d99749d)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Oct 8 19:59:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository jetty8.
from 45e6fef Added the missing build dependency on libjetty-java (Closes: #796441)
adds ef03dc6 Imported Upstream version 8.1.18
new 380f504 Merge tag 'upstream/8.1.18'
new f59a9a2 Shorter Vcs-Browser URL
new d99749d Refreshed the patches
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
VERSION.txt | 14 ++
debian/changelog | 7 +
debian/control | 2 +-
debian/patches/aggregate-doc.patch | 2 +-
debian/patches/disable-modules.patch | 4 +-
debian/patches/maven-bundle-plugin-version.patch | 2 +-
example-async-rest/async-rest-jar/pom.xml | 2 +-
example-async-rest/async-rest-webapp/pom.xml | 2 +-
example-async-rest/pom.xml | 2 +-
example-jetty-embedded/pom.xml | 2 +-
jetty-aggregate/jetty-all-server/pom.xml | 2 +-
jetty-aggregate/jetty-all/pom.xml | 2 +-
jetty-aggregate/jetty-client/pom.xml | 2 +-
jetty-aggregate/jetty-plus/pom.xml | 2 +-
jetty-aggregate/jetty-server/pom.xml | 2 +-
jetty-aggregate/jetty-servlet/pom.xml | 2 +-
jetty-aggregate/jetty-webapp/pom.xml | 2 +-
jetty-aggregate/jetty-websocket/pom.xml | 2 +-
jetty-aggregate/pom.xml | 2 +-
jetty-ajp/pom.xml | 2 +-
jetty-annotations/pom.xml | 2 +-
jetty-client/pom.xml | 2 +-
.../jetty/client/ServerConnectionCloseTest.java | 168 +++++++++++++++++
.../jetty/client/TLSServerConnectionCloseTest.java | 207 +++++++++++++++++++++
jetty-continuation/pom.xml | 2 +-
jetty-deploy/pom.xml | 2 +-
jetty-distribution/pom.xml | 2 +-
jetty-http-spi/pom.xml | 2 +-
jetty-http/pom.xml | 2 +-
.../org/eclipse/jetty/http/AbstractGenerator.java | 10 +-
.../java/org/eclipse/jetty/http/HttpParser.java | 22 +--
jetty-io/pom.xml | 2 +-
jetty-jaspi/pom.xml | 2 +-
jetty-jmx/pom.xml | 2 +-
jetty-jndi/pom.xml | 2 +-
jetty-jsp/pom.xml | 2 +-
jetty-monitor/pom.xml | 2 +-
jetty-nested/pom.xml | 2 +-
jetty-nosql/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot-jsp/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot-logback/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot-warurl/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot/pom.xml | 6 +-
jetty-osgi/jetty-osgi-equinoxtools/pom.xml | 2 +-
jetty-osgi/jetty-osgi-httpservice/pom.xml | 2 +-
jetty-osgi/pom.xml | 2 +-
jetty-osgi/test-jetty-osgi-context/pom.xml | 2 +-
jetty-osgi/test-jetty-osgi-webapp/pom.xml | 2 +-
jetty-osgi/test-jetty-osgi/pom.xml | 2 +-
jetty-overlay-deployer/pom.xml | 2 +-
jetty-plus/pom.xml | 2 +-
jetty-policy/pom.xml | 2 +-
jetty-rewrite/pom.xml | 2 +-
jetty-security/pom.xml | 2 +-
jetty-server/pom.xml | 2 +-
jetty-servlet/pom.xml | 2 +-
.../org/eclipse/jetty/servlet/SendErrorTest.java | 120 ++++++++++++
jetty-servlets/pom.xml | 2 +-
jetty-spdy/pom.xml | 96 +++++++++-
jetty-spdy/spdy-core/pom.xml | 2 +-
jetty-spdy/spdy-jetty-http-webapp/pom.xml | 2 +-
jetty-spdy/spdy-jetty-http/pom.xml | 2 +-
jetty-spdy/spdy-jetty/pom.xml | 2 +-
jetty-start/pom.xml | 2 +-
jetty-util/pom.xml | 2 +-
.../eclipse/jetty/util/ssl/SslContextFactory.java | 61 +++---
.../jetty/util/thread/QueuedThreadPool.java | 4 +-
.../jetty/util/ssl/SslContextFactoryTest.java | 121 ++++++------
jetty-webapp/pom.xml | 2 +-
jetty-websocket/pom.xml | 2 +-
jetty-xml/pom.xml | 2 +-
pom.xml | 5 +-
test-continuation/pom.xml | 2 +-
test-jetty-nested/pom.xml | 2 +-
test-jetty-servlet/pom.xml | 2 +-
test-jetty-webapp/pom.xml | 2 +-
tests/pom.xml | 2 +-
tests/test-integration/pom.xml | 2 +-
tests/test-loginservice/pom.xml | 2 +-
tests/test-sessions/pom.xml | 2 +-
tests/test-sessions/test-hash-sessions/pom.xml | 2 +-
tests/test-sessions/test-jdbc-sessions/pom.xml | 2 +-
tests/test-sessions/test-mongodb-sessions/pom.xml | 2 +-
tests/test-sessions/test-sessions-common/pom.xml | 2 +-
tests/test-webapps/pom.xml | 2 +-
tests/test-webapps/test-webapp-rfc2616/pom.xml | 2 +-
86 files changed, 790 insertions(+), 199 deletions(-)
create mode 100644 jetty-client/src/test/java/org/eclipse/jetty/client/ServerConnectionCloseTest.java
create mode 100644 jetty-client/src/test/java/org/eclipse/jetty/client/TLSServerConnectionCloseTest.java
create mode 100644 jetty-servlet/src/test/java/org/eclipse/jetty/servlet/SendErrorTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty8.git
More information about the pkg-java-commits
mailing list