Downloads

Use the links below to download Apache Jackrabbit releases from one of our mirrors. You should verify the integrity of the files using the signatures and checksums available from this page.

Apache Jackrabbit releases are available under the Apache License, Version 2.0. See the NOTICE.txt file contained in each release artifact for applicable copyright attribution notices. Some Jackrabbit components contain external code with licenses that meet Apache licensing policies. See the LICENSE.txt file contained in each release artifact for applicable licenses.

Apache Jackrabbit 1.6.0

Apache Jackrabbit 1.6 is an incremental feature release. While remaining compatible with previous releases, Jackrabbit 1.6 introduces a number of new features, improvements and fixes to known issues. See the release notes for more details.

The Jackrabbit source release as well as the pre-built binary deployment packages are listed below. Pre-built versions of all Jackrabbit components are available in the central Maven repository.

  • jackrabbit-1.6.0-src.jar (5.6MB, source jar, signed)
    SHA1 checksum: 1d3c0971b4f9ed8687f9e761c7781784f197f29a
    MD5 checksum: 868f1f285b837707b596eed6614e23dc
  • jackrabbit-jca-1.6.0.rar (13MB, JCA resource adapter, signed)
    SHA1 checksum: 2ee079ec19702219b77d610c7fe391b50aeb7999
    MD5 checksum: f6cfb616780056ea89b2fcd1c4ca38dd

Apache Jackrabbit 1.5.7

Apache Jackrabbit 1.5.7 is a bug fix release that fixes issues reported against previous releases. This release is fully compatible with the earlier 1.5.x releases. See the release notes for more details.

  • jackrabbit-1.5.7-src.jar (6.1MB, source jar, signed)
    SHA1 checksum: 9eaab055148d0d3006c85285fb448560553c1445
    MD5 checksum: 9b767ccbab1a8b2a770bbe3e30b07479
  • jackrabbit-jca-1.5.7.rar (12MB, JCA resource adapter, signed)
    SHA1 checksum: aae4d0063ee7941ec6eb0f5a1176fcd84970a366
    MD5 checksum: a59c097a8d6879045e06ef2ee34d2e19

jackrabbit-core 1.4.11

The jackrabbit-core 1.4.11 patch release is targeted to users who are not yet ready to upgrade to the more recent Jackrabbit releases, but who still need the XPath formatting fix from issue JCR-2052. See the release notes for more details.

Apache Jackrabbit 2.0 beta1

This is a beta release of Apache Jackrabbit 2.0. This release is a fully compliant implementation of the JCR 2.0 API, specified by the Java Specification Request 283 (JSR 283). However, the beta status of this release means that some parts of the implementation are not yet ready for normal production use. See the full release notes for more details.

  • jackrabbit-jca-2.0-beta1.rar (27MB, JCA resource adapter, signed)
    SHA1 checksum: fe8828ba46408d61c6758e541c878afcf00d6fe7
    MD5 checksum: c4056779282e1d32cff73086200b3967

Release Archive

Only current recommended releases are available on the main distribution site and its mirrors. Older releases are available from the archive download site.

Verify

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
% pgpv jackrabbit-X.Y.Z.jar.asc

or

% pgp -ka KEYS
% pgp jackrabbit-X.Y.Z.jar.asc

or

% gpg --import KEYS
% gpg --verify jackrabbit-X.Y.Z.jar.asc

Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of the GNU core utilities. Windows users can get binary md5 programs from here, here, or here.