Thomas Mueller created OAK-11601:
------------------------------------
Summary: Un-deprecate required parts
Key: OAK-11601
URL: https://issues.apache.org/jira/browse/OAK-11601
Project: Jackrabbit Oak
Issue Type: Improvement
Reporter: Thomas Mueller
oak-core:
{noformat}
package org.apache.jackrabbit.oak.plugins.tree.factories;
/**
* Factory to obtain immutable {@code Root} objects.
*
* @deprecated Please use {@code RootProvider} instead
*/
public final class RootFactory {
{noformat}
But RootProvider is an interface, and the only(?) implementation just calls
this class as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)