<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache Jackrabbit</title>
<link>http://www.apachenews.org/archives/cat_apache_jackrabbit.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>kitahata@terra-intl.com</dc:creator>
<dc:date>2009-02-27T09:38:42+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>27 Ferbuary 2009 - Apache Jackrabbit 1.5.3 released</title>
<link>http://www.apachenews.org/archives/001271.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community </a>is pleased to announce the release of
Apache Jackrabbit version 1.5.3. The release is available for download
at:

    <a href="http://jackrabbit.apache.org/downloads.html">http://jackrabbit.apache.org/downloads.html</a>

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


Release Notes -- Apache Jackrabbit -- Version 1.5.3

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 <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for
more information.

Apache Jackrabbit 1.5.3 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.3;
other components are still at their previous 1.5.x versions.

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 <a href="https://issues.apache.org/jira/browse/JCR">https://issues.apache.org/jira/browse/JCR</a>.

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

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!

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

This release consists of a single source archive (jackrabbit-1.5.3-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.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.]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1271@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2009-02-27T09:38:42+00:00</dc:date>
</item>
<item>
<title>20 January 2009 - Apache Jackrabbit 1.5.2 released</title>
<link>http://www.apachenews.org/archives/001238.html</link>
<description>
<![CDATA[[PR] - <a href="http://angel.apachenews.org/portuguese/">Pense e cresça rico</a>
<p/>
<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of
Apache Jackrabbit version 1.5.2. The release is available for download
at:

    <a href="http://jackrabbit.apache.org/downloads.html">http://jackrabbit.apache.org/downloads.html</a>

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


Release Notes -- Apache Jackrabbit -- Version 1.5.2

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.2 is a security and bug fix release that fixes
issues reported against previous releases. This release is fully
compatible with the earlier 1.5.0 release.

Most notably, this release fixes the following security vulnerability.
Thanks to the Red Hat Security Response Team for reporting this issue.

  * CVE-2009-0026: Cross site scripting issues in webapp (JCR-1925)

    The search.jsp and swr.jsp pages in the Jackrabbit webapp are
    vulnerable to script injection. This release fixes the issue
    by properly escaping all user input.

    This issue affects both the Jackrabbit 1.4 and 1.5.0 releases.
    If you are unable to upgrade to 1.5.2 at this point, you can
    work around this issue by disabling the search.jsp and swr.jsp
    pages in the Jackrabbit webapp.

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.2;
other components are still at version 1.5.0. Jackrabbit version 1.5.1
was cancelled due to incorrect license headers in the source code.

jackrabbit

  Bug fixes
  [JCR-1936] Incorrect license headers in multiple components

jackrabbit-core

  Bug fixes
  [JCR-1823] Repository.login throws IllegalStateException
  [JCR-1838] Garbage collection deletes temporary files in FileDataStore
  [JCR-1846] Jackrabbit thread contention issue due to fat lock
  [JCR-1920] Custom LoginModule configurations broken in 1.5.0
  [JCR-1931] SharedFieldCache$StringIndex memory leak causing OOM's

jackrabbit-jcr-commons

  Bug fixes
  [JCR-1926] Text.unescape("%") throws a StringIndexOutOfBoundsException

jackrabbit-jcr-server

  Bug fixes
  [JCR-1902] Warning while building DAV:parent-set for root-node resource

jackrabbit-jcr-servlet

  Bug fixes
  [JCR-1910] RMIRemoteBindingServlet fails to initialize if the RMI ...

jackrabbit-standalone

  Bug fixes
  [JCR-1912] RMI reference not automatically bound by the standalone server

jackrabbit-webapp

  Security fixes
  [JCR-1925] CVE-2009-0026: Cross site scripting issues in webapp

  Bug fixes
  [JCR-1920] The 1.5.0 webapp points to 1.4 javadocs
  [JCR-1930] Extra </div> in populate.jsp

jackrabbit-webdav

  Bug fixes
  [JCR-1926] Text.unescape("%") throws a StringIndexOutOfBoundsException

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

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

This release consists of a single source archive (jackrabbit-1.5.2-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.2-src.jar
    cd jackrabbit-1.5.2-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.
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1238@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2009-01-20T13:03:31+00:00</dc:date>
</item>
<item>
<title>08 October 2007 - Apache Jackrabbit 1.3.3 released</title>
<link>http://www.apachenews.org/archives/001070.html</link>
<description>
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit version 1.3.3. The release is available for download at: http://jackrabbit.apache.org/downloads.cgi...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1070@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-10-08T12:36:40+00:00</dc:date>
</item>
<item>
<title>04 August 2007 - Apache Jackrabbit 1.3.1 Released</title>
<link>http://www.apachenews.org/archives/001044.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.3.1. The release is available for download at:
<p/>
   <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
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.
<p/>
Apache Jackrabbit 1.3.1 is patch release with bug fixes and improvements for clustering, query, and other features.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit Community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1044@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-08-04T02:01:26+00:00</dc:date>
</item>
<item>
<title>25 April 2007 - Apache Jackrabbit 1.3 released</title>
<link>http://www.apachenews.org/archives/000982.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.3. The release is available for download at:
<p/>
    <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>

<p/>
<a href="http://www.apache.org/dyn/closer.cgi/jackrabbit/RELEASE-NOTES.txt">Release Notes -- Apache Jackrabbit -- Version 1.3</a>
<p/>
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.
<p/>
Apache Jackrabbit 1.3 is an incremental feature release. The most notable changes in this release are support for query result highlighting, performance improvements thanks to a new bundle persistence manager, and a new classloader component for loading Java classes from a content repository. Many smaller improvements and bug fixes are also included.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit Community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">982@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-04-25T10:12:26+00:00</dc:date>
</item>
<item>
<title>12 March 2007 - Apache Jackrabbit 1.2.3 released</title>
<link>http://www.apachenews.org/archives/000963.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.2.3. This release is available for download at:
<p/>
<a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
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.
<p/>
Apache Jackrabbit 1.2.3 is patch release with bug fixes for issues like correctly reporting the number of access controlled query results and proper cleanup after indexing PDF documents. See the complete list of changes which can be found at <a href="http://www.apache.org/dyn/closer.cgi/jackrabbit/RELEASE-NOTES.txt">RELEASE NOTES</a>.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit Community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">963@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-03-12T15:27:24+00:00</dc:date>
</item>
<item>
<title>21 February 2007 - Apache Jackrabbit 1.2.2 Released</title>
<link>http://www.apachenews.org/archives/000953.html</link>
<description>
<![CDATA[The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit version 1.2.2. The release is available for download at:
<p/>
<a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
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.
<p/>
Apache Jackrabbit 1.2.2 is patch release that fixes a few issues reported since the 1.2.1 release and adds two clustering improvements. See the complete list of changes which are available from <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a>.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
See the issue tracker at <a href="http://issues.apache.org/jira/browse/JCR">http://issues.apache.org/jira/browse/JCR</a> for more details.
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">953@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-02-21T06:26:47+00:00</dc:date>
</item>
<item>
<title>24 January 2007 - Apache Jackrabbit 1.2.1 released</title>
<link>http://www.apachenews.org/archives/000936.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.2.1. The release is available for download at:
<p/>
 <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
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.
<p/>
Apache Jackrabbit 1.2.1 is an incremental release that introduces a number of new features, improvements, and bug fixes. The most notable changes in this release are the introduction of a clustering feature and various query improvements. The build environment has been upgraded to <a href="http://maven.apache.org/">Maven 2</a> along with updates to the project structure and new versions of the <a href="http://lucene.apache.org/">Apache Lucene</a> and <a href="http://db.apache.org/derby/">Apache Derby</a> dependencies.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">936@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2007-01-24T18:13:22+00:00</dc:date>
</item>
<item>
<title>05 December 2006 - Apache Jackrabbit 1.1.1 released</title>
<link>http://www.apachenews.org/archives/000914.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.1.1. The release is available for download at:
<p/>
  <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
The Apache Jackrabbit project is an effort to build and maintain an open source implementation of the Content Repository for Java Technology API (JCR) specified in the Java Specification Request 170 (<a href="http://www.jcp.org/en/jsr/detail?id=170">JSR-170</a>). The project also produces a various tools and components related to the JCR API.
<p/>
Apache Jackrabbit 1.1.1 is  a patch release that fixes a number of issues, see the change history for details. No new features or configuration changes have been introduced since the 1.1 release.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">914@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2006-12-05T07:32:53+00:00</dc:date>
</item>
<item>
<title>03 June 2006 - Apache Jackrabbit 1.0.1 Released</title>
<link>http://www.apachenews.org/archives/000871.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.0.1. The release is available for download at:
<p/>
    <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>

<p/>
Release Notes -- Apache Jackrabbit -- Version 1.0.1
<p/>
Introduction<br/>
------------
<p/>
The Apache Jackrabbit project is an effort to build and maintain an open source implementation of the Content Repository for Java Technology API (JCR) specified in the Java Specification Request 170 (JSR-170).
<p/>
Apache Jackrabbit 1.0.1 is a patch release that fixes a number of issues, see the included change history for details. No new features or configuration changes have been introduced since the 1.0 release.
<p/>
Apache Jackrabbit 1.0.1 is a fully conforming and stable <a href="http://www.jcp.org/en/jsr/detail?id=170">JSR-170</a> implementation. Developed from the same source tree as the JSR-170 reference implementation, the 1.0.1 release implements the full JCR API, including level 1, level 2, and all the optional features like versioning, transactions, and observation.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit Community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">871@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2006-06-03T02:45:00+00:00</dc:date>
</item>
<item>
<title>08 April 2006 - Apache Jackrabbit 1.0 Released</title>
<link>http://www.apachenews.org/archives/000849.html</link>
<description>
<![CDATA[<a href="http://jackrabbit.apache.org/">The Apache Jackrabbit community</a> is pleased to announce the release of Apache Jackrabbit version 1.0. The release is available for download at:
<p/>
  <a href="http://jackrabbit.apache.org/downloads.cgi">http://jackrabbit.apache.org/downloads.cgi</a>
<p/>
Release Notes -- Apache Jackrabbit -- Version 1.0
<p/>
Introduction<br/>
------------
<p/>
The Apache Jackrabbit project is an effort to build and maintain an open source implementation of the Content Repository for Java Technology API (JCR) specified in the Java Specification Request 170 (JSR-170).
<p/>
Apache Jackrabbit 1.0 is a fully conforming and stable JSR-170 implementation. Developed from the same source tree as the JSR-170 reference implementation, the 1.0 release implements the full JCR API, including level 1, level 2, and all the optional features like versioning, transactions, and observation.
<p/>
See the Apache Jackrabbit website at <a href="http://jackrabbit.apache.org/">http://jackrabbit.apache.org/</a> for more information.
<p/>
Release Contents<br/>
----------------
<p/>
The main contents of this release are the Apache Jackrabbit core content repository implementation and the related general-purpose JCR utilities:<ul><li>jackrabbit-core-1.0-src.jar</li><li>jackrabbit-core-1.0.jar</li><li>jackrabbit-jcr-commons-1.0.jar</li></ul>
<p/>
This release contains also additional components that offer extra functionality for use with either Apache Jackrabbit core or any JCR compliant content repository. These modules should be considered alpha quality:<ul><li>RMI network layer for the JCR API.<ul><li>jackrabbit-jcr-rmi-1.0-src.jar</li><li>jackrabbit-jcr-rmi-1.0.jar</li></ul></li><li>Deployable Jackrabbit installation with WebDAV support for JCR.<ul><li>jackrabbit-jcr-server-1.0-src.jar</li><li>jackrabbit-jcr-webdav-1.0.jar</li><li>jackrabbit-jcr-client-1.0.jar</li><li>jackrabbit-jcr-server-1.0.jar</li><li>jackrabbit-server-1.0.war</li></ul></li><li>J2EE Connector Architecture (JCA) resource adapter for Jackrabbit.<ul><li>jackrabbit-jca-1.0-src.jar</li><li>jackrabbit-jca-1.0.rar</li></ul></li><li>Text indexing filters for Jackrabbit. Includes example filters for Adobe PDF and MS Excel, PowerPoint, and Word.<ul><li>jackrabbit-index-filters-1.0-src.jar</li><li>jackrabbit-index-filters-1.0.jar</li></ul></li></ul>
<p/>
All components are released as a source jar file and one or more compiled binary files. All files contain a README.txt file with more information. 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.
<p/>
Each release file is accompanied by SHA1 and MD5 checksums and a PGP signature. The public key used for the signatures can be found in the KEYS file located in the parent directory.
<p/>
Upgrading from 0.9<br/>
------------------
<p/>
Due to a change in query functionality (JCR-257) a full rebuild of the full text indexes is required on existing content repositories when upgrading from the 0.9 release. Reindexing can be triggered by manually removing the index directories when the repository has been shut down. You should also add a repository-level SearchIndex configuration element to your repository configuration file if one is not already included.
<p/>
Known Issues<br/>
------------
<p/>
The known issues in this release are listed below:<ul><li>[JCR-382] Setting WebDAV property without value causes NPE in ...</li><li>[JCR-381] Repository does not start if text filter dependencies are ...</li><li>[JCR-374] Missing 'node removed' event when removing a version</li><li>[JCR-371] ItemStateException on concurrently committing transactions ...</li><li>[JCR-369] IllegalNameException when importing document view with ...</li><li>[JCR-362] restore sometime throws error about missing tmp files</li><li>[JCR-359] JCA project tests assume Windows paths</li><li>[JCR-336] Concurrent locking operations fail</li><li>[JCR-335] Deadlock caused by versioning operations within transaction</li><li>[JCR-331] RepositoryConfig instance can not be reused once it has ...</li><li>[JCR-325] docview roundtripping does not work with multivalue ...</li><li>[JCR-323] import/export does not work on the root node</li><li>[JCR-320] BinaryValue equals fails for two objects with two ...</li><li>[JCR-299] errors in text filters can cause indexing to fail ...</li><li>[JCR-285] Line-separator differences cause PredefinedNodeTypeTest ...</li><li>[JCR-272] Removal of versions throws javax.jcr.ReferentialIntegrity...</li><li>[JCR-140] Versioning might not be thread-safe</li><li>[JCR-50]  Persistence data of versioning not cleaned up correctly</li><li>[JCR-43]  Restore on node creates same-name-sibling of OPV-Version ...</li><li>[JCR-18]  Multithreading issue with versioning</li></ul>
<p/>
Note that JCR-374 causes two observation unit test failures to be reported.
<p/>
See the issue tracker at <a href="http://issues.apache.org/jira/browse/JCR">http://issues.apache.org/jira/browse/JCR</a> for more details.
<p/>
Change History<br/>
--------------
<p/>
Changes since 1.0-rc3:<ul><li>[JCR-379] Remove the unneeded cqfs dependencies</li><li>[JCR-378] jackrabbit-server.war is missing the slf4j-log4j12 library</li><li>[JCR-377] Change project names to start with jackrabbit</li><li>[JCR-376] JCR-RMI depends on commons-logging</li><li>[JCR-368] Add support for simple test cases</li></ul>
<p/>
Changes since 1.0-rc2:<ul><li>[JCR-375] jcr:encoding not respected in NodeIndexer</li><li>[JCR-373] all references to incubator need to be replaced with new ...</li><li>[JCR-370] SearchIndex class contains garbled String</li><li>[JCR-365] Web client/WebDAV fails to unescape workspace names</li><li>[JCR-357] Move to jackrabbit.apache.org</li><li>[JCR-356] Replace license headers with new policy text</li><li>[JCR-353] TransientRepository does not shutdown if first login fails</li><li>[JCR-338] Query Builder and jcr:deref problem. Can't add predicate ...</li><li>[JCR-333] NodeTypeDef depends on supertype ordering</li><li>[JCR-257] Use separate index for jcr:system tree</li></ul>
<p/>
Changes since 1.0-rc1:<ul><li>[JCR-363] Node.setProperty(String, ...) implementation not according to ...</li><li>[JCR-354] Use a pre-generated version of XPath.jjt</li><li>[JCR-351] Default to anonymous access when no Credentials are given</li><li>[JCR-348] Add automatic default configuration</li><li>[JCR-347] Jcr-server: Parsing NodeTypeProperty not compliant with definition</li><li>[JCR-346] Jcr-Server: ItemDefinitionImpl.toXml throws NPE for the root node</li><li>[JCR-345] Jcr-Server: DavException doesn't allow to specify an exception ...</li><li>[JCR-344] Jcr-server: DeltaVResource lists MKWORKSPACE in the method ...</li><li>[JCR-343] Jcr-server: Report#init limits the Report interface to DeltaV ...</li><li>[JCR-342] Jcr-Server: DavResource#getDavSession() missing</li><li>[JCR-341] Jcr-Server: registration of ReportTypes fails</li><li>[JCR-340] Jcr-Server: ValuesProperty missing property type information</li><li>[JCR-337] Jcr-Server: remove jcr depedency from dav-library</li><li>[JCR-215] Code depends on Log4J directly</li></ul>
<p/>
Changes since 0.9:<ul><li>[JCR-334] loadURI compile error with Maven 1.0.2</li><li>[JCR-330] Include the README file in the generated jar files</li><li>[JCR-329] NodeReferencesId.equals() is not symetric</li><li>[JCR-328] TransientRepository with LocalFileSystem eventually ...</li><li>[JCR-327] Mixins as supertypes do not appear to be queryable</li><li>[JCR-326] Initialize the cause of a login exception in the repository</li><li>[JCR-318] RepositoryHelper.unregisterRepository() does not allow ...</li><li>[JCR-317] replace UUID strings by UUID classes in NodeId, etc..</li><li>[JCR-316] Fixed README.txt on textfilters project</li><li>[JCR-315] Support for OpenOffice text extraction</li><li>[JCR-309] Extract the public API interfaces from o.a.j.core to o.a.j.api</li><li>[JCR-308] Nodes having OPV=Ignore are removed on restore</li><li>[JCR-307] serious performance degradation of node operations when ...</li><li>[JCR-275] NodeTypeRegistry.unregisterNodeTypes(Collection) missing</li><li>[JCR-156] Review test cases and cross check with 1.0 specification</li></ul>
<p/>
Changes since 0.9-rc1:<ul><li>[JCR-109] Contrib RMI: NotSerializableException</li></ul>
<p/>
Changes since the beginning:
<p/>
The first Apache Jackrabbit release was the result of more than two years of development and contained the resolutions of more than 270 tracked issues. See the issue tracker for the full history.
<p/>
----
<p/>
<strong><em><u><a href="http://jackrabbit.apache.org/">-- The Apache Jackrabbit community</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_jackrabbit_index.html">Apache Jackrabbit</a> ] <a href="http://www.apachenews.org/archives/news_apache_jackrabbit.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_jackrabbit.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">849@http://www.apachenews.org/</guid>
<dc:subject>Apache Jackrabbit</dc:subject>
<dc:date>2006-04-09T03:18:57+00:00</dc:date>
</item>


</channel>
</rss>
