Re: oak-search module

2018-04-04 Thread Vikas Saurabh
+1. I'd add a comment to OAK-3336 for a few things we discussed
off-list about things to take care and consider as well.

On Wed, Apr 4, 2018 at 1:53 PM, Tommaso Teofili
 wrote:
> Hi all,
>
> In the context of creating an (abstract) implementation for Oak full text
> indexes [1], I'd like to create a new module called _oak-search_.
> Such module will contain:
> - implementation agnostic utilities for full text search (e.g. aggregation
> utilities)
> - implementation agnostic SPIs to be extended by implementors (currently we
> expose SPIs in oak-lucene whose signatures include Lucene specific APIs)
> - abstract full text editor / query index implementations
> - text extraction utilities
>
> Please share your feedback / opinions / concerns.
>
> Regards,
> Tommaso
>
> [1] : https://issues.apache.org/jira/browse/OAK-3336


Re: oak-search module

2018-04-04 Thread Matt Ryan
+1 (non-binding)


On April 4, 2018 at 7:51:24 AM, Chetan Mehrotra (chetan.mehro...@gmail.com)
wrote:

+1. In addition we should also include common set of test case which
can be used to validate the SPI implementations. Also we can leave
oak-lucene as is for now and just create new module and implement
oak-lucene-v2 based on that. Once it reaches feature parity we can
remove oak-lucene bundle
Chetan Mehrotra


On Wed, Apr 4, 2018 at 5:43 PM, Thomas Mueller
 wrote:
> +1
>
> On 04.04.18, 10:23, "Tommaso Teofili"  wrote:
>
> Hi all,
>
> In the context of creating an (abstract) implementation for Oak full text
> indexes [1], I'd like to create a new module called _oak-search_.
> Such module will contain:
> - implementation agnostic utilities for full text search (e.g.
aggregation
> utilities)
> - implementation agnostic SPIs to be extended by implementors (currently
we
> expose SPIs in oak-lucene whose signatures include Lucene specific APIs)
> - abstract full text editor / query index implementations
> - text extraction utilities
>
> Please share your feedback / opinions / concerns.
>
> Regards,
> Tommaso
>
> [1] : https://issues.apache.org/jira/browse/OAK-3336
>
>


[ANNOUNCE] Apache Jackrabbit Oak 1.4.21 released

2018-04-04 Thread Manfred Baedke
 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.4.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.

Jackrabbit Oak 1.4.21 is a patch release that contains fixes and
improvements over Oak 1.4. Jackrabbit Oak 1.4.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.4.21
-

Technical task
[OAK-7036] - add JDBC driver information to metadata map
[OAK-7289] - RDBDocumentStore: potential NPE in error handling code

Bug
[OAK-6392] - Partial lastRev update with branches disabled
[OAK-7244] - RDBDocumentStore: fix typo in metadata

Task
[OAK-7322] - Mention SHA512 checksums in release notes
[OAK-7336] - stop advertising MD5 checksums
[OAK-7347] - Incorrect link to KEYS in release notes
[OAK-7350] - stop creating MD5 checksums for releases
[OAK-7126] - make RDBCacheConsistency2Test store-agnostic


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


[RESULT][VOTE] Release Apache Jackrabbit Oak 1.4.21

2018-04-04 Thread Manfred Baedke

Hi,

The vote passes as follows:

+1 Manfred Baedke
+1 Marcel Reutegger
+1 Alex Deparvu

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


Best regards,
Manfred

On 3/27/2018 4:21 PM, Manfred Baedke wrote:

A candidate for the Jackrabbit Oak 1.4.21 release is available at:

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

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

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



The SHA1 checksum of the archive is 
67d00a8a46b120cdd1a85e009326f0aaaea6faf6.


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.4.21 
67d00a8a46b120cdd1a85e009326f0aaaea6faf6


Please vote on releasing this package as Apache Jackrabbit Oak 1.4.21.
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.4.21
    [ ] -1 Do not release this package because...





Re: oak-search module

2018-04-04 Thread Thomas Mueller
+1

On 04.04.18, 10:23, "Tommaso Teofili"  wrote:

Hi all,

In the context of creating an (abstract) implementation for Oak full text
indexes [1], I'd like to create a new module called _oak-search_.
Such module will contain:
- implementation agnostic utilities for full text search (e.g. aggregation
utilities)
- implementation agnostic SPIs to be extended by implementors (currently we
expose SPIs in oak-lucene whose signatures include Lucene specific APIs)
- abstract full text editor / query index implementations
- text extraction utilities

Please share your feedback / opinions / concerns.

Regards,
Tommaso

[1] : https://issues.apache.org/jira/browse/OAK-3336




Re: [VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-04 Thread Tommaso Teofili
+1, all checks ok

Tommaso

Il giorno mer 4 apr 2018 alle ore 10:10 Julian Reschke <
julian.resc...@gmx.de> ha scritto:

> On 2018-04-04 08:16, Amit Jain wrote:
> > ...
>
> [X] +1 Release this package as Apache Jackrabbit Oak 1.6.11
>
> ...where...
>
> > [INFO] Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T09:58:13+02:00)
> > [INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> > [INFO] Java version: 1.8.0_162, vendor: Oracle Corporation
>
> Best regards, Julian
>


oak-search module

2018-04-04 Thread Tommaso Teofili
Hi all,

In the context of creating an (abstract) implementation for Oak full text
indexes [1], I'd like to create a new module called _oak-search_.
Such module will contain:
- implementation agnostic utilities for full text search (e.g. aggregation
utilities)
- implementation agnostic SPIs to be extended by implementors (currently we
expose SPIs in oak-lucene whose signatures include Lucene specific APIs)
- abstract full text editor / query index implementations
- text extraction utilities

Please share your feedback / opinions / concerns.

Regards,
Tommaso

[1] : https://issues.apache.org/jira/browse/OAK-3336


Re: [VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-04 Thread Julian Reschke

On 2018-04-04 08:16, Amit Jain wrote:

...


[X] +1 Release this package as Apache Jackrabbit Oak 1.6.11

...where...


[INFO] Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 
2017-10-18T09:58:13+02:00)
[INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[INFO] Java version: 1.8.0_162, vendor: Oracle Corporation


Best regards, Julian


Re: [VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-04 Thread Andrei Dulceanu
[X] +1 Release this package as Apache Jackrabbit Oak 1.6.11

with

[INFO] Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T10:58:13+03:00)
[INFO] OS name: "mac os x", version: "10.13.3", arch: "x86_64", family:
"mac"
[INFO] Java version: 1.8.0_65, vendor: Oracle Corporation

Regards,
Andrei

2018-04-04 9:16 GMT+03:00 Amit Jain :

> A candidate for the Jackrabbit Oak 1.6.11 release is available at:
>
> https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.11/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/
> jackrabbit-oak-1.6.11/
>
> The SHA1 checksum of the archive is
> 1b17e633cb3b1cd463a5de7dcee308f37b37c0df.
>
> 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.6.11
> 1b17e633cb3b1cd463a5de7dcee308f37b37c0df
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.6.11.
> 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.6.11
> [ ] -1 Do not release this package because...
>
> Thanks
> Amit
>


[VOTE] Release Apache Jackrabbit Oak 1.6.11

2018-04-04 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.6.11 release is available at:

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

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


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

The SHA1 checksum of the archive is
1b17e633cb3b1cd463a5de7dcee308f37b37c0df.

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.6.11
1b17e633cb3b1cd463a5de7dcee308f37b37c0df

Please vote on releasing this package as Apache Jackrabbit Oak 1.6.11.
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.6.11
[ ] -1 Do not release this package because...

Thanks
Amit