블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/4 »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

 
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Jackrabbit 2.0 alpha4 릴리즈

뉴스/소식 | 2009. 7. 16. 00:48 | Posted by 노안돼지

Apache Jackrabbit 커뮤니티에서 Apache Jackrabbit 2.0 alpha4를 릴리즈 하였습니다.
이 릴리즈는 아래에서 다운로드 받으실 수 있습니다.
http://jackrabbit.apache.org/downloads.html

이 릴리즈에 대한 자세한 내역을 알고 싶으시면 아래 릴리즈 노트를 확인하세요.

Release Notes -- Apache Jackrabbit -- Version 2.0-alpha4

소개
------------

This is an alpha release of Apache Jackrabbit 2.0. This release implements a pre-release version of the JCR 2.0 API, specified by the Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).

The purpose of this alpha release is to allow people to test and review the new JCR 2.0 features before they are finalized. Feedback to both the Jackrabbit project and the JSR 283 expert group is highly appreciated.
Note that an alpha release is not expected to be feature-complete or otherwise suitable for production use.

변경사항
-----------------------

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 a pre-release version of the JCR 2.0 API. See below for a status listing of the issues related to JCR 2.0 changes. We expect to achieve full feature-completeness in time for the final Jackrabbit 2.0 release.
  • 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.
  • For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at  https://issues.apache.org/jira/browse/JCR

JCR 2.0 특징
----------------------------

The following 41 top level JCR 2.0 implementation issues are being tracked in the Jackrabbit issue tracker. Most of them have already been partially implemented, but the issue will only be marked as resolved once no more related work is needed.

Open (16 issues)
 [JCR-1565] JSR 283 lifecycle management
 [JCR-1588] JSR 283: Access Control
 [JCR-1590] JSR 283: Locking
 [JCR-1591] JSR 283: NodeType Management
 [JCR-1712] JSR 283: JCR Names
 [JCR-1974] JSR 283: Evaluate Capabilities
 [JCR-2058] JSR 283: VersionManager and new versioning methods
 [JCR-2062] JSR 283: Repository Compliance
 [JCR-2085] test case (TCK) maintenance for JCR 2.0
 [JCR-2092] make spi query code compatible with JCR 2.0
 [JCR-2116] JSR 283: Built-In Node Types
 [JCR-2137] Use type StaticOperand for fullTextSearchExpression
 [JCR-2140] JSR 283: Baselines
 [JCR-2198] Text.escapeIllegalJCRChars should be adjusted to match the ...
 [JCR-2200] Implement Query.getBindVariableNames()
 [JCR-2201] Implement QueryResult.getSelectorNames()

Resolved (25 issues)
 [JCR-1564] JSR 283 namespace handling
 [JCR-1589] JSR 283: Retention & Hold Management
 [JCR-1592] JSR 283: Activities
 [JCR-1593] JSR 283: Simple versioning
 [JCR-1608] JSR 283: Workspace Management
 [JCR-1609] JSR 283: new Property Types
 [JCR-1834] JSR 283: Create RepositoryFactory implementation
 [JCR-1839] JSR 283: Introduce Event.getDate()
 [JCR-1849] JSR 283: EventJournal
 [JCR-1904] JSR 283: Event user data
 [JCR-1947] JSR 283: Node Type Attribute Subtyping Rules
 [JCR-2028] JSR 283: JCR Path
 [JCR-2053] JSR 283: Shareable nodes support in query
 [JCR-2056] JSR 283: Binary interfaces
 [JCR-2059] JSR 283: Access Property/Node from Session
 [JCR-2060] JSR 283: Access Nodes and Properties by Array of "NameGlob"
 [JCR-2061] JSR 283: References and Dereferencing of Property Values
 [JCR-2074] JSR 283: New Event Types
 [JCR-2075] JSR 283: Identifier based event filtering
 [JCR-2076] JSR 283: QOM and SQL2
 [JCR-2086] JSR 283: Implementation of EventIterator.getDate
 [JCR-2090] JSR 283: new methods on NodeType
 [JCR-2091] Searchability settings in PropertyDefinition
 [JCR-2093] Implement QueryObjectModelFactory.fullTextSearch() in ...
 [JCR-2117] JSR 283: adopt CND syntax changes

릴리즈 컨텐츠
----------------

This release consists of a single source archive packaged as a jar 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.

Apache Jackrabbit이란?
-----------------------

Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. Typical applications that use content repositories include content management, document management, and records management systems.

For more information, visit http://jackrabbit.apache.org/

:

Apache Jackrabbit 2.0 alpha1 릴리즈

뉴스/소식 | 2009. 6. 5. 08:40 | Posted by 노안돼지

The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.0 alpha1. The release is available for download at:

   http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release.


Release Notes -- Apache Jackrabbit -- Version 2.0-alpha1

Introduction
------------

This is the first alpha release of Apache Jackrabbit 2.0. This release implements the Proposed Final Draft (PFD) version of the JCR 2.0 API, that is being specified by the Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).

The purpose of this alpha release is to allow people to test and review the new JCR 2.0 features before they are finalized. Feedback to both the Jackrabbit project and the JSR 283 expert group is highly appreciated.
Note that an alpha release is not expected to be feature-complete or otherwise suitable for 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 PFD version of the JCR 2.0 API. See below for a status listing of the issues related to JCR 2.0 changes. We expect to achieve full feature-completeness in time for the final Jackrabbit 2.0 release.

 * 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.

 * 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.

For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at

   https://issues.apache.org/jira/browse/JCR

JCR 2.0 feature completeness
----------------------------

The following 36 top level JCR 2.0 implementation issues are being tracked in the Jackrabbit issue tracker. Most of them have already been partially implemented, but the issue will only be marked as resolved once no more related work is needed.

Open (25 issues)
 [JCR-1564] JSR 283 namespace handling
 [JCR-1565] JSR 283 lifecycle management
 [JCR-1588] JSR 283: Access Control
 [JCR-1589] JSR 283: Retention & Hold Management
 [JCR-1590] JSR 283: Locking
 [JCR-1591] JSR 283: NodeType Management
 [JCR-1592] JSR 283: Baselines & Activities
 [JCR-1608] JSR 283: Workspace Management
 [JCR-1609] JSR 283: new Property Types
 [JCR-1712] JSR 283: JCR Names
 [JCR-1947] JSR 283: Node Type Attribute Subtyping Rules
 [JCR-1974] JSR 283: Evaluate Capabilities
 [JCR-2028] JSR 283: JCR Path
 [JCR-2056] JSR 283: Binary interfaces
 [JCR-2058] JSR 283: VersionManager and new versioning methods
 [JCR-2060] JSR 283: Access Nodes and Properties by Array of "NameGlob"
 [JCR-2061] JSR 283: References and Dereferencing of Property Values
 [JCR-2062] JSR 283: Repository Compliance
 [JCR-2076] JSR 283: Joins
 [JCR-2085] test case (TCK) maintenance for JCR 2.0
 [JCR-2086] JSR 283: Implementation of EventIterator.getDate
 [JCR-2091] Searchability settings in PropertyDefinition
 [JCR-2092] make spi query code compatible with JCR 2.0
 [JCR-2116] JSR 283: Built-In Node Types
 [JCR-2117] JSR 283: adopt CND syntax changes

Resolved (11 issues)
 [JCR-1593] JSR 283: Simple versioning
 [JCR-1834] JSR 283: Create RepositoryFactory implementation
 [JCR-1839] JSR 283: Introduce Event.getDate()
 [JCR-1849] JSR 283: EventJournal
 [JCR-1904] JSR 283: Event user data
 [JCR-2053] JSR 283: Shareable nodes support in query
 [JCR-2059] JSR 283: Access Property/Node from Session
 [JCR-2074] JSR 283: New Event Types
 [JCR-2075] JSR 283: Identifier based event filtering
 [JCR-2090] JSR 283: new methods on NodeType
 [JCR-2093] Implement QueryObjectModelFactory.fullTextSearch() in ...

Release Contents
----------------

This release consists of a single source archive packaged as a jar 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). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. Typical applications that use content repositories include content management, document management, and records management systems.

For more information, visit http://jackrabbit.apache.org/

:

Apache Jackrabbit 1.5.6 릴리즈

뉴스/소식 | 2009. 6. 5. 08:39 | Posted by 노안돼지

The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit version 1.5.6. The release is available for download at:

  http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release.


Release Notes -- Apache Jackrabbit -- Version 1.5.6

Introduction
------------

Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. See the Jackrabbit web site at http://jackrabbit.apache.org/ for more information.

Apache Jackrabbit 1.5.6 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 below for a full listing of fixes included in this release.

Changes in this release
-----------------------

All the fixes in this release are listed below per affected component.
The modified components have had their version numbers upgraded to 1.5.6;
other components are still at their previous 1.5.x versions.

jackrabbit-core

Bug fixes
 [JCR-1633] When node is created and locked in same transaction, ...
 [JCR-1964] VirtualNodeTypeStateProvider creates PropertyState with type ...
 [JCR-1969] Invalid node type definitions with test_nodetypes.xml
 [JCR-2081] NameSet does not implement equals(Object) and hashCode() methods

jackrabbit-jcr-server

Bug fixes
 [JCR-2070] jcr-server should respect child node definition of jcr:content

You can look up individual issues for more details in the Jackrabbit issue tracker at https://issues.apache.org/jira/browse/JCR.

Contributors
------------

The following people have contributed to this release by submitting bug reports or by participating in the issue resolution process.

   Alexander Klimetschek  Damon A. Brown        Marcel Reutegger
   Angela Schreiber       Frank van Lankvelt    Michael Dürig
   Claus Köll             Jukka Zitting         Roman Puchkovskiy

Thank you to everyone involved!

Release Contents
----------------

This release consists of a single source archive (jackrabbit-1.5.6-src.jar) that contains all the Apache Jackrabbit components. Use the following commands (or the equivalent in your system) to build the release with Maven 2 and Java 1.4 or higher:

   jar xf jackrabbit-1.5.6-src.jar
   cd jackrabbit-1.5.6
   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.

:

Apache Jackrabbit 1.5.5 released

뉴스/소식 | 2009. 4. 29. 08:01 | Posted by 노안돼지

Apache Jackrabbit 커뮤니티에서  Apache Jackrabbit version 1.5.5를 릴리즈 하였습니다.
이 릴리즈는 아래 다운로드에서 받으실 수 있습니다.

   http://jackrabbit.apache.org/downloads.html

이 릴리즈에 대한 자세한 내용은 아래를 참조하십시오.


Release Notes -- Apache Jackrabbit -- Version 1.5.5
------------
소개
------------

Apache Jackrabbit는 Java Technology API를 이용하여 컨텐츠 저장소(Content Repository)를 구현한 것입니다.
컨텐츠 저장소는 구조화(structured)되거나 구조화 되지 않은(unstructured) 컨텐츠, 전체 텍스트 검색, 버전처리, 트랜잭션(transactions), 의견표시(observation)등등을 지원하기 위한 계층적 컨텐츠 저장(hierarchical content store) 방식으로 되어 있습니다.
Jackrabbit 웹 사이트(http://jackrabbit.apache.org)에서 자세한 내용을 보실 수 있습니다.

Apache Jackrabbit 1.5.5 is a bug fix release that fixes issues reported against previous releases. The jackrabbit-jcr2spi component contains also some other improvements over previous releases. This release is fully compatible with the earlier 1.5.x releases.

See below for a full listing of fixes included in this release.

이번 릴리즈에서 바뀐 내용
-----------------------

All the fixes in this release are listed below per affected component.
The modified components have had their version numbers upgraded to 1.5.5; other components are still at their previous 1.5.x versions.

jackrabbit-jcr-commons

Bug fixes
 [JCR-1976] Text.unescape() should should preserve 'unicode' characters
 [JCR-1996] Handle date values in the far future or prevent these from ...
 [JCR-1997] Performance fix, when deserializing large jcr:binary in ...
 [JCR-2017] System view export truncates carriage return

jackrabbit-core

Bug fixes
 [JCR-1117] Bundle cache is not rolled back when the storage of a ...
 [JCR-1216] Unreferenced sessions should get garbage collected
 [JCR-1996] Handle date values in the far future or prevent these from ...
 [JCR-2007] Importing strings with special characters fails
 [JCR-2020] Overlapping index aggregates not updated
 [JCR-2035] IndexingQueue not checked on initial index creation
 [JCR-2048] Workspace is shut down while creating initial index
 [JCR-2036] Set_property permission not checked when saving a new node
 [JCR-2057] When creating multiple repository instances pointing to the ...
 [JCR-2063] FileDataStore: garbage collection can delete files that are ...
 [JCR-2071] IndexMerger throws null pointer exception without stacktrace
 [JCR-2080] DataStore: garbage collection can fail when using workspace ...

jackrabbit-webdav

Bug fixes
 [JCR-2009] Large file download over webdav causes exception

jackrabbit-spi-commons

Bug fixes
 [JCR-2052] XPath QueryFormat may produce malformed XPath statement

jackrabbit-jcr2spi

Bug fixes
 [JCR-1886] jcr2spi: Unprocessed ItemInfos call to RepositoryService#...
 [JCR-2014] Jcr2Spi: Warning upon reloading property values
 [JCR-2016] ChildNodeEntriesImpl.update logs incorrect errors

Improvements
 [JCR-1870] jcr2spi: reloading of invalidated nodes doesn't benefit from ...
 [JCR-1871] jcr2spi: use jcr names and path for log and exception message
 [JCR-1891] jcr2spi: use Soft refs for hierarchy
 [JCR-1906] Make observation polling time configurable
 [JCR-1963] Determination of property state difference should skip binary ...
 [JCR-1966] [PATCH] Remove Stutter in NodeState
 [JCR-1967] Impossible comparison in NodeTypeImpl
 [JCR-2038] Lower log level in o.a.j.jcr2spi.query.NodeIteratorImpl
 [JCR-2039] Add log information when node/property type determination fails

You can look up individual issues for more details in the Jackrabbit
issue tracker at https://issues.apache.org/jira/browse/JCR.

Contributors
------------

The following people have contributed to this release by submitting bug reports or by participating in the issue resolution process.

   Angela Schreiber      Greg Schueler         Martijn Hendriks
   Bart van der Schans   Henryk Paluch         Michael Dürig
   Chris Schmidt         Jukka Zitting         Sébastien Launay
   Dave Brosius          Julian Reschke        Stefan Guggisberg
   Frank van Lankvelt    Marcel Reutegger      Thomas Müller
   Grégory Joseph

Thank you to everyone involved!

Release Contents
----------------

This release consists of a single source archive (jackrabbit-1.5.5-src.jar) that contains all the Apache Jackrabbit components. Use the following commands (or the equivalent in your system) to build the release with Maven 2 and Java 1.4 or higher:

   jar xf jackrabbit-1.5.5-src.jar
   cd jackrabbit-1.5.5
   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.

:

Apache Jackrabbit 1.5.4 released

뉴스/소식 | 2009. 4. 8. 08:55 | Posted by 노안돼지

The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit version 1.5.4. The release is available for download
at:

   http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release.


Release Notes -- Apache Jackrabbit -- Version 1.5.4

Introduction
------------

Apache Jackrabbit is a fully conforming implementation of the Content
Repository for Java Technology API (JCR). A content repository is a
hierarchical content store with support for structured and unstructured
content, full text search, versioning, transactions, observation, and
more. See the Jackrabbit web site at http://jackrabbit.apache.org/ for
more information.

Apache Jackrabbit 1.5.4 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 below for a full listing of fixes included in this release.

Changes in this release
-----------------------

All the fixes in this release are listed below per affected component.
The modified components have had their version numbers upgraded to 1.5.4;
other components are still at their previous 1.5.x versions.

jackrabbit-core

 Bug fixes
 [JCR-2000] Deadlock on concurrent commits
 [JCR-2008] System search manager uses a SessionItemStateManager
 [JCR-2023] WorkspaceInfo.dispose() does not deregister ...
 [JCR-2024] Bundle cache is not cleared when *BundlePersistenceManager ...

You can look up individual issues for more details in the Jackrabbit
issue tracker at https://issues.apache.org/jira/browse/JCR.

Contributors
------------

The following people have contributed to this release by submitting bug
reports or by participating in the issue resolution process.

   Jukka Zitting         Marcel Reutegger      Przemo Pakulski

Thank you to everyone involved!

Release Contents
----------------

This release consists of a single source archive (jackrabbit-1.5.4-src.jar)
that contains all the Apache Jackrabbit components. Use the following
commands (or the equivalent in your system) to build the release with
Maven 2 and Java 1.4 or higher:

   jar xf jackrabbit-1.5.4-src.jar
   cd jackrabbit-1.5.4-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.

: