Tapestry 5.2.1 beta release

Following a successful vote, the Tapestry team has released the first beta release of Tapestry 5.2, version 5.2.1.

This release consists mostly of bug fixes on top of release 5.2.0. Full release notes are available. Mainly, this release improves live service reloading and a number of issues related to JavaScript and Ajax.

Tapestry can be downloaded from the Apache Mirrors, or via the central Maven repository:

<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-core</artifactId>
    <version>5.2.1</version>
</dependency>