[ANNOUNCE] Apache Jackrabbit 2.16.5 released

2019-09-05 Thread Julian Reschke

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

Introduction


This is Apache Jackrabbit(TM) 2.16.5, 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.16.5 is an incremental feature release based on
and compatible with earlier stable Jackrabbit 2.x releases. Jackrabbit
2.16.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.16.5


Bug

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

[JCR-4455] - condition index-rule handling more broken after JCR-4339
[JCR-4459] - Basic Authentication for HTTPS URIs does not work

Task

[JCR-4428] - update Apache parent pom to version 21
[JCR-4437] - Update Tika dependency to 1.21
[JCR-4438] - jcr-webdav: AbstractLocatorFactory - fix Javadoc and 
add trace logging

[JCR-4439] - disable baseline check for jackrabbit-bundle
[JCR-4441] - Update surefire/failsafe dependencies to 2.22.2
[JCR-4442] - Update animal-sniffer dependency to 1.18
[JCR-4447] - jackrabbit-jcr-commons: update cglib dependency
[JCR-4450] - update checkstyle-plugin dependency to 3.1.0
[JCR-4451] - update jar-plugin dependency to 3.1.2
[JCR-4452] - update war-plugin dependency to 3.2.3
[JCR-4453] - update pmd-plugin dependency to 3.12.0
[JCR-4454] - update surefire-report-plugin dependency to 2.22.2
[JCR-4457] - Update httpclient/mime dependencies to 4.5.9
[JCR-4460] - allow to run remoted conformance tests with a custom 
servlet context path

[JCR-4464] - Update Tika dependency to 1.22


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.


[ANNOUNCE] Apache Ant 1.10.7 released

2019-09-05 Thread Jaikiran Pai
The Apache Ant Team is pleased to announce the release of Apache Ant 1.10.7.

Apache Ant is a Java library and command-line tool that helps building
software.

The Apache Ant team currently maintains two lines of development. The
1.9.x releases require Java 5 at runtime and 1.10.x requires Java 8 at
runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases
are mostly bug fix releases while additional new features are developed
for 1.10.x.

We recommend using 1.10.7 unless you are required to use versions of
Java prior to Java 8 during the build process.

This, Ant 1.10.7 release, is mostly a bug fix release and a few minor
enhancements. This release includes a fix for a major regression in our
previous 1.10.6 release, where we unintentionally broke compatibility
with Java 8 runtime. As a result, the previous version would run into
exceptions when using Java 8 runtime, in certain tasks.

Starting this release, we now officially release to the snapcraft store
too. Details of that can be found a few lines later in this mail.

Source and binary distributions are available for download from the
Apache Ant download site:

https://ant.apache.org/bindownload.cgi
https://ant.apache.org/srcdownload.cgi

When downloading, please verify signatures using the KEYS file available
at the above location when downloading the release.

People who use snapcraft for installing their tools can now install
Apache Ant from the snapcraft store at https://snapcraft.io/ant. The
"latest/stable" and "1.10/stable" channels have this 1.10.7 release
available for installation.

Changes in 1.10.7 release include:
=

Fixed bugs:
---

 * FTP still tries checking or entering directories after a timeout
   Bugzilla Report 63454

 * junitlauncher - does not detect failure in @BeforeAll
   Bugzilla Report 63479

 * Error using ant-1.10.6 with jdk8
   Bugzilla Report 63457

 * FTP task no longer duplicates a check for a file being a symlink.
   Bugzilla Report 63259

 * junitlauncher task, when used in fork mode with "",
   used to create the wrong number of listeners per test class. This
   has now been fixed.
   Bugzilla Report 63446

 * The "legacy-xml" junitlauncher task's listener would not include
   @ParameterizedTest testcases in its XML report file. This has now
   been fixed.
   Bugzilla Report 63680

Other changes:
--

 * FTP task timeout improvements.
   Bugzilla Reports 63252 and 47414

 * junitlauncher task now supports selecting test classes for execution,
   based on the JUnit 5 tags, through the new "includeTags" and
   "excludeTags" attributes.

 * prefer https over http when building ant itself, and in the ant
   documentation and sources

 * changed the references and Maven coordinates of JavaMail dependency
   to Jakarta Mail and thus javax.mail to jakarta.mail - and upgraded
   the dependency to 1.6.3.


For complete information on Ant, including instructions on how to submit
bug reports, patches, or suggestions for improvement, see the Apache Ant
website at https://ant.apache.org/

- Jaikiran, on behalf of the Apache Ant community




[ANNOUNCEMENT] HttpComponents Core 4.4.12 Released

2019-09-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.12 GA
release of HttpComponents Core.

This is a maintenance release that corrects a number of defects
discovered since release 4.4.11.

Please note that as of 4.4 HttpCore requires Java 1.6 or newer.

IMPORTANT: Users of HttpCore 4.x GA releases are strongly encouraged to
evaluate new HttpCore 5.0 APIs and give the project developers
feedback, share critique or propose changes.

Download -

Release notes -

HttpComponents site -


About HttpComponents Core

HttpCore is a set of low level HTTP transport components that can be
used to build custom client and server side HTTP services with a
minimal footprint. HttpCore supports two I/O models: a blocking I/O
model based on the classic Java I/O and a non-blocking, event driven
I/O model based on Java NIO.