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.
Apache Jackrabbit 1.4
Apache Jackrabbit 1.4 is an incremental feature release. While remaining compatible with previous releases, Jackrabbit 1.4 introduces a number of new features, improvements and fixes to known issues. The most notable new features in this releases are the new object mapping and service provider components for JCR. The Jackrabbit content repository implementation has been enhanced with a new storage model for binary content, a much improved query and indexing system, and many fixes and improvements especially for concurrent access. Many smaller improvements and bug fixes are also included all over the codebase.
See the release notes
for more details, including instructions on how to build the source code and descriptions of the pre-built binary components.
A number of 1.4.x patch releases have been made for individual Jackrabbit components. See the table below for the latest releases and related release notes.
Note that external runtime dependencies are only included for the war and rar archives. Other dependencies can be downloaded either manually or automatically using the Maven build system. All the binary artifacts are available also from the central Maven repository.
Apache Jackrabbit 1.3.4
Apache Jackrabbit 1.3.4 is a patch release from the 1.3 maintenance branch. This release is targeted to users who are not yet ready to upgrade to the more recent Jackrabbit 1.4 release, but who still need some of the more important recent fixes and improvements.
See the release notes
for more details, including instructions on how to build the source code and descriptions of the pre-built binary components.
| Component | Download | Verify |
|---|---|---|
| Apache Jackrabbit 1.3.4 Source Code | jackrabbit-1.3.4-src.jar | PGP MD5 SHA1 |
| Jackrabbit API | jackrabbit-api-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit JCR Commons | jackrabbit-jcr-commons-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit JCR Tests | jackrabbit-jcr-tests-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit Core | jackrabbit-core-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit Text Extractors | jackrabbit-text-extractors-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit JCR-RMI | jackrabbit-jcr-rmi-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit WebDAV Library | jackrabbit-webdav-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit JCR Server | jackrabbit-jcr-server-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit JCR Servlets | jackrabbit-jcr-servlet-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit Repository Classloader | jackrabbit-classloader-1.3.4.jar | PGP MD5 SHA1 |
| Jackrabbit Web Application | jackrabbit-webapp-1.3.4.war | PGP MD5 SHA1 |
| Jackrabbit JCA Resource Adapter | jackrabbit-jca-1.3.4.rar | PGP MD5 SHA1 |
Note that external runtime dependencies are only included for the war and rar archives. Other dependencies can be downloaded either manually or automatically using the Maven build system. All the binary artifacts are available also from the central Maven repository.
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
.


