[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-announce
Subject:    [ANNOUNCE] Apache Jackrabbit Oak 1.2.21 released
From:       Amit Jain <amitj () apache ! org>
Date:       2016-11-18 5:37:59
Message-ID: CAGP5+YofkrvLxF0FmoDrtwL==jofTkEjX_g+J+Gx+o=GXCS=rg () mail ! gmail ! com
[Download RAW message or body]

The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit Oak 1.2.21 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 Oak -- Version 1.2.21

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

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

Apache Jackrabbit Oak 1.2.21 is a patch release that contains fixes and
improvements over Oak 1.2. Jackrabbit Oak 1.2.x releases are considered
stable and targeted for production use.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

Changes in Oak 1.2.21
---------------------

Technical task

  [OAK-4964] - UpdateOp.set("_id", ...) should do a sanity check on the id
  [OAK-4986] - RDBDocumentStore: potential NPE in document read


Bug

 [OAK-3474] - NodeDocument.getNodeAtRevision can go into property history
traversal when latest rev on current doc isn't committed
 [OAK-4125] - Test failure: testUpdateAndDelete [MyFixture:
RDB-Derby(embedded)]
 [OAK-4969] - ColdStandby does not fetch missing blobs
 [OAK-4997] - RevisionGCTest.teardown() may fail with NPE when store == null
 [OAK-5005] - S3 async upload fails to catch and log exceptions other than
DataStoreException


Task

 [OAK-5037] - Update Oak 1.2 and Oak 1.4 to Jackrabbit 2.12.5


Test

 [OAK-4976] - AcquireRecoveryLockTest fails occasionally


In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.2.20 release.

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

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

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.md 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
http://www.apache.org/dist/jackrabbit/KEYS.

About Apache Jackrabbit Oak
---------------------------

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

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

About The Apache Software Foundation
------------------------------------

Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 140 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 3,800+ contributors.

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

[Attachment #3 (text/html)]

<div dir="ltr"><div><span style="font-size:12.8px">The Apache Jackrabbit community is \
pleased to  </span><span class="gmail-il" \
style="font-size:12.8px">announce</span><span style="font-size:12.8px">  the release \
of</span><br style="font-size:12.8px"><span style="font-size:12.8px">Apache \
Jackrabbit Oak 1.2.21 The release is available for download at:</span><br \
style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px"> \
</span><a href="http://jackrabbit.apache.org/downloads.html" rel="noreferrer" \
target="_blank" style="font-size:12.8px">http://jackrabbit.apache.org/<wbr>downloads.html</a><br \
style="font-size:12.8px"><br style="font-size:12.8px"><span \
style="font-size:12.8px">See the full release notes below for details about this \
release:</span><br></div><div><span \
style="font-size:12.8px"><br></span></div><div>Release Notes -- Apache Jackrabbit Oak \
-- Version 1.2.21</div><div><br></div><div>Introduction</div><div>------------</div><div><br></div><div>Jackrabbit \
Oak is a scalable, high-performance hierarchical content</div><div>repository \
designed for use as the foundation of modern world-class</div><div>web sites and \
other demanding content applications.</div><div><br></div><div>Apache Jackrabbit Oak \
1.2.21 is a patch release that contains fixes and</div><div>improvements over Oak \
1.2. Jackrabbit Oak 1.2.x releases are considered</div><div>stable and targeted for \
production use.</div><div><br></div><div>The Oak effort is a part of the Apache \
Jackrabbit project.</div><div>Apache Jackrabbit is a project of the Apache Software \
Foundation.</div><div><br></div><div>Changes in Oak \
1.2.21</div><div>---------------------</div><div><br></div><div>Technical \
task</div><div>    </div><div>   [OAK-4964] - UpdateOp.set(&quot;_id&quot;, ...) \
should do a sanity check on the id</div><div>   [OAK-4986] - RDBDocumentStore: \
potential NPE in document \
read</div><div><br></div><div><br></div><div>Bug</div><div><br></div><div>  \
[OAK-3474] - NodeDocument.getNodeAtRevision can go into property history traversal \
when latest rev on current doc isn&#39;t committed</div><div>  [OAK-4125] - Test \
failure: testUpdateAndDelete [MyFixture: RDB-Derby(embedded)]</div><div>  [OAK-4969] \
- ColdStandby does not fetch missing blobs</div><div>  [OAK-4997] - \
RevisionGCTest.teardown() may fail with NPE when store == null</div><div>  [OAK-5005] \
- S3 async upload fails to catch and log exceptions other than \
DataStoreException</div><div><br></div><div><br></div><div>Task</div><div>  \
</div><div>  [OAK-5037] - Update Oak 1.2 and Oak 1.4 to Jackrabbit \
2.12.5</div><div><br></div><div><br></div><div>Test</div><div>  </div><div>  \
[OAK-4976] - AcquireRecoveryLockTest fails \
occasionally</div><div><br></div><div><br></div><div>In addition to the \
above-mentioned changes, this release contains</div><div>all changes included up to \
the Apache Jackrabbit Oak 1.2.20 release.</div><div><br></div><div>For more detailed \
information about all the changes in this and other</div><div>Oak releases, please \
see the Oak issue tracker at</div><div><br></div><div>   <a \
href="https://issues.apache.org/jira/browse/OAK">https://issues.apache.org/jira/browse/OAK</a></div><div><br></div><div>Release \
Contents</div><div>----------------</div><div><br></div><div>This release consists of \
a single source archive packaged as a zip file.</div><div>The archive can be unpacked \
with the jar tool from your JDK installation.</div><div>See the README.md file for \
instructions on how to build this release.</div><div><br></div><div>The source \
archive is accompanied by SHA1 and MD5 checksums and a PGP</div><div>signature that \
you can use to verify the authenticity of your download.</div><div>The public key \
used for the PGP signature can be found at</div><div><a \
href="http://www.apache.org/dist/jackrabbit/KEYS">http://www.apache.org/dist/jackrabbit/KEYS</a>.</div><div><br></div><div>About \
Apache Jackrabbit Oak</div><div>---------------------------</div><div><br></div><div>Jackrabbit \
Oak is a scalable, high-performance hierarchical content</div><div>repository \
designed for use as the foundation of modern world-class</div><div>web sites and \
other demanding content applications.</div><div><br></div><div>The Oak effort is a \
part of the Apache Jackrabbit project.  </div><div>Apache Jackrabbit is a project of \
the Apache Software Foundation.</div><div><br></div><div>For more information, visit \
<a href="http://jackrabbit.apache.org/oak">http://jackrabbit.apache.org/oak</a></div><div><br></div><div>About \
The Apache Software Foundation</div><div>------------------------------------</div><div><br></div><div>Established \
in 1999, The Apache Software Foundation provides organizational,</div><div>legal, and \
financial support for more than 140 \
freely-available,</div><div>collaboratively-developed Open Source projects. The \
pragmatic Apache License</div><div>enables individual and commercial users to easily \
deploy Apache software;</div><div>the Foundation&#39;s intellectual property \
framework limits the legal exposure</div><div>of its 3,800+ \
contributors.</div><div><br></div><div>For more information, visit <a \
href="http://www.apache.org/">http://www.apache.org/</a></div></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic