-
Notifications
You must be signed in to change notification settings - Fork 413
/
RELEASE-NOTES.txt
173 lines (140 loc) · 7.93 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
Release Notes -- Apache Jackrabbit Oak -- Version 1.74.0
Introduction
------------
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.
Apache Jackrabbit Oak 1.74.0 is an incremental feature release based
on and compatible with earlier stable Jackrabbit Oak 1.x
releases. This release is considered stable and targeted for
production use.
While Oak 1.74.0 compiles and tests successfully on Java 17, Javadocs
generation fails on Java 17 (but works as expected on Java 11).
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.74.0
---------------------
Sub-task
[OAK-11247] - Migrate oak-pojosr groovy files to Java
Technical task
[OAK-6766] - Convert oak-lucene to OSGi R7 annotations
[OAK-6767] - Remove felix SCR annotation support from parent pom
[OAK-6772] - Convert oak-solr-core to OSGi R7 annotations
[OAK-11105] - Remove usage of Guava ImmutableMap.of() - zero/one argument case
[OAK-11194] - Remove usage of Guava MoreObjects
[OAK-11220] - Remove usage of Guava Sets.newConcurrentHashSet
[OAK-11221] - Remove usage of Guava EvictingQueue
[OAK-11278] - Remove usage of Guava ImmutableMap.of() - multiple argument case
[OAK-11281] - Remove usage of Maps.newHashMap()
[OAK-11288] - remove usage of Immutable.Map.builder()
[OAK-11292] - Remove usage of Guava ImmutableMap.copyOf()
[OAK-11297] - remove usage of Guava Joiner
[OAK-11302] - Remove usage of Guava annotations
[OAK-11304] - Remove usage of Guava Collections2
[OAK-11308] - Remove usage of org.apache.jackrabbit.guava.common.primitives.Longs
[OAK-11311] - Remove usage of Guava ImmutableList.of()
[OAK-11317] - Remove usage of Guava ImmutableSet
[OAK-11321] - Remove usage of Sets.union
[OAK-11322] - Remove usage of Sets.intersection
[OAK-11323] - Remove usage of Sets.difference
[OAK-11324] - Remove usage of Sets.symmetricDifference
[OAK-11325] - Remove usage of Sets.powerSet
[OAK-11326] - Remove usage of Guava Sets
[OAK-11327] - Remove usage of Guava ImmutableListMultimap
[OAK-11328] - Remove usage of Guava ImmutableList (test classes)
[OAK-11330] - Remove usage of Guava ImmutableList (Builder)
[OAK-11331] - Remove usage of Sets.filter
[OAK-11332] - Remove usage of Guava ImmutableList (copyOf)
[OAK-11333] - Remove usage of Lists.transform
[OAK-11334] - Remove usage of Lists.reverse
[OAK-11335] - Remove usage of Lists.asList
[OAK-11336] - Remove usage of Guava Lists
[OAK-11347] - Remove usage of Maps.fromProperties
[OAK-11348] - Remove usage of Guava Maps.newIdentityHashMap()
[OAK-11349] - Remove usage of Guava Maps.unmodifiableNavigableMap
[OAK-11350] - Remove usage of Guava Maps.filterKeys
[OAK-11351] - Remove usage of Guava Maps.filterValues
[OAK-11353] - Remove usage of Guava Maps.newHashMap()
[OAK-11354] - Remove usage of Guava Ints.compare()
[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-11366] - Remove usage of Guava UnsignedBytes.compare()
[OAK-11367] - Remove usage of Guava Chars.contains()
Bug
[OAK-11274] - Upgrade solr to 8.11.3 | CVE-2023-50298
[OAK-11284] - Greedy Reuse of cluster IDs may lead to synchronous LastRevRecovery executions slowing down startup
[OAK-11285] - indexing job hangs forever if included paths include spaces at the start
[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
Improvement
[OAK-6741] - Switch to official OSGi component and metatype annotations
[OAK-11259] - Bump testcontainers to v1.20.3 / toxiproxy 2.11.0
[OAK-11260] - Speed up Lucene cost estimation
[OAK-11269] - Enforce commit message format with GHA
[OAK-11270] - Add CONTRIBUTING file
[OAK-11271] - Reenable SonarCloud with GHA
[OAK-11277] - Tree store: fix memory usage and support concurrent indexing
[OAK-11290] - Update progress logging of publish indexing job to the same level as the author job
[OAK-11291] - Tree store: speed up merging, and concurrent indexing
[OAK-11298] - Fix test IncrementalStoreTest
[OAK-11356] - Code cleanups to indexing logic
Wish
[OAK-10466] - Prevent anonymous user from being disabled
Task
[OAK-11182] - Create and test general mechanism for creating MongoDocumentStore fullGC garbage for testing
[OAK-11199] - Java 23: getSubject is supported only if a security manager is allowed
[OAK-11217] - Fix issue with CopyObject Request
[OAK-11246] - Introduce config for perflogger to log very slow operations at info
[OAK-11248] - Create util to close all feature toggles in DocumentNodeStore
[OAK-11258] - validation branch for re-reverting PR#1852, #1853, #1854
[OAK-11265] - Datastore checkConsistency() via JMX is not working
[OAK-11266] - Create a new mode GCP for Blob cloud
[OAK-11276] - Add unit test for HunspellStem filter
[OAK-11280] - webapp: update Tomcat dependency to 9.0.97
[OAK-11289] - oak-search-elastic: remove remaining elastiknn references in tests
[OAK-11305] - Use single delete call for renaming keys in GCP
[OAK-11306] - GCP bucket cleanup post test not working
[OAK-11310] - Fix S3 test cases in oak-blob-cloud
[OAK-11314] - Deprecate oak-solr for eventual removal
[OAK-11319] - Enable "rat" profile with GHA
[OAK-11329] - oak-auth-ldap: update mina dependency to 2.1.10
[OAK-11337] - Update (shaded) Guava to 33.4.0
[OAK-11341] - webapp: update Tomcat dependency to 9.0.98
[OAK-11342] - update Tomcat JDBC dependency to 9.0.98
[OAK-11343] - Update commons-io dependency to 2.18.0
[OAK-11344] - oak-benchmarks/oak-it-osgi: update commons-compress dependency to 1.27.1
[OAK-11352] - oak-search-elastic: introduce useInFullTextQuery to enable/disable ft search for dynamically boosted queries
[OAK-11361] - Update commons-codec dependency to 1.17.2
In addition to the above-mentioned changes, this release contains all
changes up to the previous release.
For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at
https://issues.apache.org/jira/browse/OAK
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.md file for instructions on how to build this release.
The source archive is accompanied by SHA512 checksums 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 Oak
---------------------------
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.
The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.
For more information, visit http://jackrabbit.apache.org/oak
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/