Blog from August, 2011

Tapestry 5.3 Beta Preview

We've released the first beta preview of Tapestry 5.3: Tapestry 5.3-beta-1.

To use it, update your build.gradle to include the Apache Maven Staging Repository:

repositories {
    mavenCentral()

    // For access to Apache Staging (Preview) packages
    mavenRepo urls: "https://repository.apache.org/content/groups/staging"
}  

Oh, are you still using Maven? My condolences; here you go:

    <repositories>
        <repository>
            <id>apache-staging</id>
            <url>https://repository.apache.org/content/groups/staging/</url>
        </repository>

    </repositories>

A short screencast highlighting improvements to Tapestry's handling of server-side errors during Ajax requests:

Tapestry 5.3 is currently in a late alpha stage; the first beta release is due soon.