Apache Jackrabbit 1.5.3 released
아파치 Jackrabbit 커뮤니티에서 Apache Jackrabbit 버전 1.5.3을 발표했습니다.
이 릴리즈는 아래에서 다운로드 받을 수 있습니다.
http://jackrabbit.apache.org/downloads.html
상세한 릴리즈 노트는 아래를 보시기 바랍니다.
Release Notes -- Apache Jackrabbit -- Version 1.5.3
소개
------------
Apache Jackrabbit는 Java Technology API를 이용하여 컨텐츠 저장소(Content Repository)를 구현한 것입니다.
컨텐츠 저장소는 구조화(structured)되거나 구조화 되지 않은(unstructured) 컨텐츠, 전체 텍스트 검색, 버전처리, 트랜잭션(transactions), 의견표시(observation)등등을 지원하기 위한 계층적 컨텐츠 저장(hierarchical content store) 방식으로 되어 있습니다.
Jackrabbit 웹 사이트(http://jackrabbit.apache.org)에서 자세한 내용을 보실 수 있습니다.
Apache Jackrabbit 1.5.3는 이전 버전에서 보고된 각종 버그 수정과 의견들을 반영하였으며, 이전 버전의 1.5.x릴리즈와는 완벽히 호환됩니다.
이번 릴리즈에 포함된 전체 수정목록은 아래와 같습니다.
변경사항
-----------------------
이번 릴리즈의 수정을 통해 영향을 받는 컴포넌트는 아래 목록과 같습니다.
수정된 컴포넌트는 버전번호가 1.5.3으로 업데이트 되었지만, 다른 컴포넌트의 버전은 이전 버전(1.5.x) 그대로 되어 있습니다.
jackrabbit-jcr-commons
Bug fixes
[JCR-1952] DOMException: NAMESPACE_ERR thrown when exporting document view
jackrabbit-core
Bug fixes
[JCR-1334] Deadlock due different Thread access while prepare and commit ...
[JCR-1554] StaleItemStateException with distributed transactions
[JCR-1923] Startup fails if clustered jackrabbit is upgrade from 1.4.4 to 1.5
[JCR-1941] AccessManager asks for property (jcr:created) permissions ...
[JCR-1956] Database Data Store: close result sets
[JCR-1979] Deadlock on concurrent read & transactional write operations
jackrabbit-webapp
Bug fixes
[JCR-1970] populate.jsp uses Java 1.5 method
jackrabbit-ocm
Bug fixes
[JCR-1889] Incorrect support for java interfaces in typed collection fields
You can look up individual issues for more details in the Jackrabbit
issue tracker at https://issues.apache.org/jira/browse/JCR.
공헌하신 분들
------------
The following people have contributed to this release by submitting bug
reports or by participating in the issue resolution process.
Alexander T Grégory Joseph Przemo Pakulski
Angela Schreiber Jacco van Weert Robert Sauer
Christian Schröder Jukka Zitting Stefan Guggisberg
Christophe Lombart Julian Reschke Stephane Landelle
Claus Köll Lóránt Pintér Sven Rieckhoff
Dominique Pfister Marcel Reutegger Thomas Mueller
Fabrizio Giustina Martin Schreiber Yoav Landman
Francois Masurel Philipp Salzgeber
Thank you to everyone involved!
컨텐츠 릴리즈
----------------
이번 릴리즈는 모든 아파치 Jackrabbit 컴포넌트를 담고 있는 단일 소스 아카이브(jackrabbit-1.5.3-src.jar)로 구성되어 있습니다.
이번 버전 릴리즈를 위해서는 Maven 2와 Java 1.4 이상버전을 이용하여 아래의 명령을 이용하여 빌드할 수 있습니다.
jar xf jackrabbit-1.5.3-src.jar
cd jackrabbit-1.5.3-src
mvn install
Note that the OCM components require Java 5 or higher, and are not included
in the build when using Java 1.4.
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.
The build will result in the following components (with artifactIds in
parenthesis) being built and installed in your local Maven repository.
Pre-built binary artifacts of these components are also available on
the on the central Maven repository.
* Jackrabbit Parent POM (jackrabbit-parent)
The Maven parent POM for all Jackrabbit components.
* Jackrabbit API (jackrabbit-api)
Interface extensions that Apache Jackrabbit supports in
addition to the standard JCR API.
* Jackrabbit JCR Commons (jackrabbit-jcr-commons)
General-purpose classes for use with the JCR API.
* Jackrabbit JCR Tests (jackrabbit-jcr-tests)
Set of JCR API test cases designed for testing the compliance
of an implementation. Note that this is not the official JCR TCK!
* Jackrabbit JCR Benchmarks (jackrabbit-jcr-benchmark)
Framework for JCR performance tests.
* Jackrabbit Core (jackrabbit-core)
Core of the Apache Jackrabbit content repository implementation.
* Jackrabbit Text Extractors (jackrabbit-text-extractors)
Text extractor classes that allow Jackrabbit to extract text content
from binary properties for full text indexing.
* Jackrabbit JCR-RMI (jackrabbit-jcr-rmi)
RMI remoting layer for the JCR API.
* Jackrabbit WebDAV Library (jackrabbit-webdav)
Interfaces and common utility classes used for building a
WebDAV server or client.
* Jackrabbit JCR Server (jackrabbit-jcr-server)
WebDAV servlet implementations based on JCR.
* Jackrabbit JCR Servlets (jackrabbit-jcr-servlet)
Set of servlets and other classes designed to make it easier to use
Jackrabbit and other JCR content repositories in web applications.
* Jackrabbit Repository Classloader (jackrabbit-classloader)
Java classloader for loading classes from JCR content repositories.
* Jackrabbit Web Application (jackrabbit-webapp)
Deployable Jackrabbit installation with WebDAV support for JCR.
* Jackrabbit JCA Resource Adapter (jackrabbit-jca)
J2EE Connector Architecture (JCA) resource adapter for Jackrabbit.
* Jackrabbit SPI (jackrabbit-spi)
The SPI defines a layer within a JSR-170 implementation that separates
the transient space from the persistent layer.
* Jackrabbit SPI Commons (jackrabbit-spi-commons)
This component contains generic utility classes that might be used
to build an SPI implementation.
* Jackrabbit SPI2JCR (jackrabbit-spi2jcr)
This component contains a SPI implementation wrapping around an
implementation of JSR-170.
* Jackrabbit JCR2SPI (jackrabbit-jcr2spi)
This component contains an implementation of the JSR-170 API and
covers the functionality that is not delegated to the SPI
implementation.
* Jackrabbit Standalone (jackrabbit-standalone)
Jackrabbit server in a self-contained runnable jar.
* Jackrabbit OCM (jackrabbit-ocm)
Object-Content mapping tool for persisting and accessing Java objects
in a JCR content repository.
* Jackrabbit OCM Node Management (jackrabbit-ocm-nodemanagement)
This component simplifies registration of node types and namespaces
referenced in OCM mapping descriptors.