Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
{scrollbar}
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 download the new JAR file) and the new version will just work. However, please review the How to Upgrade instructions before upgrading.

This is a very modest bug fix release, including a number of minor performance improvements.

 

HTML
<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>
                                            
<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>
                                
Wiki Markup
{scrollbar}