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.
- Latest stable release: Apache Jackrabbit 1.6.0
- Maintenance releases: Apache Jackrabbit 1.5.7, jackrabbit-core 1.4.11
- Development preview: Apache Jackrabbit 2.0 beta3
- Release Archive
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-standalone-1.6.0.jar (21MB, standalone server, signed)
SHA1 checksum: 2837c4ac5c2350ccdf47bc1ee5dd93698314f5c1
MD5 checksum: 18eb4e73c12441e90c16306c77fcf368
- jackrabbit-webapp-1.6.0.war (14MB, web application, signed)
SHA1 checksum: 0007cc65058ee3ecd98cabe1883effc7417d4eb5
MD5 checksum: 35b55dfe7feba4e76f976086df48d9c8
- 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-standalone-1.5.7.jar (20MB, standalone server, signed)
SHA1 checksum: 521001839b3027b29c6d71dcac731735b22c0280
MD5 checksum: a398c946642fc8e77049a8112a1dc31d
- jackrabbit-webapp-1.5.7.war (13MB, web application, signed)
SHA1 checksum: bdec3bfffd67f91ff1f0a800bb5150b0849e5160
MD5 checksum: cae1afb3866bf12517e0fb53d6c6812b
- 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.
- jackrabbit-core-1.4.11-src.jar (2.2MB, source jar, signed)
SHA1 checksum: 306460fc3be6a061467bbf1c8d5ee3d0d0f8f82b
MD5 checksum: ceabfa75ece4031e7a3c3df42f921562 - jackrabbit-core-1.4.11.jar (1.7MB, pre-built binary, signed)
SHA1 checksum: 79e4feb2eb20b025c0d804791f45777d4bee049e
MD5 checksum: 8cc2ca52827db4ab59183231a69dc664
Apache Jackrabbit 2.0 beta3
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-2.0-beta3-src.zip (5.7MB, source jar, signed)
SHA1 checksum: f034971ae9da913b203b4cd4f016fa68f24febb1
MD5 checksum: c8ca0f3949c6d36d6242a8f2da2066ec
- jackrabbit-standalone-2.0-beta3.jar (40MB, standalone server, signed)
SHA1 checksum: 44f3f1da2c494568215d01a992d1731e81bd70c8
MD5 checksum: 69aaf544230a6d63512d8ca4c62bff47
- jackrabbit-webapp-2.0-beta3.war (28MB, web application, signed)
SHA1 checksum: 94cf192fb1f263be389814d2c909ac5e28e88ab0
MD5 checksum: 5eeb38ecd7d4a9d4a78a4dba97a665d2
- jackrabbit-jca-2.0-beta3.rar (27MB, JCA resource adapter, signed)
SHA1 checksum: 2af1e95b449c2d376a734d8c78742f24e7f8bbc7
MD5 checksum: 5bc59909350e131038890b4e5276b2db
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 signatures or MD5 and SHA1 checksums. 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-src.zip.asc
or
% pgp -ka KEYS % pgp jackrabbit-X.Y.Z-src.zip.asc
or
% gpg --import KEYS
% gpg --verify jackrabbit-X.Y.Z-src.zip.asc
Alternatively, you can verify the MD5 or SHA1 checksums on the files. For checking the MD5 checksums, use the program called md5 or md5sum included in many Unix distributions. The similar program for SHA1 is called sha1sum. It is also available as part of the GNU core utilities. Windows users can get binary md5 programs from here, here, or here.

