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 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 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. Importantly, the bundled version of Prototype is now 1.7.1, which includes some significant improvements and bug fixes that target Internet Explorer. However, the prototype change may affect the functionality of the Tapestry DateField component under some versions of Internet Explorer (this issue was discovered late in the voting process).

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 Download page.

 

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