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 1d2438d2e8 OAK-11372: Release Oak 1.74.0 - Candidate Release Notes
1d2438d2e8 is described below
commit 1d2438d2e8297424196e1dfd4fe91d5ffa996924
Author: Julian Reschke <[email protected]>
AuthorDate: Sun Jan 12 06:33:29 2025 +0100
OAK-11372: Release Oak 1.74.0 - Candidate Release Notes
---
RELEASE-NOTES.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 10185ed77c..5582d219f9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -69,8 +69,15 @@ Technical task
[OAK-11359] - Remove usage of Guava Ints.checkedCast
[OAK-11360] - remove usage of Guava Ints.contains()
[OAK-11362] - Remove usage of Guava Maps.filterEntries
+ [OAK-11363] - Remove usage of Guava Maps.uniqueIndex
[OAK-11366] - Remove usage of Guava UnsignedBytes.compare()
[OAK-11367] - Remove usage of Guava Chars.contains()
+ [OAK-11371] - remove use of Guava Files.newWriter()
+ [OAK-11374] - Remove usage of Guava Maps.immutableEntry
+ [OAK-11375] - Remove usage of Guava Maps.transformValues
+ [OAK-11377] - Remove usage of Guava ByteStreams.toByteArray()
+ [OAK-11381] - Remove usage of Guava Maps.asMap
+ [OAK-11382] - Remove usage of Guava Maps.toMap
Bug
@@ -80,6 +87,7 @@ Bug
[OAK-11294] - documentmk: broken logging in ClusterNodeInfo
[OAK-11303] - The log message with the report on index import does not
include index names
[OAK-11307] - oak-search-elastic: mixin filtered queries do not produce
results
+ [OAK-11379] - JsonSerializer output contains deleted children of orderable
nodes
Improvement