Merge branch 'release-9.4.0.RC1' into jetty-9.4.x

This commit is contained in:
Joakim Erdfelt 2016-11-15 14:25:18 -07:00
commit 6d95fef35d
1 changed files with 41 additions and 0 deletions

View File

@ -1,5 +1,46 @@
jetty-9.4.0-SNAPSHOT
jetty-9.4.0.RC1 - 21 October 2016
+ 277 Proxy servlet does not handle HTTP status 100 correctly
+ 292 NPE in SslConnectionFactory newConnection
+ 295 Ensure Jetty Client use of Deflater / Inflater calls .end() to avoid
memory leak
+ 382 Support Request auto decompress in GzipHandler
+ 644 Modules for enabling logging
+ 788 Attempting to activate a module that is already enabled
+ 914 Regularize the naming of the session configuration properties
+ 915 The jetty-maven-plugin:stop goal doesn't stop everything completely
+ 918 Support certificates hot reload
+ 926 No LSB Tags on jetty.sh script cause warning on Ubuntu 16.04
+ 927 Allow custom schema for session tables
+ 940 Reset Response buffer size
+ 941 Make GCloudSessionDataStore more configurable
+ 944 Make a NullSessionCache module
+ 945 Property for SessionCache.saveOnCreate missing in session-cache-hash.mod
+ 946 Fix javadoc on MongoSessionDataStore
+ 948 jetty-distribution invalid config etc/jetty-http2c.xml
+ 953 Add namespace support to GCloudSessionDataStore
+ 954 Fallback to less efficient queries if no indexes for
GCloudSessionDataStore
+ 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
+ 963 location based black/white classpath patterns
+ 966 Remove usages of ConcurrentArrayQueue
+ 984 Improve logging modules and module listing
+ 989 InputStreamResponseListener.get() throws with HTTP/2 following redirect
+ 993 Add GAE_MODULE_INSTANCE env var as default for session id manager
+ 998 Normalize [tags] directive in *.mod files
+ 999 Create a Flight Recorder module
+ 1000 Allow legacy behaviour if 2 servlets map to same path
+ 1003 Better error messages when invoking deprecated modules
+ 1007 Update to gcloud datastore 0.4.0
+ 1009 ThreadLimitHandler has no method setBlockForMs
+ 1013 Overlay directory for modules
+ 1014 Sessions created via https throw "invalid for write" exception
+ 1017 Output session configuration for dump
+ 1018 Remove dependency on asm types in oej.annotations.Util
jetty-9.4.0.RC0 - 15 September 2016
+ 131 Improve Connector Statistic names and values
+ 572 Don't reject HTTP/2 requests without body in low threads mode