[ANNOUNCE] Apache Phoenix 4.14.2 released

2019-05-28 Thread Thomas D'Silva
The Apache Phoenix team is pleased to announce the immediate availability
of the 4.14.2 patch release. Apache Phoenix enables SQL-based OLTP and
operational analytics for Apache Hadoop using Apache HBase as its backing
store and providing integration with other projects in the Apache ecosystem
such as Spark, Hive, Pig, Flume, and MapReduce.

This patch release has feature parity with supported HBase versions and
includes critical bug fixes for secondary indexes.

Download source and binaries here [1].

Thanks,
Thomas (on behalf of the Apache Phoenix team)

[1] http://phoenix.apache.org/download.html


The Apache Software Foundation Welcomes Craig L. Russell as Chairman

2019-05-28 Thread Sally Khudairi
[this announcement is available online at https://s.apache.org/h5EK ]

Following the 15 May face-to-face Board meeting, Craig L. Russell was today 
named Chairman of the ASF. Russell is a 12-year Member of the ASF and has 
served as ASF Secretary from September 2010 to his election to the Board in 
March 2019. He succeeds Phil Steitz, who served as ASF Chairman since August 
2017.

As announced earlier [1], Danny Angus was named Board Member to fill the 
position held by ASF co-founder Jim Jagielski, who resigned earlier this month. 
David Nalley was also appointed ASF Executive Vice President, a position held 
by Ross Gardler from October 2016 until his resignation in May 2019.

"We thank Phil, Jim, and Ross for playing instrumental roles in helping shape 
the ASF where it is today," said Russell. "We are grateful for their countless 
hours of service and look forward to building upon their efforts."

ASF Members elect the Board of Directors to run the Foundation and to set and 
ensure policy. The Board of Directors are: Danny Angus, Rich Bowen, Shane 
Curcuru, Ted Dunning, Daniel Ruggeri, Craig Russell, and Joan Touzet.

In addition to Russell and Nalley, the ASF's corporate officers include:

 - Vice Chairman Shane Curcuru
 - President Sam Ruby
 - Treasurer Ulrich Stärk
 - Secretary Matt Sicker

The complete officer roster is available at http://apache.org/foundation/

[1] https://s.apache.org/rEAx

# # #

NOTE: you are receiving this message because you are subscribed to the 
announce@apache.org distribution list. To unsubscribe, send email from the 
recipient account to announce-unsubscr...@apache.org with the word 
"Unsubscribe" in the subject line.


[ANNOUNCE] Apache Solr 8.1.1 released

2019-05-28 Thread Andrzej Białecki
## 28 May 2019, Apache Solr™ 8.1.1 available

The Lucene PMC is pleased to announce the release of Apache Solr 8.1.1

Solr is the popular, blazing fast, open source NoSQL search platform from the
Apache Lucene project. Its major features include powerful full-text search,
hit highlighting, faceted search, dynamic clustering, database integration, 
rich document
(e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, 
providing fault
tolerant distributed search and indexing, and powers the search and navigation 
features of
many of the world's largest internet sites.

Solr 8.1.1 is available for immediate download at:
 

Please read CHANGES.txt for a full list of new features and changes:

 

### Solr 8.1.1 Release Highlights
* Fix for a Null Pointer Exception when querying collection through collection 
alias.

Please report any feedback to the mailing lists
(http://lucene.apache.org/solr/discussion.html)

Note: The Apache Software Foundation uses an extensive mirroring
network for distributing releases. It is possible that the mirror you
are using may not have replicated the release yet. If that is the
case, please try another mirror. This also goes for Maven access.

[ANNOUNCE] Apache Jackrabbit 2.18.2 released

2019-05-28 Thread Julian Reschke

The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit 2.18.2. 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.18.2

Introduction


This is Apache Jackrabbit(TM) 2.18.2, a fully compliant implementation 
of the

Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
specified in the Java Specification Request 283 (JSR 283).

Apache Jackrabbit 2.18.2 is an incremental feature release based on
and compatible with earlier stable Jackrabbit 2.x releases. Jackrabbit
2.18.x releases are considered stable and targeted for production use.

The minimum Java version for this release is Java 8. See

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

for maintenance versions that support earlier Java versions.


Changes in Jackrabbit 2.18.2


Bug

[JCR-4425] - NodeSetPrimaryTypeTest.testSetPrimaryType() must not 
use nt:activity


New Feature

[JCR-4429] - Add extension of JackrabbitAccessControlList bound to 
a principal


Task

[JCR-4428] - update Apache parent pom to version 21
[JCR-4439] - disable baseline check for jackrabbit-bundle


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

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.txt file for instructions on how to build this release.

The source archive is accompanied by an SHA512 checksum 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
---

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.

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

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/

Trademarks
--

Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the 
Apache

Jackrabbit project logo are trademarks of The Apache Software Foundation.


[ANNOUNCEMENT] Apache Commons Configuration Version 2.5

2019-05-28 Thread Gary Gregory
The Apache Commons team is pleased to announce the release of Apache
Commons Configuration Version 2.5.

The Commons Configuration software library provides a generic configuration
interface which enables an application to read configuration data from a
variety
of sources.

This is a minor release with new features and updated dependencies.

Changes in this version include:

Fixed Bugs:
o CONFIGURATION-731:  Allow user to specify the comments and separator
chars. Thanks to Shuai Zhang, Gary Gregory.

Changes:
o CONFIGURATION-738:  Update Jackson from 2.9.7 to 2.9.8. Thanks to Gary
Gregory.
o CONFIGURATION-739:  Update Apache Commons Codec from 1.11 to 1.12. Thanks
to Gary Gregory.
o CONFIGURATION-740:  Update Apache Commons VFS from 2.2 to 2.3. Thanks to
Gary Gregory.
o CONFIGURATION-741:  Update Spring from 4.3.19 to 4.3.22. Thanks to Gary
Gregory.
o CONFIGURATION-743:  Update optional library snakeyaml from 1.23 to 1.24.
Thanks to Gary Gregory.
o CONFIGURATION-747:  Update Apache Commons Lang from 3.8.1 to 3.9. Thanks
to Gary Gregory.
o CONFIGURATION-746:  Update Jackson from 2.9.8 to 2.9.9. Thanks to Gary
Gregory.
o CONFIGURATION-747:  Update Spring from 4.3.22 to 4.3.24. Thanks to Gary
Gregory.
o CONFIGURATION-745:  Add the special key "includeoptional" for properties
files. Thanks to Gary Gregory.

Historical list of changes:
http://commons.apache.org/proper/commons-configuration/changes-report.html

For complete information on Apache Commons Configuration, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons
Configuration website:

http://commons.apache.org/proper/commons-configuration/

You can download source and binaries from our download page:

https://commons.apache.org/proper/commons-configuration/download_configuration.cgi

Alternatively, you can pull it from the central Maven repositories:


  org.apache.commons
  commons-configuration2
  2.5


Gary Gregory,
on behalf of the Apache Commons Team