Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-13 14:30:24 +0000
committerJoakim Erdfelt2016-01-13 14:30:24 +0000
commit21ca3f6690bff813c546a1da4bb7950c3f91a814 (patch)
treee5a748907cb0ad40fd4889e14486842dcf059314 /VERSION.txt
parent30308f2316df071be17a957ec3751e040668fe3f (diff)
downloadorg.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.tar.gz
org.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.tar.xz
org.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.zip
Updating to version 9.3.7.RC1jetty-9.3.7.RC1
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 37b464ec96..4dea8e47c5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,17 @@
-jetty-9.3.7-SNAPSHOT
+jetty-9.3.7.RC1 - 13 January 2016
+ + 481986 Dead JSR 356 Server Session still being tracked after
+ Session/Connection closure
+ + 484616 Outdated version of javaee_web_services_client_1_2.xsd
+ + 485031 two PathWatcher threads running after automatically restarting webapp
+ + 485063 After stopping JettyWebAppContext, it still contains reference to old
+ WebAppClassLoader via ServerContainer bean
+ + 485064 HashSessionManager leaks ScheduledExecutorScheduler with reference to
+ un-deployed webapp
+ + 485376 Multiple charset attributes in Content-Type
+ + 485535 jetty.sh results in FAILED when running service restart
+ + 485663 NullPointerException in WebSocketSession during upgrade with DEBUG
+ logging
+ + 485712 Quickstart web.xml is absolute
jetty-9.3.7.RC0 - 05 January 2016
+ 458745 Async ISE in async Echo

Back to the top