You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/23 08:37:52 UTC

[jackrabbit-oak] branch trunk updated: OAK-10072: Oak 1.48.0 Release Notes

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c78e38c41b OAK-10072: Oak 1.48.0 Release Notes
c78e38c41b is described below

commit c78e38c41ba7ddd326ed288748faf93826f65956
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Jan 23 09:35:00 2023 +0100

    OAK-10072: Oak 1.48.0 Release Notes
---
 RELEASE-NOTES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c8c42dfdb6..1832f78f28 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -30,9 +30,12 @@ Bug
 
     [OAK-10022] - ReadOnlyFileStore#collectBlobReferences throws NullPointerException if azure blob with binary references is missing in the tar directory
     [OAK-10033] - Conditions on dates use the wrong range
+    [OAK-10048] - DocumentStoreIndexerBase#buildFlatFileStore outputs the wrong path when FlatFileSplitter used
     [OAK-10051] - oak-run and oak-upgrade JARs incomplete (META-INF/MANIFEST.MF is missing the Main-Class entry)
     [OAK-10063] - AsyncIndexUpdate - Logger not printing complete message
     [OAK-10067] - ExternalGroupPrincipalProvider does not resolve inherited groups that cross IDP boundaries
+    [OAK-10078] - antrun for reactor pom fails due to removal of tasks function
+    [OAK-10079] - oak-run-commons tests left over: empty "split" folder (next to "src")
 
 New Feature