Interface and Description |
---|
org.apache.jackrabbit.api.JackrabbitNodeTypeManager
Use standard JCR 2.0 API methods defined by
NodeTypeManager instead. |
org.apache.jackrabbit.spi.commons.namespace.NamespaceListener
https://issues.apache.org/jira/browse/JCR-1700
|
org.apache.jackrabbit.commons.flat.SizedIterator
use
SizedIterator |
org.apache.jackrabbit.api.XASession
An XA-enabled session should directly implement the
XAResource interface |
Class and Description |
---|
org.apache.jackrabbit.spi.commons.namespace.AbstractNamespaceResolver
https://issues.apache.org/jira/browse/JCR-1700
|
org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.commons.flat.FilterIterator
use
FilterIterator |
org.apache.jackrabbit.commons.GenericRepositoryFactory |
org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.rmi.jackrabbit.JackrabbitClientAdapterFactory
Use the normal
ClientAdapterFactory instead |
org.apache.jackrabbit.webdav.jcr.JcrValueType
As of Jackrabbit 2.2. Please Use
JcrValueType instead. |
org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem
This class should not be used because it is not database vendor specific.
Each DatabaseFileSystem now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database file system that uses JNDI to acquire the database connection.
The JNDI location of the WARNING: The acquired database connection is kept for the entire lifetime of the file system instance. The configured data source should be prepared for this. |
org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
This class should not be used because it is not database vendor specific.
Each DatabaseJournal now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database journal that uses JNDI to acquire the database connection.
The JNDI location of the WARNING: The acquired database connection is kept for the entire lifetime of the journal instance. The configured data source should be prepared for this. |
org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.spi.commons.lock.Locked
Use org.apache.jackrabbit.util.Locked instead.
|
org.apache.jackrabbit.core.persistence.db.MSSqlPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.commons.iterator.NodeIterable
- Use
JcrUtils.in(NodeIterator) instead |
org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.spi.commons.query.sql2.Parser
use
Parser
instead. |
org.apache.jackrabbit.commons.iterator.PropertyIterable
- Use
JcrUtils.in(PropertyIterator) instead |
org.apache.jackrabbit.core.fs.RandomAccessOutputStream
this class should no longer be used
|
org.apache.jackrabbit.commons.iterator.RowIterable
- Use
JcrUtils.in(RowIterator) instead |
org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
Field and Description |
---|
org.apache.jackrabbit.webdav.version.WorkspaceResource.CUURENT_ACTIVITY_SET
Use
WorkspaceResource.CURRENT_ACTIVITY_SET instead. |
org.apache.jackrabbit.core.query.lucene.SearchIndex.DEFAULT_EXTRACTOR_POOL_SIZE
this value is not used anymore. Instead the default value
is calculated as follows: 2 * Runtime.getRuntime().availableProcessors().
|
org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication.PARAM_COMPAT
This system parameter allows to enable backwards compatible
behavior of the
TokenBasedAuthentication . Note that as of OAK 1.0
this flag will no be supported. |
org.apache.jackrabbit.core.security.user.UserManagerImpl.PARAM_COMPATIBILE_JR16
Use
UserManagerImpl.PARAM_COMPATIBLE_JR16 instead. |
org.apache.jackrabbit.core.security.AccessManager.READ |
org.apache.jackrabbit.core.security.AccessManager.REMOVE |
org.apache.jackrabbit.core.security.AccessManager.WRITE |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.