This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch OAK-10346
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-10346 by this push:
new 4d5959249c OAK-10346: Release Oak 1.22.16
4d5959249c is described below
commit 4d5959249c5d06006082f70b8d843533ef10b747
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Jul 12 14:20:01 2023 +0100
OAK-10346: Release Oak 1.22.16
---
RELEASE-NOTES.txt | 62 +++++++++----------------------------------------------
1 file changed, 10 insertions(+), 52 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 14438d2de0..e0533e45da 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.22.15
+Release Notes -- Apache Jackrabbit Oak -- Version 1.22.16
Introduction
------------
@@ -7,7 +7,7 @@ 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.22.15 is a patch release that contains fixes and
+Jackrabbit Oak 1.22.16 is a patch release that contains fixes and
improvements over Oak 1.22. Jackrabbit Oak 1.22.x releases are
considered stable and targeted for production use.
@@ -15,64 +15,22 @@ 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.22.15
+Changes in Oak 1.22.16
----------------------
-Technical task
+Bug
- [OAK-10084] - oak-commons: bump up logging for deprecated Guava based APIs
to ERROR
- [OAK-10085] - oak-core-spi: bump up logging for deprecated Guava based
APIs to ERROR
+ [OAK-9660] - NullPointerException When Moving Transient node
-Bug
+New Feature
- [OAK-9037] - bundle:manifest fails on Java 15
- [OAK-9471] - Query for split documents by Revision GC times out
- [OAK-9512] - PrefixPattern.matches(String) always returns false
- [OAK-9513] - PrefixPattern ignores empty namespace prefix
- [OAK-9560] - Javadoc build fails if using Java11
- [OAK-9700] - RevisionGC may fail with NPE
- [OAK-10051] - oak-run and oak-upgrade JARs incomplete
(META-INF/MANIFEST.MF is missing the Main-Class entry)
- [OAK-10078] - antrun for reactor pom fails due to removal of tasks function
- [OAK-10090] - update antrun version for reactor pom
- [OAK-10117] - oak-run console does not start up - CommandNameCompleter
construction fails
-
-Improvement
-
- [OAK-9177] - Workaround for bug #426 in versions-maven-plugin
- [OAK-9613] - Define API to retrieve parent or null for a given Item
- [OAK-9618] - Use s.apache.org redirects for JCR specs/javadocs
- [OAK-9800] - Update Maven Plugins and Apache Parent POM to version 29
- [OAK-9819] - Improve Node.hasProperty/getProperty and Node.hasNode/getNode
combinations
- [OAK-10087] - TypeEditor: constraint exception for invalid child node
should contain that node's effective type
+ [OAK-10184] - oak-commons: Support multiple Compression methods
Task
- [OAK-8883] - Update jar plugin to 3.2.0
- [OAK-9482] - upgrade httpclient to v 4.5.13
- [OAK-9831] - Update spotbugs plugin to 4.7.1.0
- [OAK-9832] - Update jacoco plugin to 0.8.8
- [OAK-10002] - oak-core: bump up logging for deprecated Guava based APIs to
INFO
- [OAK-10032] - get rid of ant-run plugin dependency
- [OAK-10040] - Update animal-sniffer dependency to 1.22
- [OAK-10041] - Upgrade maven-bundle-plugin to 5.1.8
- [OAK-10042] - Update checkstyle-plugin dependency to version 3.1.2
- [OAK-10043] - Upgrade maven-versions-plugin to 2.14.1
- [OAK-10045] - Upgrade gmavenplus-plugin to 1.13.1
- [OAK-10046] - oak-it-osgi: remove unneeded workaround
maven-resources-plugin
- [OAK-10047] - oak-core: bump up logging for deprecated Guava based APIs to
WARN
- [OAK-10062] - consolidate and update groovy versions to 2.4.21
- [OAK-10065] - avoid-use of groovy-all artefact
- [OAK-10066] - update groovy dependency to 2.5.20
- [OAK-10076] - Bump netty dependency from 4.1.68.Final to 4.1.86.Final
- [OAK-10094] - Bump up warning level for deprecated uses of
java.security.Group to ERROR
- [OAK-10105] - Guava deprecations: set minimal logging level to 'info'
- [OAK-10110] - add test coverage for FileIOUtils.TransformingComparator
- [OAK-10122] - it-osgi: update commons-fileupload to 1.5
- [OAK-10123] - solr-core: update commons-fileupload to 1.5
- [OAK-10124] - upgrade httpclient/mime to 4.5.14
- [OAK-10125] - upgrade httpcore to 4.4.16
- [OAK-10138] - Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.9
-
+ [OAK-10086] - oak-core: bump up logging for deprecated Guava based APIs to
ERROR
+ [OAK-10106] - Guava deprecations: set minimal logging level to 'warn'
+ [OAK-10159] - Upgrade jackson-databind dependency to 2.13.5
In addition to the above-mentioned changes, this release contains