This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 2c836db457 OAK-10468: Release Oak 1.22.18 - Candidate Release Notes
2c836db457 is described below
commit 2c836db457776079bdeec02f6b65690f628ea5d3
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Nov 27 12:22:34 2023 +0100
OAK-10468: Release Oak 1.22.18 - Candidate Release Notes
---
RELEASE-NOTES.txt | 44 +++++++++-----------------------------------
1 file changed, 9 insertions(+), 35 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index f60368cf1f..fd2fdcc119 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.22.17
+Release Notes -- Apache Jackrabbit Oak -- Version 1.22.18
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.17 is a patch release that contains fixes and
+Jackrabbit Oak 1.22.18 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,49 +15,23 @@ 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.17
+Changes in Oak 1.22.18
----------------------
-Technical task
-
- [OAK-10415] - AbstractTwoNodeTest: make teardown more robust
- [OAK-10416] - AbstractTwoNodeTest: ensure RDB fixture uses empty DB
-
Bug
- [OAK-8711] - Queries with facets should not use traversal
- [OAK-8863] - Oak-doc should cover BinaryUploadOptions usage
- [OAK-10405] - document-store: potential NPE in AbstractTwoNodeTest teardown
+ [OAK-8885] - Test failure: NPE in MongoFixture.createDocumentStore()
+ [OAK-8889] - NPE in the oak-run console az:*
+ [OAK-10465] - Embed netty-transport-native-unix-common dependency in
oak-segment-tar
Improvement
- [OAK-9567] - Avoid NullPointerException in
ReadWriteVersionManager.removeVersion
- [OAK-9966] - Internal code calls Node.isCheckedOut and
VersionManager.isCheckedOut
- [OAK-9970] - Internal code calls LockManager.isLocked(String)
- [OAK-10003] - Upgrade tika to 1.28.5
- [OAK-10225] - Utility to rate limit writes in case async indexing is
delayed
+ [OAK-8901] - oak-run command checkpoints should support RDBDocumentStore
Task
- [OAK-8659] - Deprecate support for lucene custom scorer
- [OAK-9669] - Update commons-io dependency to 2.11.0
- [OAK-10154] - Guava deprecations: set minimal logging level to 'error'
- [OAK-10201] - oak-blob-plugins: exported packages need to be marked
@internal
- [OAK-10304] - log registration of invalid namespace names
- [OAK-10316] - Importer exception always should mention path
- [OAK-10349] - Update Tomcat dependency to 9.0.78
- [OAK-10366] - Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.11
- [OAK-10389] - remove commons-lang dependency
- [OAK-10390] - Update commons-io dependency to 2.13.0
- [OAK-10394] - Update commons-lang3 dependency to 3.13.0
- [OAK-10395] - Update commons-codec dependency to 1.16.0
- [OAK-10400] - auth-ldap/benchmarks: use default dependency for
commons-lang3
- [OAK-10401] - search-mt/solr-osgi: use default versions of commons-math3
- [OAK-10402] - benchmarks: remove commons-math dependency (use math3
instead)
- [OAK-10403] - update Tomcat JDBC dependency to 8.5.92
- [OAK-10404] - improve TarFilesTest.testCollectBlobReferences diagnostics
- [OAK-10407] - run/lucene: update gson dependencies to 2.10.1
- [OAK-10421] - Bump up minimal warning level for deprecated uses of
java.security.Group to INFO
+ [OAK-8892] - Add javadoc to package-info files
+ [OAK-10431] - Bump up minimal warning level for deprecated uses of
java.security.Group to WARN
In addition to the above-mentioned changes, this release contains