You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2017/09/20 12:29:17 UTC

svn commit: r1018410 [31/41] - /websites/production/tapestry/content/

Modified: websites/production/tapestry/content/release-notes-533.html
==============================================================================
--- websites/production/tapestry/content/release-notes-533.html (original)
+++ websites/production/tapestry/content/release-notes-533.html Wed Sep 20 12:29:16 2017
@@ -27,6 +27,16 @@
       </title>
   <link type="text/css" rel="stylesheet" href="/resources/space.css" />
 
+          <link href='/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
+    <link href='/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
+    <script src='/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script>
+        <script>
+      SyntaxHighlighter.defaults['toolbar'] = false;
+      SyntaxHighlighter.all();
+    </script>
   
   <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
 
@@ -67,7 +77,7 @@
       </div>
 
       <div id="content">
-                <div id="ConfluenceContent"><plain-text-body>{scrollbar}</plain-text-body> 
+                <div id="ConfluenceContent"> 
 
 <p>This is the consolidated list of changes between Tapestry versions 5.3.2 and 5.3.3. Tapestry 5.3.3 is a drop-in replacement for prior Tapestry 5.3 releases. To upgrade, just update the Maven dependency in you POM file (or <a  href="download.html">download</a> the new JAR file) and the new version will just work. However, please review the <a  href="how-to-upgrade.html">How to Upgrade</a> instructions before upgrading. </p>
 
@@ -75,45 +85,30 @@
 
 <p>For those developers not using Maven or Gradle, you'll be pleased to know that this release now includes the option of a binary download containing Tapestry's modules and main dependencies.  More details are on the <a  href="download.html">Download</a> page.</p>
 
-<p></p><p><plain-text-body>                 
-&lt;h2&gt;        Bugs Fixed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1791'&gt;TAP5-1791&lt;/a&gt;] -         On some JDKs, the complex regular expression used by ComponentEventLinkEncoderImpl will cause a stack overflow
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1836'&gt;TAP5-1836&lt;/a&gt;] -         &amp;quot;LocalhostOnly&amp;quot; WhitelistAnalyzer check &amp;quot;0:0:0:0:0:0:0:1%0&amp;quot; ip address instead &amp;quot;0:0:0:0:0:0:0:1&amp;quot;
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1844'&gt;TAP5-1844&lt;/a&gt;] -         Datefield not fires onchange event on changes
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1854'&gt;TAP5-1854&lt;/a&gt;] -         AjaxComponentEventRequestHandler doesn&amp;#39;t handle the case where a response has already be returned, and may append an empty JSON Object to the response
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1860'&gt;TAP5-1860&lt;/a&gt;] -         Access to protected component fields does not always reflect in subclasses
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1881'&gt;TAP5-1881&lt;/a&gt;] -         TypeCoercion from Number to Boolean returns false for any number that is an even multiple of 256
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1895'&gt;TAP5-1895&lt;/a&gt;] -         ValidationDecorator.insideLabel(...) is called after the removal of PropertyContext in PropertyEditor
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1906'&gt;TAP5-1906&lt;/a&gt;] -         Interaction between client-side validation and submit buttons can result in a server-side error parsing JSON array
-&lt;/li&gt;
-&lt;/ul&gt;
+<p></p><p>                 
+</p><h2>        Bugs Fixed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1791">TAP5-1791</a>] -         On some JDKs, the complex regular expression used by ComponentEventLinkEncoderImpl will cause a stack overflow
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1836">TAP5-1836</a>] -         "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1844">TAP5-1844</a>] -         Datefield not fires onchange event on changes
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1854">TAP5-1854</a>] -         AjaxComponentEventRequestHandler doesn't handle the case where a response has already be returned, and may append an empty JSON Object to the response
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1860">TAP5-1860</a>] -         Access to protected component fields does not always reflect in subclasses
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1881">TAP5-1881</a>] -         TypeCoercion from Number to Boolean returns false for any number that is an even multiple of 256
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1895">TAP5-1895</a>] -         ValidationDecorator.insideLabel(...) is called after the removal of PropertyContext in PropertyEditor
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1906">TAP5-1906</a>] -         Interaction between client-side validation and submit buttons can result in a server-side error parsing JSON array
+</li></ul>
             
-&lt;h2&gt;        Improvements Made
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1827'&gt;TAP5-1827&lt;/a&gt;] -         KaptchaField should have a parameter to allow it to operate as a visible text field rather than a password field
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1790'&gt;TAP5-1790&lt;/a&gt;] -         Update Tapestry build to create a binary release archive (in addition to a source and javadoc archive)
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1909'&gt;TAP5-1909&lt;/a&gt;] -         Update Underscore JavaScript library to latest version 1.3.3
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1857'&gt;TAP5-1857&lt;/a&gt;] -         Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        Improvements Made
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1827">TAP5-1827</a>] -         KaptchaField should have a parameter to allow it to operate as a visible text field rather than a password field
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1790">TAP5-1790</a>] -         Update Tapestry build to create a binary release archive (in addition to a source and javadoc archive)
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1909">TAP5-1909</a>] -         Update Underscore JavaScript library to latest version 1.3.3
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1857">TAP5-1857</a>] -         Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
+</li></ul>
                             
-&lt;!-- Force update: 0 --&gt;                   
-</plain-text-body></p> <p></p>
-
-<plain-text-body>{scrollbar}</plain-text-body></div>
+                   
+ <p></p>
+</div>
       </div>
 
       <div class="clearer"></div>

Modified: websites/production/tapestry/content/release-notes-534.html
==============================================================================
--- websites/production/tapestry/content/release-notes-534.html (original)
+++ websites/production/tapestry/content/release-notes-534.html Wed Sep 20 12:29:16 2017
@@ -27,6 +27,16 @@
       </title>
   <link type="text/css" rel="stylesheet" href="/resources/space.css" />
 
+          <link href='/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
+    <link href='/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
+    <script src='/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script>
+        <script>
+      SyntaxHighlighter.defaults['toolbar'] = false;
+      SyntaxHighlighter.all();
+    </script>
   
   <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
 
@@ -67,7 +77,7 @@
       </div>
 
       <div id="content">
-                <div id="ConfluenceContent"><plain-text-body>{scrollbar}</plain-text-body> 
+                <div id="ConfluenceContent"> 
 
 <p>This is the consolidated list of changes between Tapestry versions 5.3.3 and 5.3.4. Tapestry 5.3.4 is a drop-in replacement for prior Tapestry 5.3 releases. To upgrade, just update the Maven dependency in you POM file (or <a  href="download.html">download</a> the new JAR file) and the new version will just work. However, please review the <a  href="how-to-upgrade.html">How to Upgrade</a> instructions before upgrading. </p>
 
@@ -75,45 +85,30 @@
 
 <p>For those developers not using Maven or Gradle, you'll be pleased that we now offer the option of a binary download containing Tapestry's modules and main dependencies. More details are on the <a  href="download.html">Download</a> page. </p>
 
-<p></p><p><plain-text-body>
+<p></p><p>
 
-&lt;h2&gt;        Bugs Fixed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1729'&gt;TAP5-1729&lt;/a&gt;] -         Sometimes YUICompressor can fail with java.util.EmptyStackException
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1848'&gt;TAP5-1848&lt;/a&gt;] -         tapestry-jpa ignores persistence provider from persistence.xml
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1873'&gt;TAP5-1873&lt;/a&gt;] -         JavaScript execution exception is not logged
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1880'&gt;TAP5-1880&lt;/a&gt;] -         GZip compression should be disabled if the request is over http 1.0
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1929'&gt;TAP5-1929&lt;/a&gt;] -         High contention in method InternalComponentResourcesImpl.postRenderCleanup() and NamedSet.getValues()
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1935'&gt;TAP5-1935&lt;/a&gt;] -         ContextResource uses a deprecated File.toURL
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1950'&gt;TAP5-1950&lt;/a&gt;] -         ResourceStreamer sends SC_NOT_MODIFIED as an error, but it should be just status
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1952'&gt;TAP5-1952&lt;/a&gt;] -         JavaScript Compressor should log warnings as well as errors, and identify the input clearly
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1963'&gt;TAP5-1963&lt;/a&gt;] -         Original exception lost in CommitAfterWorker upon abort
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1964'&gt;TAP5-1964&lt;/a&gt;] -         In production mode, placeholder timestamp needs to be limited to one-second accuracy
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1972'&gt;TAP5-1972&lt;/a&gt;] -         Missing LICENSE and NOTICE files
-&lt;/li&gt;
-&lt;/ul&gt;
+</p><h2>        Bugs Fixed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1729">TAP5-1729</a>] -         Sometimes YUICompressor can fail with java.util.EmptyStackException
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1848">TAP5-1848</a>] -         tapestry-jpa ignores persistence provider from persistence.xml
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1873">TAP5-1873</a>] -         JavaScript execution exception is not logged
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1880">TAP5-1880</a>] -         GZip compression should be disabled if the request is over http 1.0
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1929">TAP5-1929</a>] -         High contention in method InternalComponentResourcesImpl.postRenderCleanup() and NamedSet.getValues()
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1935">TAP5-1935</a>] -         ContextResource uses a deprecated File.toURL
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1950">TAP5-1950</a>] -         ResourceStreamer sends SC_NOT_MODIFIED as an error, but it should be just status
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1952">TAP5-1952</a>] -         JavaScript Compressor should log warnings as well as errors, and identify the input clearly
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1963">TAP5-1963</a>] -         Original exception lost in CommitAfterWorker upon abort
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1964">TAP5-1964</a>] -         In production mode, placeholder timestamp needs to be limited to one-second accuracy
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1972">TAP5-1972</a>] -         Missing LICENSE and NOTICE files
+</li></ul>
                                             
-&lt;h2&gt;        Improvements Made
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1852'&gt;TAP5-1852&lt;/a&gt;] -         Upgrade Plastic to use ASM 4.0
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        Improvements Made
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1852">TAP5-1852</a>] -         Upgrade Plastic to use ASM 4.0
+</li></ul>
                                 
-</plain-text-body></p><p></p>
-
-<plain-text-body>{scrollbar}</plain-text-body></div>
+<p></p>
+</div>
       </div>
 
       <div class="clearer"></div>

Modified: websites/production/tapestry/content/release-notes-535.html
==============================================================================
--- websites/production/tapestry/content/release-notes-535.html (original)
+++ websites/production/tapestry/content/release-notes-535.html Wed Sep 20 12:29:16 2017
@@ -27,6 +27,16 @@
       </title>
   <link type="text/css" rel="stylesheet" href="/resources/space.css" />
 
+          <link href='/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
+    <link href='/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
+    <script src='/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script>
+        <script>
+      SyntaxHighlighter.defaults['toolbar'] = false;
+      SyntaxHighlighter.all();
+    </script>
   
   <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
 
@@ -67,8 +77,8 @@
       </div>
 
       <div id="content">
-                <div id="ConfluenceContent"><plain-text-body>{scrollbar}</plain-text-body> 
-<p></p><p></p><p></p><p></p><p></p><p><rich-text-body><p>x</p></rich-text-body></p><p></p><p></p><p></p><p></p><p></p>
+                <div id="ConfluenceContent"> 
+<p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p>
 
 <p>This is the consolidated list of changes between Tapestry included in version 5.3.5. Tapestry 5.3.5 is a drop-in replacement for prior Tapestry 5.3 releases. To upgrade, just update the Maven dependency in you POM file (or <a  href="download.html">download</a> the new JAR file) and the new version will just work. However, please review the <a  href="how-to-upgrade.html">How to Upgrade</a> instructions before upgrading. </p>
 
@@ -76,48 +86,31 @@
 
 <p>For those developers not using Maven or Gradle, you'll be pleased that we now offer the option of a binary download containing Tapestry's modules and main dependencies. More details are on the <a  href="download.html">Download</a> page. </p>
 
-<p></p><p><plain-text-body> 
+<p></p><p> 
                 
-&lt;h2&gt;        Bugs Fixed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1601'&gt;TAP5-1601&lt;/a&gt;] -         Sometime a method that references a field with a conduit will not be instrumented, resulting in an NPE accessing the field itself
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1859'&gt;TAP5-1859&lt;/a&gt;] -         Clicking a submit or button in a non-Tapestry Form causes a client exception
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1868'&gt;TAP5-1868&lt;/a&gt;] -         SRSCachingInterceptor returns compressed version of asset for all clients once it was compressed for some client
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1887'&gt;TAP5-1887&lt;/a&gt;] -         Client-side JavaScript error if console.info/debug/... is available but not a function
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1907'&gt;TAP5-1907&lt;/a&gt;] -         Client exception in IE9 when partial page render introduces stylesheets
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1949'&gt;TAP5-1949&lt;/a&gt;] -         Alerts component does not show alerts added from a component that occurs later in the template
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1973'&gt;TAP5-1973&lt;/a&gt;] -         :443 added to URLs when using the Link.toAbsoluteURI(true)
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1976'&gt;TAP5-1976&lt;/a&gt;] -         XML Parser adds attributes with default values and produces invalid HTML5 markup
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1977'&gt;TAP5-1977&lt;/a&gt;] -         Memory leak (perm gen) in component reloading
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1979'&gt;TAP5-1979&lt;/a&gt;] -         Changing the implementation of a method after adding method advice does not work; the original implementation remains
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1983'&gt;TAP5-1983&lt;/a&gt;] -         PerThreadManager does not cleanup on shutdown, can lead to memory leaks when application redeployed
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1991'&gt;TAP5-1991&lt;/a&gt;] -         YUICompressor should be less verbose about common warnings
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1992'&gt;TAP5-1992&lt;/a&gt;] -         Switch YUICompressor dependency back to com.yahoo version 2.4.7
-&lt;/li&gt;
-&lt;/ul&gt;
+</p><h2>        Bugs Fixed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1601">TAP5-1601</a>] -         Sometime a method that references a field with a conduit will not be instrumented, resulting in an NPE accessing the field itself
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1859">TAP5-1859</a>] -         Clicking a submit or button in a non-Tapestry Form causes a client exception
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1868">TAP5-1868</a>] -         SRSCachingInterceptor returns compressed version of asset for all clients once it was compressed for some client
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1887">TAP5-1887</a>] -         Client-side JavaScript error if console.info/debug/... is available but not a function
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1907">TAP5-1907</a>] -         Client exception in IE9 when partial page render introduces stylesheets
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1949">TAP5-1949</a>] -         Alerts component does not show alerts added from a component that occurs later in the template
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1973">TAP5-1973</a>] -         :443 added to URLs when using the Link.toAbsoluteURI(true)
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1976">TAP5-1976</a>] -         XML Parser adds attributes with default values and produces invalid HTML5 markup
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1977">TAP5-1977</a>] -         Memory leak (perm gen) in component reloading
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1979">TAP5-1979</a>] -         Changing the implementation of a method after adding method advice does not work; the original implementation remains
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1983">TAP5-1983</a>] -         PerThreadManager does not cleanup on shutdown, can lead to memory leaks when application redeployed
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1991">TAP5-1991</a>] -         YUICompressor should be less verbose about common warnings
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1992">TAP5-1992</a>] -         Switch YUICompressor dependency back to com.yahoo version 2.4.7
+</li></ul>
                                         
-&lt;h2&gt;        Tasks Completed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1989'&gt;TAP5-1989&lt;/a&gt;] -         Upgrade bundled Prototype to version 1.7.1
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        Tasks Completed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1989">TAP5-1989</a>] -         Upgrade bundled Prototype to version 1.7.1
+</li></ul>
                     
-                    </plain-text-body></p><p></p>
-<plain-text-body>{scrollbar}</plain-text-body></div>
+                    <p></p></div>
       </div>
 
       <div class="clearer"></div>

Modified: websites/production/tapestry/content/release-notes-536.html
==============================================================================
--- websites/production/tapestry/content/release-notes-536.html (original)
+++ websites/production/tapestry/content/release-notes-536.html Wed Sep 20 12:29:16 2017
@@ -27,6 +27,16 @@
       </title>
   <link type="text/css" rel="stylesheet" href="/resources/space.css" />
 
+          <link href='/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
+    <link href='/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
+    <script src='/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script>
+        <script>
+      SyntaxHighlighter.defaults['toolbar'] = false;
+      SyntaxHighlighter.all();
+    </script>
   
   <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
 
@@ -67,7 +77,7 @@
       </div>
 
       <div id="content">
-                <div id="ConfluenceContent"><plain-text-body>{scrollbar}</plain-text-body> 
+                <div id="ConfluenceContent"> 
 
 <p>This is the consolidated list of changes between Tapestry versions 5.3.5 and 5.3.6. Tapestry 5.3.6 is a drop-in replacement for prior Tapestry 5.3 releases. To upgrade, just update the Maven dependency in your POM file (or <a  href="download.html">download</a> the new JAR file) and the new version will just work. However, please review the <a  href="how-to-upgrade.html">How to Upgrade</a> instructions before upgrading. </p>
 
@@ -79,34 +89,24 @@
 
 <p>And, as with any Tapestry upgrade, be sure to change your <a  href="general-questions.html">application's version number</a>.</p>
 
-<p></p><p><plain-text-body> 
+<p></p><p> 
 
-&lt;h2&gt;        Bugs Fixed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-986'&gt;TAP5-986&lt;/a&gt;] -         A request can fail with an NPE in some cases, when a Tapestry page is acting as the servlet container error page
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1735'&gt;TAP5-1735&lt;/a&gt;] -         Most packages lack package-level javadocs
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1903'&gt;TAP5-1903&lt;/a&gt;] -         Client-side exception when a Zone containing a Form with an Upload component is re-rendered
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2008'&gt;TAP5-2008&lt;/a&gt;] -         Serialized object data stored on the client should be HMAC signed and validated
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2009'&gt;TAP5-2009&lt;/a&gt;] -         Downgrade bundled Prototype version back to 1.7
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2010'&gt;TAP5-2010&lt;/a&gt;] -         Broken links in Javadoc pages
-&lt;/li&gt;
-&lt;/ul&gt;
+</p><h2>        Bugs Fixed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-986">TAP5-986</a>] -         A request can fail with an NPE in some cases, when a Tapestry page is acting as the servlet container error page
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1735">TAP5-1735</a>] -         Most packages lack package-level javadocs
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1903">TAP5-1903</a>] -         Client-side exception when a Zone containing a Form with an Upload component is re-rendered
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2008">TAP5-2008</a>] -         Serialized object data stored on the client should be HMAC signed and validated
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2009">TAP5-2009</a>] -         Downgrade bundled Prototype version back to 1.7
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2010">TAP5-2010</a>] -         Broken links in Javadoc pages
+</li></ul>
             
-&lt;h2&gt;        Improvements Made
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1996'&gt;TAP5-1996&lt;/a&gt;] -         Add Severity.SUCCESS enum for alerts
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        Improvements Made
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1996">TAP5-1996</a>] -         Add Severity.SUCCESS enum for alerts
+</li></ul>
                                                 
-</plain-text-body></p> <p></p>
-<plain-text-body>{scrollbar}</plain-text-body></div>
+ <p></p></div>
       </div>
 
       <div class="clearer"></div>

Modified: websites/production/tapestry/content/release-notes-537.html
==============================================================================
--- websites/production/tapestry/content/release-notes-537.html (original)
+++ websites/production/tapestry/content/release-notes-537.html Wed Sep 20 12:29:16 2017
@@ -27,6 +27,16 @@
       </title>
   <link type="text/css" rel="stylesheet" href="/resources/space.css" />
 
+          <link href='/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
+    <link href='/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
+    <script src='/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+          <script src='/resources/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script>
+        <script>
+      SyntaxHighlighter.defaults['toolbar'] = false;
+      SyntaxHighlighter.all();
+    </script>
   
   <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
 
@@ -67,7 +77,7 @@
       </div>
 
       <div id="content">
-                <div id="ConfluenceContent"><plain-text-body>{scrollbar}</plain-text-body>
+                <div id="ConfluenceContent">
 
 <p>This is the consolidated list of changes between Tapestry versions 5.3.6 and 5.3.7. Tapestry 5.3.7 is a drop-in replacement for prior Tapestry 5.3 releases. To upgrade, just update the Maven dependency in your POM file (or <a  href="download.html">download</a> the new JAR file) and the new version will just work. However, please review the <a  href="how-to-upgrade.html">How to Upgrade</a> instructions before upgrading.</p>
 
@@ -80,55 +90,36 @@
 
 <p>As with any Tapestry upgrade, be sure to change your <a  href="general-questions.html">application's version number</a>.</p>
 
-<p></p><p><plain-text-body>
+<p></p><p>
                 
-&lt;h2&gt;        Bug Fixed
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1010'&gt;TAP5-1010&lt;/a&gt;] -         Fix Finnish validation message translation - corrected file attached
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1890'&gt;TAP5-1890&lt;/a&gt;] -         PlaceholderBlock should implement RenderCommand
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-1995'&gt;TAP5-1995&lt;/a&gt;] -         Tapestry5 Application can not be deployed as Tomcat7 HotDeploy Package
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2015'&gt;TAP5-2015&lt;/a&gt;] -         Tomcat .war path is not decoded properly
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2025'&gt;TAP5-2025&lt;/a&gt;] -         Duplicate generated ids
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2041'&gt;TAP5-2041&lt;/a&gt;] -         Links within subheadings are invisible on Javadoc pages 
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2084'&gt;TAP5-2084&lt;/a&gt;] -         Form should decode its link parameters
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2101'&gt;TAP5-2101&lt;/a&gt;] -         BeanEditor should always provide a new BeanValidationContext (JSR-303)
-&lt;/li&gt;
-&lt;/ul&gt;
+</p><h2>        Bug Fixed
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1010">TAP5-1010</a>] -         Fix Finnish validation message translation - corrected file attached
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1890">TAP5-1890</a>] -         PlaceholderBlock should implement RenderCommand
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-1995">TAP5-1995</a>] -         Tapestry5 Application can not be deployed as Tomcat7 HotDeploy Package
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2015">TAP5-2015</a>] -         Tomcat .war path is not decoded properly
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2025">TAP5-2025</a>] -         Duplicate generated ids
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2041">TAP5-2041</a>] -         Links within subheadings are invisible on Javadoc pages 
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2084">TAP5-2084</a>] -         Form should decode its link parameters
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2101">TAP5-2101</a>] -         BeanEditor should always provide a new BeanValidationContext (JSR-303)
+</li></ul>
                 
-&lt;h2&gt;        Improvements Made
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-672'&gt;TAP5-672&lt;/a&gt;] -         Translation for Vietnamese
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2013'&gt;TAP5-2013&lt;/a&gt;] -         &amp;quot;Parameters&amp;quot; table often too wide in component javadocs
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2063'&gt;TAP5-2063&lt;/a&gt;] -         Add support for multivalued parameters in Link
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2067'&gt;TAP5-2067&lt;/a&gt;] -         Error loading classes with Tomcat 7 parallel deployment
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2097'&gt;TAP5-2097&lt;/a&gt;] -         Use a JavaScriptStack to import the tapestry-beanvalidator.js file.
-&lt;/li&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2102'&gt;TAP5-2102&lt;/a&gt;] -         Allow supplying EntityManager properties via TapestryPersistenceUnitInfo
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        Improvements Made
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-672">TAP5-672</a>] -         Translation for Vietnamese
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2013">TAP5-2013</a>] -         "Parameters" table often too wide in component javadocs
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2063">TAP5-2063</a>] -         Add support for multivalued parameters in Link
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2067">TAP5-2067</a>] -         Error loading classes with Tomcat 7 parallel deployment
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2097">TAP5-2097</a>] -         Use a JavaScriptStack to import the tapestry-beanvalidator.js file.
+</li><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2102">TAP5-2102</a>] -         Allow supplying EntityManager properties via TapestryPersistenceUnitInfo
+</li></ul>
     
-&lt;h2&gt;        New Features Added
-&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;[&lt;a href='https://issues.apache.org/jira/browse/TAP5-2055'&gt;TAP5-2055&lt;/a&gt;] -         Polish translations
-&lt;/li&gt;
-&lt;/ul&gt;
+<h2>        New Features Added
+</h2>
+<ul><li>[<a  href="https://issues.apache.org/jira/browse/TAP5-2055">TAP5-2055</a>] -         Polish translations
+</li></ul>
 
-</plain-text-body></p><p></p>
-<plain-text-body>{scrollbar}</plain-text-body></div>
+<p></p></div>
       </div>
 
       <div class="clearer"></div>