Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the Release Notes for differences between versions and how to upgrade, and Supported Environments and Versions for the compatibility matrix.

Stable Releases

Stable releases should be relatively free of critical bugs and are considered the safest option if stability is a requirement.

...

Note that the recommended distribution method of binary and source JARs is via Maven repository. Binaries, source code, and Javadocs are also available as a zip archive.

Tapestry 5.8.x

2.6 is the latest stable and recommended version Tapestry 5.8.2, released Jun 29 2011. Tapestry 5.2.6 is a maintenance release addressing some minor issues in Tapestry 5.2. 4 was released on 6 Feb 2024. See the release notes for more details about features and upgrade information.

Section


tapestry-bin 5.2.6 binary (tar.bz2
Column


 

Tapestry 5.8.4

Mirrors

Signature

Checksum

Signature

Binary (zip)

Download

ASC

SHA-256

Source (zip)

Download

MD5

ASC

tapestry-bin 5.2.6 binary (tar.gz
SHA-256

Javadoc (zip)

Download

MD5

ASC

tapestry-bin 5.2.6 binary (zip)

Download

MD5

ASC

tapestry-src 5.2.6 source (tar.bz2)

Download

MD5

ASC

tapestry-src 5.2.6 source (tar.gz)

Download

MD5

ASC

tapestry-src 5.2.6 source

ASC

not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.8.4</version>
</dependency>



Tapestry 5.7.x

Tapestry 5.7.3 was released on 13 July 2021. See the release notes for more details.

Section


Column


Tapestry 5.7.3

Mirrors

Signature

Checksum

Binary (zip)

Download

ASC

SHA-256

Source (zip)

Download

ASC

SHA-256

Javadoc (zip)

Download

MD5

ASC

ASC
not available



Column


Code Block
xml
languagexml
titleMaven Dependency

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



Tapestry 5.

...

6.

...

x

Tapestry 5.1.0.5 is the stable release for Tapestry 5.1. Released Apr 23, 2009, Tapestry 5.1 addresses some limitations in 5.0 and improves performance and scalability6.4 was released on 12 Mar 2021. See the release notes for more details.

tapestry-src 5.1.0.5 source
Section


tapestry-bin 5.1.0.5 binary (tar.bz2
Column


 

Tapestry 5.6.4

Mirrors

Signature

Checksum

Signature

Binary (zip)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary (tar.gz
SHA-256

Source (zip)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary
SHA-256

Javadoc (zip)

Download

MD5

ASC

tapestry-src 5.1.0.5 source (tar.bz2)

Download

MD5

ASC

tapestry-src 5.1.0.5 source (tar.gz)

Download

MD5

ASC

ASC

not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.6.4</version>
</dependency>



Tapestry 5.5.x

Tapestry 5.5.0 was released on 19 Mar 2020. See the release notes for more details.

Section


Column


Tapestry 5.5.0

Mirrors

Signature

Checksum

Binary (zip)

Download

ASC

SHA-256

Source (zip)

Download

ASC

SHA-256

Javadoc (zip)

Download

MD5

ASC

ASC
not available



Column


Code Block
xml
languagexml
titleMaven Dependency

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



Tapestry 5.4.

...

x

Tapestry 4.1.6 is the final version of Tapestry 4. Released Sep 7, 2008, it improved upon early Tapestry 4 releases with bug fixes, AJAX support and performance enhancements. See Tapestry 4 release notes

...

 

...

Mirrors

...

Checksum

...

Signature

...

4.1.6 binary (tar.bz2)

...

Download

...

MD5

...

ASC

...

4.1.6 binary (tar.gz)

...

Download

...

MD5

...

ASC

5.4.5 was released on 06 Sep 2019. See the release notes for more details.

Section


Column


Tapestry 5.4.5

Mirrors

Signature

Checksum

Binary (zip)

Download

ASC

SHA-256 - MD5

Source

...

...

ASC

Javadoc (zip)

Download

ASC

SHA-256 - MD5

...

ASC

...

4.1.6 source/docs (tar.gz)

...

Download

...

MD5

...

ASC

...

4.1.6 source/docs (zip)

...

Download

...

MD5

...

ASC

Archives

Looking for an older version of Tapestry? Try the archives.

Releases Under Development

...



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.4.5</version>
</dependency>



Tapestry 5.3.

...

x

Tapestry 5.3.0 is the first alpha version of Tapestry 5.3, released 22 Jun 20118 was released on 20 Nov 2014. See the release notes for more details.Note that the primary distribution method of binary and source JARS is now via Maven repository; sources are also available as a ZIP file.

Section


Column


 

Tapestry 5.3.8

Mirrors

Signature

5.3.0 sources

Checksum

Binary (zip)

Download

ASC

MD5

Source (zip)

Download

ASC

MD5

Javadoc (zip)

Download

ASC

Binaries in JAR format are also available.



Column


Code Block
xml
languagexml
titleMaven Dependency

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




Archives

Looking for an older version of Tapestry? Try the archives.

Download sources

Anonymous access

The source download links are listed in the boxes above. In addition, the source code can be checked out anonymously from SVN Git with this the clone command:

Code Block

$git svn checkout clone https://gitbox.apache.org/repos/asf/tapestry-5.git

(See Building Tapestry from Source for more info.)

Versions 5.3.2 and earlier are also available via Subversion, at https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/

...

Access from behind a firewall

Refer to the documentation of the SCM used your Git client for more information about access behind a firewall.

...

Generally this requires configuring access through a proxy

...

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example: Edit the 'servers' file and add something like:

...

(by specifying the proxy host and port) or opening up a port on the firewall.