[jetty9] branch master updated (670b14d -> 0e5a931)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 5 17:18:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository jetty9.
from 670b14d Upload to unstable
adds 95cd089 New upstream version 9.2.23
new 9c581ef Update upstream source from tag 'upstream/9.2.23'
new 33eb6ff New upstream release (9.2.23)
new 972ae11 Standards-Version updated to 4.1.3
new 66b7681 Added the missing dependency on lsb-base
new d0c8a58 Fixed the broken symlinks indirectly caused by the new pom patching sequence in maven-debian-helper 2.2.8 (Closes: #884771)
new 0e5a931 Upload to unstable
The 6 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:
.gitignore | 1 +
VERSION.txt | 20 +-
aggregates/jetty-all/pom.xml | 2 +-
apache-jsp/pom.xml | 2 +-
apache-jstl/pom.xml | 2 +-
debian/changelog | 11 +
debian/control | 5 +-
debian/rules | 2 +-
examples/async-rest/async-rest-jar/pom.xml | 2 +-
examples/async-rest/async-rest-webapp/pom.xml | 2 +-
examples/async-rest/pom.xml | 2 +-
examples/embedded/pom.xml | 2 +-
examples/pom.xml | 2 +-
jetty-alpn/jetty-alpn-client/pom.xml | 2 +-
jetty-alpn/jetty-alpn-server/pom.xml | 2 +-
.../{alpn-1.8.0_121.mod => alpn-1.8.0_141.mod} | 0
.../{alpn-1.8.0_121.mod => alpn-1.8.0_144.mod} | 0
.../{alpn-1.8.0_121.mod => alpn-1.8.0_151.mod} | 0
.../{alpn-1.8.0_121.mod => alpn-1.8.0_152.mod} | 0
jetty-alpn/pom.xml | 2 +-
jetty-annotations/pom.xml | 2 +-
jetty-ant/pom.xml | 2 +-
jetty-cdi/pom.xml | 2 +-
jetty-client/pom.xml | 2 +-
.../org/eclipse/jetty/client/HttpDestination.java | 7 +-
.../jetty/client/http/HttpChannelOverHTTP.java | 29 +-
.../jetty/client/http/HttpConnectionOverHTTP.java | 64 ++++-
.../client/util/BufferingResponseListener.java | 6 +-
.../eclipse/jetty/client/ContentResponseTest.java | 32 ++-
.../org/eclipse/jetty/client/HttpClientTest.java | 124 +++++---
.../jetty/client/HttpClientTimeoutTest.java | 70 ++++-
jetty-continuation/pom.xml | 2 +-
jetty-deploy/pom.xml | 2 +-
jetty-distribution/pom.xml | 2 +-
jetty-fcgi/fcgi-client/pom.xml | 2 +-
jetty-fcgi/fcgi-server/pom.xml | 2 +-
jetty-fcgi/pom.xml | 2 +-
jetty-http-spi/pom.xml | 2 +-
jetty-http/pom.xml | 2 +-
jetty-io/pom.xml | 2 +-
jetty-jaas/pom.xml | 2 +-
jetty-jaspi/pom.xml | 2 +-
jetty-jmx/pom.xml | 2 +-
jetty-jndi/pom.xml | 2 +-
jetty-jsp/pom.xml | 2 +-
jetty-jspc-maven-plugin/pom.xml | 2 +-
jetty-maven-plugin/pom.xml | 2 +-
jetty-monitor/pom.xml | 2 +-
jetty-nosql/pom.xml | 2 +-
jetty-osgi/jetty-osgi-alpn/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot-jsp/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot-warurl/pom.xml | 2 +-
jetty-osgi/jetty-osgi-boot/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-plus/pom.xml | 2 +-
jetty-proxy/pom.xml | 2 +-
jetty-quickstart/pom.xml | 2 +-
jetty-rewrite/pom.xml | 2 +-
jetty-runner/pom.xml | 2 +-
jetty-security/pom.xml | 2 +-
jetty-server/pom.xml | 2 +-
jetty-servlet/pom.xml | 2 +-
jetty-servlets/pom.xml | 2 +-
jetty-spdy/pom.xml | 2 +-
jetty-spdy/spdy-alpn-tests/pom.xml | 2 +-
jetty-spdy/spdy-client/pom.xml | 2 +-
jetty-spdy/spdy-core/pom.xml | 2 +-
jetty-spdy/spdy-example-webapp/pom.xml | 2 +-
jetty-spdy/spdy-http-client-transport/pom.xml | 2 +-
jetty-spdy/spdy-http-common/pom.xml | 2 +-
jetty-spdy/spdy-http-server/pom.xml | 2 +-
jetty-spdy/spdy-server/pom.xml | 2 +-
jetty-spring/pom.xml | 2 +-
jetty-start/pom.xml | 2 +-
.../modules/protonego-impl/alpn-1.8.0_141.mod | 0
.../modules/protonego-impl/alpn-1.8.0_144.mod | 0
.../modules/protonego-impl/alpn-1.8.0_151.mod | 0
.../modules/protonego-impl/alpn-1.8.0_152.mod | 0
jetty-util-ajax/pom.xml | 2 +-
jetty-util/pom.xml | 2 +-
.../jetty/util/RolloverFileOutputStream.java | 161 ++++++-----
.../eclipse/jetty/util/security/Credential.java | 52 ++--
.../jetty/util/RolloverFileOutputStreamTest.java | 316 +++++++++++++++++++++
jetty-webapp/pom.xml | 2 +-
.../javax-websocket-client-impl/pom.xml | 2 +-
.../javax-websocket-server-impl/pom.xml | 2 +-
jetty-websocket/pom.xml | 2 +-
jetty-websocket/websocket-api/pom.xml | 2 +-
jetty-websocket/websocket-client/pom.xml | 2 +-
jetty-websocket/websocket-common/pom.xml | 2 +-
jetty-websocket/websocket-server/pom.xml | 2 +-
jetty-websocket/websocket-servlet/pom.xml | 2 +-
jetty-xml/pom.xml | 2 +-
pom.xml | 50 +++-
tests/pom.xml | 2 +-
tests/test-continuation/pom.xml | 2 +-
tests/test-integration/pom.xml | 2 +-
tests/test-jmx/jmx-webapp-it/pom.xml | 2 +-
tests/test-jmx/jmx-webapp/pom.xml | 2 +-
tests/test-jmx/pom.xml | 2 +-
tests/test-loginservice/pom.xml | 2 +-
tests/test-quickstart/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-jaas-webapp/pom.xml | 2 +-
tests/test-webapps/test-jetty-webapp/pom.xml | 2 +-
tests/test-webapps/test-jndi-webapp/pom.xml | 2 +-
tests/test-webapps/test-mock-resources/pom.xml | 2 +-
tests/test-webapps/test-proxy-webapp/pom.xml | 2 +-
tests/test-webapps/test-servlet-spec/pom.xml | 2 +-
.../test-container-initializer/pom.xml | 2 +-
.../test-servlet-spec/test-spec-webapp/pom.xml | 2 +-
.../src/main/webapp/stylesheet.css~} | 2 +-
.../test-servlet-spec/test-web-fragment/pom.xml | 2 +-
tests/test-webapps/test-webapp-rfc2616/pom.xml | 2 +-
123 files changed, 896 insertions(+), 252 deletions(-)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/{alpn-1.8.0_121.mod => alpn-1.8.0_141.mod} (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/{alpn-1.8.0_121.mod => alpn-1.8.0_144.mod} (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/{alpn-1.8.0_121.mod => alpn-1.8.0_151.mod} (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/{alpn-1.8.0_121.mod => alpn-1.8.0_152.mod} (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_121.mod => jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_141.mod (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_121.mod => jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_144.mod (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_121.mod => jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_151.mod (100%)
copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_121.mod => jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_152.mod (100%)
create mode 100644 jetty-util/src/test/java/org/eclipse/jetty/util/RolloverFileOutputStreamTest.java
copy tests/test-webapps/{test-jaas-webapp/src/main/webapp/stylesheet.css => test-servlet-spec/test-spec-webapp/src/main/webapp/stylesheet.css~} (93%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git
More information about the pkg-java-commits
mailing list