You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/21 12:48:28 UTC

svn commit: r1579928 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Mar 21 11:48:28 2014
New Revision: 1579928

URL: http://svn.apache.org/r1579928
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56283
Add issue number for r1579176

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1579215

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1579928&r1=1579927&r2=1579928&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Mar 21 11:48:28 2014
@@ -149,17 +149,19 @@
         ServletContext has been initialized. (markt)
       </fix>
       <fix>
+        <bug>56265</bug>: Do not escape values of dynamic tag attributes
+        containing EL expressions. (kkolinko)
+      </fix>
+      <fix>
         Make the default compiler source and target versions for JSPs Java 6
         since Tomcat 7 requires Java 6 as a minimum. (markt) 
       </fix>
       <update>
-        Update to the Eclipse JDT Compiler P20140317-1600 which adds support for
-        Java 8 syntax to JSPs. (markt)
+        <bug>56283</bug>: Update to the Eclipse JDT Compiler P20140317-1600
+        which adds support for Java 8 syntax to JSPs. Add support for value
+        "1.8" for the <code>compilerSourceVM</code> and
+        <code>compilerTargetVM</code> options. (markt)
       </update>
-      <fix>
-        <bug>56265</bug>: Do not escape values of dynamic tag attributes
-        containing EL expressions. (kkolinko)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="WebSocket">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org