Merge branch 'jetty-9.4.x'
This commit is contained in:
commit
3d69ce327e
14
VERSION.txt
14
VERSION.txt
|
@ -226,6 +226,20 @@ jetty-9.4.0.M0 - 03 June 2016
|
|||
+ 610 Ignore failing test
|
||||
>>>>>>> jetty-9.4.x
|
||||
|
||||
jetty-9.3.13.M0 - 30 September 2016
|
||||
+ 277 Proxy servlet does not handle HTTP status 100 correctly
|
||||
+ 870 TLS protocol exclusion broken for SslContextFactory(String)
|
||||
+ 915 The jetty-maven-plugin:stop goal doesn't stop everything completely
|
||||
+ 918 Support certificates hot reload
|
||||
+ 930 Add module instructions to SSL section
|
||||
+ 943 Docs: Error in 'Embedding Jetty' page - example 'FileServer'
|
||||
+ 948 9.4.0.RC0 jetty-distribution invalid config etc/jetty-http2c.xml
|
||||
+ 955 Response listeners not invoked when using Connection.send()
|
||||
+ 959 CompleteListener invoked twice for HTTP/2 transport and response content
|
||||
+ 960 Async I/O spin when reading early EOF
|
||||
+ 965 Link from High Load docs to Garbage Collection Tuning is broken
|
||||
+ 966 Remove usages of ConcurrentArrayQueue
|
||||
|
||||
jetty-9.3.12.v20160915 - 15 September 2016
|
||||
+ 56 Fix authn issues in LdapLoginModule
|
||||
+ 131 Improve Connector Statistic names and values
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -38,7 +38,7 @@
|
|||
<connection>scm:git:https://github.com/eclipse/jetty.project.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:eclipse/jetty.project.git</developerConnection>
|
||||
<url>https://github.com/eclipse/jetty.project</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>jetty-9.3.13.M0</tag>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue