Blog from October, 2010

Tapestry 5.2.2 beta release

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

This release consists of a modest number of bug fixes to 5.2.1, along with a few non-disruptive last minute improvements. Full release notes are available.

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.2</version>
</dependency>
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>