[VOTE] Release Apache Jackrabbit Oak 1.2.28

2018-01-15 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.2.28 release is available at:

https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.28/

The release candidate is a zip archive of the sources in:


https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.28/

The SHA1 checksum of the archive is
ab75dcba003fba0cace30d49307c92b9ecbb27cd.

A staged Maven repository is available for review at:

https://repository.apache.org/

The command for running automated checks against this release candidate is:

$ sh check-release.sh oak 1.2.28
ab75dcba003fba0cace30d49307c92b9ecbb27cd

Please vote on releasing this package as Apache Jackrabbit Oak 1.2.28.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

[ ] +1 Release this package as Apache Jackrabbit Oak 1.2.28
[ ] -1 Do not release this package because...

Thanks
Amit


[ANNOUNCE] Apache Jackrabbit Oak 1.6.8 released

2018-01-15 Thread Davide Giannella
The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit Oak. 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.6.8

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.

Jackrabbit Oak 1.6.8 is a patch release that contains fixes and
improvements over Oak 1.6. Jackrabbit Oak 1.6.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.6.8
-

Technical task

[OAK-7068] - RDBBlobStore may wrap SQLExceptions into
RuntimeExceptions
[OAK-7069] - RDBDataSourceWrapper: properly name
setTemporaryUpdateException

Bug

[OAK-6047] - incorrect metatype annotations
[OAK-7007] - Test failure: FacetTest.testFacetsNA()
[OAK-7050] - Offline compaction corrupts repository
[OAK-7070] - rep:excerpt selector broken as regression of OAK-6750
[OAK-7078] - NullPointerException in
FilteredSortedSetDocValuesFacetCounts during query evaluation
[OAK-7101] - Stale documents in RDBDocumentStore cache
[OAK-7119] - Restrict de-serialization mechanism for older
serialized cache map in DataStoreCacheUtils to the classes
required

Improvement

[OAK-7121] - DocumentStore testing: allow config of
DocumentMK.Builder in AbstractDocumentStoreTest

Task

[OAK-6952] - add SHA512 checksums to releases
[OAK-7120] - Use specific MongoDB version on travis-ci

In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.6.x 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/



Re: Intent to backport OAK-7136 to 1.8

2018-01-15 Thread Alex Deparvu
+1

On Mon, Jan 15, 2018 at 12:57 PM, Robert Munteanu 
wrote:

> Hi,
>
> I intent to backport OAK-7136 to the 1.8 stable branch. The fixes are
> basically moving the metatype.properties files in the right directory,
> so I expect zero issues.
>
> Thanks,
>
> Robert
>


[RESULT][VOTE] Release Apache Jackrabbit Oak 1.6.8

2018-01-15 Thread Davide Giannella
Hello Team,

the vote passes as follows:

+1 Julian Reschke
+1 Andrei Dulceanu
+1 Amit Jain
+1 Marcel Reutegger
+1 Davide Giannella
+1 Alex Deparvu

Thanks for voting. I'll push the release out.

-- Davide



Intent to backport OAK-7136 to 1.8

2018-01-15 Thread Robert Munteanu
Hi,

I intent to backport OAK-7136 to the 1.8 stable branch. The fixes are
basically moving the metatype.properties files in the right directory,
so I expect zero issues.

Thanks,

Robert


BUILD FAILURE: Jackrabbit Oak - Build # 1162 - Failure

2018-01-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #1162)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/1162/ to 
view the results.

Changes:
[mreutegg] OAK-7152: CacheMap.clear() never returns

 

Test results:
All tests passed

Intent to backport OAK-7152

2018-01-15 Thread Marcel Reutegger
Hi,

I will backport OAK-7152 to all maintenance branches. The fix is trivial and 
very low risk because the method currently simply does not return.

Regards
 Marcel