Author: kkolinko
Date: Sat May 5 13:29:26 2018
New Revision: 1830973
URL: http://svn.apache.org/viewvc?rev=1830973&view=rev
Log:
Add note that Java 7 is required for Java WebSocket API.
It is odd that this requirement has not been mentioned in RUNNING.txt, nor in
RELEASE-NOTES. It is mentioned in BUILDING.txt
Modified:
tomcat/tc7.0.x/trunk/RUNNING.txt
Modified: tomcat/tc7.0.x/trunk/RUNNING.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/RUNNING.txt?rev=1830973&r1=1830972&r2=1830973&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/RUNNING.txt (original)
+++ tomcat/tc7.0.x/trunk/RUNNING.txt Sat May 5 13:29:26 2018
@@ -32,6 +32,9 @@ Running With JRE 6 Or Later
release version 6 or later, from
http://www.oracle.com/technetwork/java/javase/downloads/index.html
+ NOTE: Java WebSocket API (JSR-356) is supported only when running
+ with Java 7 or later.
+
(1.2) Install the JRE according to the instructions included with the
release.
@@ -44,7 +47,7 @@ Running With JRE 6 Or Later
of the JVM. The default configuration defines JARs located in
"$CATALINA_HOME/endorsed" as endorsed.
- Note: Java 6 includes a subset of Common Annotations 1.0 classes.
+ NOTE: Java 6 includes a subset of Common Annotations 1.0 classes.
The only known difference between versions 1.0 and 1.1 of those
classes is introduction of "lookup" element on Resource annotation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]