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.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 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 bug fix release, mainly focused on three aspects:

  • make Tapestry work better under Tomcat
  • minimize the possibility of clash for generated ids
  • let the BeanEditor be more JSR-303 friendly

Some work has been made on the form component too.

As with any Tapestry upgrade, be sure to change your application's version number.

 

HTML
                
<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>
                
<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>] -         &quot;Parameters&quot; 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>
    
<h2>        New Features Added
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-2055'>TAP5-2055</a>] -         Polish translations
</li>
</ul>

Wiki Markup
{scrollbar}