[jetty9] branch master updated (600666c -> 538b708)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 28 11:40:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository jetty9.

      from  600666c   New upstream release (9.2.16)
       new  9a0117a   Track the release tags on GitHub
       new  8ac32d3   Depend on taglibs-standard instead of jakarta-taglibs-standard
      adds  5c45f50   Imported Upstream version 9.2.17
       new  9b6e30c   Merge tag 'upstream/9.2.17'
      adds  495bd5d   Imported Upstream version 9.2.18
       new  ea0820f   Merge tag 'upstream/9.2.18'
       new  538b708   New upstream release (9.2.18)

The 5 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                                        |  40 ++-
 aggregates/jetty-all/pom.xml                       |   2 +-
 apache-jsp/pom.xml                                 |   2 +-
 apache-jstl/pom.xml                                |   2 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   8 +-
 debian/jetty9.links                                |   4 +-
 debian/maven.rules                                 |   3 -
 debian/watch                                       |   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 +-
 .../modules/protonego-impl/alpn-1.8.0_101.mod      |   8 +
 .../modules/protonego-impl/alpn-1.8.0_102.mod      |   8 +
 .../{alpn-1.8.0_71.mod => alpn-1.8.0_91.mod}       |   0
 .../modules/protonego-impl/alpn-1.8.0_92.mod       |   8 +
 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 +-
 .../client/AuthenticationProtocolHandler.java      |  33 ++-
 .../java/org/eclipse/jetty/client/HttpProxy.java   | 287 ++++++++++++-------
 .../jetty/client/PoolingHttpDestination.java       |   4 +-
 .../org/eclipse/jetty/client/api/Connection.java   |   6 +
 .../jetty/client/http/HttpConnectionOverHTTP.java  |   7 +
 .../jetty/client/util/AbstractAuthentication.java  |   2 +-
 jetty-continuation/pom.xml                         |   2 +-
 jetty-deploy/pom.xml                               |   2 +-
 jetty-distribution/pom.xml                         |   2 +-
 jetty-fcgi/fcgi-client/pom.xml                     |   2 +-
 .../fcgi/client/http/HttpConnectionOverFCGI.java   |  12 +
 jetty-fcgi/fcgi-server/pom.xml                     |   2 +-
 .../fcgi/server/proxy/FastCGIProxyServlet.java     |   3 +
 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 +-
 .../eclipse/jetty/jaas/spi/LdapLoginModule.java    |  10 +
 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/nosql/mongodb/MongoSessionIdManager.java |  23 +-
 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 +-
 .../test-jetty-osgi/src/test/config/etc/keystore   | Bin 1416 -> 3697 bytes
 jetty-plus/pom.xml                                 |   2 +-
 jetty-proxy/pom.xml                                |   2 +-
 .../eclipse/jetty/proxy/ProxyTunnellingTest.java   | 104 ++++++-
 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-server/src/test/resources/keystore           | Bin 1426 -> 3697 bytes
 jetty-servlet/pom.xml                              |   2 +-
 .../jetty/servlet/ServletContextResourcesTest.java | 134 +++++++++
 .../content.txt                                    |   0
 jetty-servlets/pom.xml                             |   2 +-
 .../main/java/org/eclipse/jetty/servlets/CGI.java  |  95 +++----
 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 +-
 .../spdy/client/http/HttpConnectionOverSPDY.java   |  21 +-
 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 +-
 .../main/java/org/eclipse/jetty/start/Props.java   |   8 +-
 .../java/org/eclipse/jetty/start/PropsTest.java    |  20 +-
 .../modules/protonego-impl/alpn-1.8.0_101.mod      |   8 +
 .../modules/protonego-impl/alpn-1.8.0_102.mod      |   8 +
 .../modules/protonego-impl/alpn-1.8.0_91.mod       |   0
 .../modules/protonego-impl/alpn-1.8.0_92.mod       |   8 +
 jetty-util-ajax/pom.xml                            |   2 +-
 jetty-util/pom.xml                                 |   2 +-
 jetty-webapp/pom.xml                               |   2 +-
 .../javax-websocket-client-impl/pom.xml            |   2 +-
 .../jetty/websocket/jsr356/JsrExtension.java       |  17 ++
 .../websocket/jsr356/annotations/JsrCallable.java  |   6 +-
 .../jsr356/annotations/JsrParamIdBinary.java       |  11 +-
 .../jsr356/annotations/JsrParamIdDecoder.java      |   5 +-
 .../jsr356/annotations/JsrParamIdPong.java         |   3 +-
 .../jsr356/annotations/JsrParamIdText.java         |  34 +--
 .../jsr356/annotations/OnCloseCallable.java        |   5 +-
 .../jsr356/annotations/OnErrorCallable.java        |   3 +-
 .../annotations/OnMessageBinaryCallable.java       |   6 +-
 .../jsr356/annotations/OnMessageCallable.java      |  25 +-
 .../jsr356/annotations/OnMessageTextCallable.java  |   6 +-
 .../jsr356/annotations/OnOpenCallable.java         |   5 +-
 .../jsr356/messages/BinaryPartialMessage.java      |   6 +-
 .../jsr356/messages/TextPartialMessage.java        |   7 +-
 .../websocket/jsr356/MessageReceivingTest.java     | 308 +++++++++++++++++++++
 .../websocket/jsr356/decoders/TimeDecoder.java     |   1 +
 .../javax-websocket-server-impl/pom.xml            |   2 +-
 .../websocket/jsr356/server/ConfiguratorTest.java  | 199 ++++++++++---
 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                                            |  62 ++++-
 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 +-
 .../test-servlet-spec/test-web-fragment/pom.xml    |   2 +-
 tests/test-webapps/test-webapp-rfc2616/pom.xml     |   2 +-
 149 files changed, 1367 insertions(+), 420 deletions(-)
 create mode 100644 jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_101.mod
 create mode 100644 jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_102.mod
 copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/{alpn-1.8.0_71.mod => alpn-1.8.0_91.mod} (100%)
 create mode 100644 jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_92.mod
 create mode 100644 jetty-servlet/src/test/java/org/eclipse/jetty/servlet/ServletContextResourcesTest.java
 copy jetty-servlet/src/test/resources/{dispatchResourceTest => contextResources}/content.txt (100%)
 create mode 100644 jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_101.mod
 create mode 100644 jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_102.mod
 copy jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn-1.8.0_71.mod => jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_91.mod (100%)
 create mode 100644 jetty-start/src/test/resources/dist-home/modules/protonego-impl/alpn-1.8.0_92.mod
 create mode 100644 jetty-websocket/javax-websocket-client-impl/src/test/java/org/eclipse/jetty/websocket/jsr356/MessageReceivingTest.java

-- 
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