A new stable version of Tapestry is available for download, Tapestry 5.2.6. We can recommend that all Tapestry 5.2 applications upgrade to version 5.2.6.
This new version addresses some client-side JavaScript issues, upgrading the built-in copy of Prototype to the latest version (1.7).
Tapestry 5.2.6 can be downloaded in either binary or source format. The release is also available via Maven:
<dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-core</artifactId> <version>5.2.6</version> </dependency>