아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
자세한 릴리즈 내용을 알고 싶으시면, 아래 릴리즈 노트(Release Note)를 참조하세요.
Release Notes -- Apache Jackrabbit -- Version 1.6.1
Introduction
------------
Apache Jackrabbit 1.6.1 is a bug fix release that fixes issues reported
against previous releases. This release is fully compatible with the
earlier 1.6.0 release.
Changes in this release
-----------------------
This release fixes the following issues:
JCR-769 Unable to login with two different Credentials to same ...
JCR-2250 Base64 bug - last buffer not flushed
JCR-2297 Registering multiple node types with the same name in a single ...
JCR-2299 Bad check for sv:name attribute presence in system view import
JCR-2323 InputStream.read return value is ignored.
JCR-2332 Unable to delete a non session-scoped locked node in XA Environment
JCR-2356 Session holds LockToken after removeLockToken in XA Environment
JCR-2364 NullPointerException when accessing the about.jsp page ...
JCR-2367 RepositoryCopier does not copy open-scoped Locks
JCR-2369 Problem importing node with binary property in a repository ...
JCR-2421 Unable to create repository using jackrabbit-webapp because ...
JCR-2443 AbstractSession should not synchronize on the session instance
See the Jackrabbit issue tracker for more details about these changes:
The issue tracker also documents all the known issues in this release.
Release Contents
----------------
This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.txt file for instructions on how to build this release.
The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.
Contributors
------------
The following people have contributed to this release by submitting bug
reports or by participating in the issue resolution process.
Bart van der Schans Dominique Pfister Sascha Theves
Claus Köll Jukka Zitting Sébastien Launay
Dave Brosius Luca Tagliani Stefan Guggisberg
Dave Marion Marcel Reutegger Thomas Mueller
Thank you to everyone involved!
About Apache Jackrabbit
-----------------------
Apache Jackrabbit is a fully conforming implementation of the Content
Repository for Java Technology API (JCR, specified in JSR 170 and 283).
A content repository is a hierarchical content store with support for
structured and unstructured content, full text search, versioning,
transactions, observation, and more.
The Apache Archiva team would like to announce the release of Archiva 1.3.
Archiva 1.3 is available for download from the web site and mirrors:
http://archiva.apache.org/download.html
Archiva is an application for managing one or more remote Maven repositories, including administration, proxying, artifact handling, browsing and searching.
New in Archiva 1.3:
- Ability to force a re-scan of a repository to recreate metadata and the index
- Improved memory usage, particularly for long running scan operations
- Audit logging of uploads from the user interface
More information and a full list of changes can be found in the release notes online: http://archiva.apache.org/docs/1.3/release-notes.html
If you have any questions, please consult:
- the web site: http://archiva.apache.org/
- the archiva-user mailing list: http://archiva.apache.org/mail-lists.html
Release Notes -- Apache Jackrabbit -- Version 2.0-beta6
Introduction
------------
This is a beta release of Apache Jackrabbit 2.0. This release is a fully compliant implementation of the JCR 2.0 API that was specified by the Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).
However, the beta status of this release means that some parts of the implementation are not yet ready for normal production use.
Changes in this release
-----------------------
Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most notable changes in this release are:
* Upgrade to JCR 2.0. This Jackrabbit release implements and is based
on the official JCR 2.0 API. All of the features required by the
JSR 283 specification have been implemented.
* Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component)
now requires Java 5 as the base platform. Java 1.4 environments are no
longer supported.
* Removal of deprecated classes and features. Jackrabbit 2.0 is not
backwards compatible with client code that used any classes or features
that had been deprecated during the 1.x release cycle.
* Separate JCR Commons components. Many of the general-purpose JCR
components like JCR-RMI and OCM are now developed and released
separately from the Jackrabbit content repository. See the individual
components for their most recent releases.
* Database connection pooling is now available for all database backends.
Non-pooled versions of the bundle persistence managers are still
available in the org.apache.jackrabbit.core.persistence.bundle package.
To enable connection pooling in an existing Jackrabbit repository,
replace the package name with org.apache.jackrabbit.core.persistence.pool
in your repository and workspace configuration files.
* Data store feature enabled in the default repository configuration.
* Full text indexing with Apache Tika. Jackrabbit can now extract and
index the full text content of many new types of documents, including
the Office Open XML files produced by Microsoft Office 2007 and higher.
* Apache Commons Collections, Apache Derby, Jetty, SLF4J and Apache Xerces
dependencies have been upgraded to more recent versions.
* OracleFileSystem class does not use special blob handling anymore as it
is not required for Oracle versions since 10R1. Use the Oracle9FileSystem
class if you need support for Oracle 9 or earlier.
For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at
This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.txt file for instructions on how to build this release.
The source archive is accompanied by SHA1 and MD5 checksums and a PGP signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.
About Apache Jackrabbit
-----------------------
Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in JSR 170 and 283).
A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.