Package and Description |
---|
com.atlassian.confluence.search.v2.lucene.boosting |
Interface and Description |
---|
com.atlassian.confluence.legacyapi.service.content.AttachmentService
since 7.0.1 , use
ContentLabelService |
com.atlassian.confluence.it.BaseUrlSelector
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.BaseUrlSelector} alternative
|
com.atlassian.confluence.core.Beanable
since 5.2. If you want a JSON-producing REST endpoint, then use a proper JAXRS resource.
|
com.atlassian.confluence.search.v2.lucene.boosting.BoostingQueryFactory
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.cluster.ClusteredLock
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
com.atlassian.confluence.cache.ConfigurableCache
since 5.5.1 please use
ManagedCache instead |
com.atlassian.confluence.setup.settings.ConfluenceFlavourService
since 5.10. No longer needed.
|
com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutor
in 5.8. Use
ConfluenceFrameExecutor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.lucene.ConfluenceIndexManager
since 5.10, use
IndexManager instead |
com.atlassian.confluence.search.ConfluenceSearchScope
in 5.9. Use
SearchManager instead |
com.atlassian.confluence.it.ContentEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.legacyapi.service.content.ContentService
since 7.0.1
use
ContentService
and ContentLabelService where applicable |
com.atlassian.confluence.setup.settings.CoreFeaturesManager
since 5.10. No longer needed
|
com.atlassian.confluence.it.usermanagement.DirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfiguration} alternative
|
com.atlassian.confluence.it.Entity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.User} alternative
|
bucket.core.persistence.EntityObjectQueue
since 6.10.0. No replacement.
|
bucket.core.persistence.EntityObjectQueueFactory
since 6.10.0. No replacement.
|
com.atlassian.confluence.search.v2.lucene.boosting.ExplainableBoostingStrategy
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.FileStoreClientAdapter
since 7.0.1. Use
MediaApiClientAdapter |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.FileStoreClientIdentitySupplier
since 5.10. Use
MediaApiClientIdentitySupplier |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.FileStoreClientSupplier
since 5.10. Use
MediaApiClientSupplier |
com.atlassian.confluence.cache.hibernate.HibernateCacheFactory
since 6.14, implementation detail, will be removed in a future release
|
com.atlassian.confluence.util.http.HttpResponse
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.HttpRetrievalService
since 7.0.1
Use
RequestFactory or ReadOnlyApplicationLink
instead. |
com.atlassian.confluence.search.IndexFlushScheduler
since 5.10
|
bucket.search.persistence.dao.IndexQueueEntryDao
since 6.10.0. Replaced by
com.atlassian.confluence.impl.journal.JournalDao . |
com.atlassian.confluence.api.model.index.IndexRecoverer
since 7.0.1, there is no substitution for it.
|
com.atlassian.confluence.search.lucene.IndexTaskQueue
since 5.10, use
IndexTaskQueue instead |
com.atlassian.confluence.json.JSONAction
since 2.10 - Use
DefaultJsonator with an AbstractCommandAction instead.
This interface is used as a convenience to indicate that an action can provide its result in JSON format. It's not strictly needed as the result uses reflection but is provided anyway as a convenience. |
com.atlassian.confluence.it.LinkableContent
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.concurrent.Lock
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
com.atlassian.confluence.concurrent.LockFactory
since 5.6. Use
ClusterLockService for locking |
com.atlassian.confluence.pageobjects.page.LogoutPage
in 5.8. Use
LogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.LuceneQueryMapper
since 7.0 use
SearchQuery.expand() instead. |
com.atlassian.confluence.search.v2.lucene.LuceneResultFilter
since 5.5. Please implement a search time
Filter instead. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager . |
com.atlassian.confluence.search.v2.lucene.LuceneResultFilterMapper
since 5.5 as it depends on the deprecated
LuceneResultFilter
and ResultFilter classes. |
com.atlassian.confluence.search.v2.lucene.LuceneSearcher
since 5.5. This layer of abstraction is no longer required. Just use
SearchManager . |
com.atlassian.confluence.search.v2.lucene.LuceneSearchFilterMapper
since 7.0 use
SearchFilter.expand() instead. |
com.atlassian.confluence.search.v2.lucene.LuceneSortMapper
since 7.0 use
SearchSort.expand() instead. |
com.atlassian.confluence.it.maven.MavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenDependency} alternative
|
com.atlassian.confluence.content.render.xhtml.storage.link.user.MentionsParser
Since 5.3. No replacement.
|
com.atlassian.confluence.pageobjects.component.menu.Menu
in 5.8. Use
Menu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.menu.MenuItem
in 5.8. Use
MenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.cluster.NameResolver
since 5.5.1. Use
ClusterUtils instead} |
bucket.core.persistence.ObjectDao
since 6.10.0. Use
com.atlassian.confluence.internal.persistence.ObjectDaoInternal instead. |
com.atlassian.confluence.cache.option.Option
Since 5.6 Use
Option for serializable entries (remote or persistent) or Optional
for non-serializable (local and in memory). |
com.atlassian.confluence.pageobjects.component.PageComponent
in 5.8. Use
PageComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.core.PaginationSupport
since 6.10.0. Use
PaginationService instead. |
com.atlassian.confluence.it.Permission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.api.permissions.GlobalPermission} alternative
|
com.atlassian.confluence.legacyapi.service.people.PersonService
since 7.0.1 , use
PersonService |
com.atlassian.confluence.it.plugin.Plugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.Plugin} alternative
|
com.atlassian.confluence.it.plugin.PluginHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.PluginHelper} alternative
|
com.atlassian.hibernate.PluginHibernateSessionFactory
since 6.1.0. Consider using documented Java or REST APIs as an alternative.
See https://developer.atlassian.com/confdev/confluence-plugin-guide for more information.
|
com.atlassian.confluence.it.rpc.QuartzJob
Use confluence-test-utils module's com.atlassian.confluence.test.rest.api.scheduler.QuartzJob.
|
com.atlassian.confluence.links.ReferralManager
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10259
|
com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonManyFetcher
since 7.0.1. Use
RemoteManyFetcher instead. |
com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonSingleFetcher
since 7.0.1. Use
RemoteSingleFetcher instead. |
com.atlassian.confluence.cluster.RepeatableTask
Since 5.5 Use
PollingChangeTracker |
com.atlassian.confluence.search.v2.ResultFilter
since 5.5. Please consider implementing
SearchFilter . If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager . |
com.atlassian.confluence.it.rpc.RpcBaseResolver
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.RpcBaseResolver} alternative
|
com.atlassian.confluence.user.SearchEntitiesManager
since 5.9. Use
CrowdService.search(com.atlassian.crowd.embedded.api.Query) instead. |
com.atlassian.confluence.spaces.actions.SpaceAdministrative
since 2.8. Please avoid this interface. Instead override
ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User, Permission, Object) instead.
This will make it easier to determine the permissions required to invoke an action as they would be more
explicit and in one place (you won't have to check whether the class or its super class implements this
interface). Also implement |
com.atlassian.confluence.spaces.SpaceGroupManager
in 5.9.
|
com.atlassian.confluence.legacyapi.service.content.SpaceLabelService
since 7.0.1 , use
ContentLabelService |
com.atlassian.confluence.userstatus.StatusTextRenderer
Since 5.9.1
Responsible for converting status text into displayable HTML. Will auto-link URLs, wiki inline markup and
hash-tags.
|
com.atlassian.confluence.userstatus.tag.TagCallback
Since 5.9.1
Callback to receive tags and their positions
|
com.atlassian.confluence.legacyapi.service.content.TemplateService
since 7.0.1 , use
ContentLabelService |
com.atlassian.confluence.it.TitledContent
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.util.http.trust.TrustedConnectionStatusBuilder
since 7.0.1
|
com.atlassian.confluence.it.plugin.UploadablePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.UploadablePlugin} alternative
|
bucket.user.UserAccessor
since 6.10.0. Use
com.atlassian.confluence.user.UserAccessor |
com.atlassian.confluence.it.usermanagement.UserManagementHelper
Please use confluence-test-utils module instead.
See
UserManager alternative |
com.atlassian.confluence.search.v2.lucene.WrappedHit
since 5.2. Hit abstraction no longer exists in lucene 4.2.x.
|
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
since 5.1.4 See
StorageFormatCleaner and RenderedContentCleaner instead. |
Class and Description |
---|
com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
since 5.10, use atlassian-scheduler instead.
|
com.atlassian.confluence.it.AbstractContentEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
in 5.8. Use
AbstractDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
in 5.8. Use
AbstractEditorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.AbstractEditStylesheetPage
in 5.8. Use
AbstractEditStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.admin.AbstractGadgetAdminTab
in 5.8. Use
AbstractGadgetAdminTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
since 5.9.0 in favour of ConfluenceStatelessTestRunner
|
com.atlassian.quartz.jobs.AbstractJob
since 5.10, use
JobRunner instead. |
com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
Use
ConfluenceStatelessRestTestRunner
A an abstract JUnit3 base class for REST-related tests. Exposes various helpers via getter methods.
NOTE: This class does NOT auto-create |
com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
in 5.8. Use
AbstractLabelSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult |
com.atlassian.confluence.it.AbstractPageEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
since Confluence 4.3 No alternative is offered. Simply implement PathConverter directly.
|
com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
Use
ConfluenceStatelessRestTestRunner , or a
JUnit4-style test with its own set of fields as required. |
com.atlassian.confluence.rest.AbstractRestSerializationAcceptanceTest
since 6.4 Use
ConfluenceStatelessRestTestRunner
and potentially REST-Assured instead. |
com.atlassian.confluence.user.actions.AbstractSearchUsersAction
since 5.9. Use
AbstractSearchCrowdUsersAction instead. |
com.atlassian.confluence.pageobjects.page.space.AbstractSpaceExport
in 5.8. Use
AbstractSpaceExport instead
from maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new
README. |
com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
in 5.8. Use
AbstractViewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.webdriver.AbstractWebDriverTest
since 5.5 in favour of ConfluenceStatelessTestRunner
|
com.atlassian.confluence.it.AcceptanceTestHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.AcceptanceTestHelper} alternative
|
com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
since 5.3 Use
MemoryAwareImageRenderPredicate . |
com.atlassian.confluence.pageobjects.component.menu.AddMenu
in 5.8. Add menu has been removed.
|
com.atlassian.confluence.legacyapi.model.people.Anonymous
since 7.0.1 , use
Anonymous |
com.atlassian.confluence.search.v2.searchfilter.AnonymousUserInfoSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
com.atlassian.confluence.search.v2.lucene.mapper.AnonymousUserInfoSearchFilterMapper
since 7.0 see
AnonymousUserInfoSearchFilter.expand() . |
com.atlassian.confluence.search.v2.lucene.mapper.ArchivedSpacesSearchFilterMapper
since 7.0 see
ArchivedSpacesSearchFilter.expand() . |
com.atlassian.confluence.it.Attachment
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.api.model.content.id.AttachmentContentId
since 6.10.0, use
ContentId |
com.atlassian.confluence.AttachmentMigrationAcceptanceTest
since 7.0.0, it will be removed in future.
as the result of this ticket https://jira.atlassian.com/browse/CONFSRVDEV-10115
|
com.atlassian.confluence.admin.actions.AttachmentMigrationAction
since 7.0.0, it will be removed in future.
|
com.atlassian.confluence.it.admin.AttachmentStorageConfiguration
since 7.0.0, it will be removed in future
|
com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction
since 7.0.0, it will be removed in future
|
com.atlassian.confluence.search.v2.lucene.mapper.AttachmentTypeQueryMapper
since 7.0 see
AttachmentTypeQuery.expand() . |
com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Since 4.3. This class is only public because it is used by ContentTypesDisplayMapper. Avoid using
this class directly and use a ContentUiSupport object instead. This class will be made private when
ContentTypesDisplayMapper is removed. |
com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
in 5.8. Use
AUIDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.AuiMessage
in 5.8. Use
AuiMessage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.util.http.Authenticator
since 7.0.1 as it is not used anymore
|
com.atlassian.confluence.pageobjects.component.form.Autocomplete
in 5.8. Use
Autocomplete instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.form.AutocompleteField
in 5.8. Use
AutocompleteField instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugin.AutodetectClassPrefixModuleFactory
since 7.0.1. Should be removed in 8.0 when we finally start using constructor injection for everything.
|
com.atlassian.confluence.plugin.AutodetectModuleFactoryHolder
since 7.0.1. All these constructions are dirty hacks which exist because we can't convert everything
at once to constructor injection. In version 8.0.0 we will have to convert all the things to constructor injection
and after that we can get rid of all these constructs and just use pure Plugins Framework instruments for injection.
|
com.atlassian.confluence.util.http.BaseHttpRetrievalService
since 7.0.1
Use
RequestFactory or ReadOnlyApplicationLink
instead. |
com.atlassian.confluence.util.http.httpclient.BasicAuthenticator
Since 5.5 not used.
|
com.atlassian.confluence.it.BlogPost
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateSearcherInitialisation
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.query.BoostingQuery
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.lucene.boosting.BoostingQuery
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.lucene.mapper.BoostingQueryMapper
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
since 6.7 use boolean query with must wrapped query + should space key matching instead.
|
com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.pageobjects.component.header.Breadcrumbs
in 5.8. Use
Breadcrumbs instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.user.persistence.dao.hibernate.BucketGroupDAO
since 6.10.0. Replaced by
com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao . |
bucket.user.BucketHibernateConfigProvider
since 6.10.0. Use
com.atlassian.confluence.impl.user.PropertySetHibernateConfigurationProvider instead. |
com.atlassian.confluence.search.lucene.tasks.BulkWriteIndexTask
since 5.9. This class is not used.
|
bucket.user.propertyset.CacheAwarePropertySet
since 6.10.0. No replacement.
|
com.atlassian.confluence.impl.propertyset.CacheAwarePropertySet
since 5.10. Retained only for use of
CachingConfluenceUserPropertySetFactory . |
com.atlassian.confluence.search.v2.lucene.CacheBackedLuceneSearchMapperRegistry
since 7.0.1 All uses of
PluginAccessor.getEnabledModuleDescriptorsByClass(Class) are cached now. |
com.atlassian.confluence.cache.CacheStatisticsAction
since 5.5. Functionality moved to the confluence-cache-management-plugin.
|
com.atlassian.confluence.it.admin.CacheStatisticsPage |
bucket.user.providers.CachingAccessProvider
since 6.10.0. No longer used.
|
bucket.user.providers.CachingCredentialsProvider
since 6.10.0. No longer used.
|
bucket.user.providers.CachingProfileProvider
since 6.10.0. No longer used.
|
com.atlassian.confluence.search.v2.lucene.mapper.CaseInsensitiveSortMapper
since 7.0 user
LowercaseFieldSortMapper . |
bucket.user.providers.ChainedAccessProvider
since 6.10.0. No longer used.
|
bucket.user.providers.ChainedCredentialsProvider
since 6.10.0. No longer used.
|
bucket.user.providers.ChainedProfileProvider
since 6.10.0. No longer used.
|
com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
since 5.10, use
BooleanSearchFilter instead |
com.atlassian.confluence.search.v2.lucene.mapper.ChainedSearchFilterMapper
since 7.0 see
ChainedSearchFilter.expand() . |
bucket.user.providers.ChainedUserProvider
since 6.10.0. No longer used.
|
com.atlassian.confluence.setup.actions.ChecklistAction
since 6.7.0, Johnson is used instead of checklist page
|
com.atlassian.confluence.it.resource.Classpath
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.Classpath} alternative
|
com.atlassian.confluence.security.CleanCaptchaEngine
since 6.13.0. It's not used anywhere except in a comment in spring wiring xml file. Should remove it in 7.0.
|
com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction |
com.atlassian.confluence.pageobjects.component.editor.toolbars.ColorPickerDropdownMenu
in 5.8. Use
ColorPickerDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.Comment
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.pageobjects.page.content.CommentsSection
in 5.8. Use
CommentsSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate
since 7.0.1. Use
Predicate.and(Predicate) instead. |
com.atlassian.confluence.util.misc.ConcurrentConversionUtil
since 7.0.1
|
com.atlassian.confluence.impl.util.collections.ConcurrentOperationMap
since 5.9 use Java 8 compatible version of atlassian-util-concurrent instead
|
com.atlassian.confluence.user.providers.jira.ConditionalPropertySet
since 6.10.0. Use
CrowdService instead. |
bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean instead. |
com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabaseConnectionPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.ConfigureDatabaseConnectionPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.ConfigureDatabasePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.ConfirmPasswordDialog
in 5.8. Use
ConfirmPasswordDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
in 5.8. Use
ConfluenceAbstractPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
in 5.8. Use
ConfluenceAbstractPageComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.ConfluenceAdminHomePage
in 5.8. Use
ConfluenceAdminHomePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.util.http.ConfluenceAttributeListener
since 7.0.1 as it is a part of Confluence Cloud
|
com.atlassian.confluence.it.ConfluenceBaseUrlSelector
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.ConfluenceBaseUrlSelector} alternative
|
com.atlassian.confluence.pageobjects.module.ConfluenceComponentSupportModule
in 5.8. Use
ConfluenceComponentSupportModule instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.core.persistence.hibernate.ConfluenceConnectionProviderSupplier
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.DefaultConnectionProviderSupplier instead. |
com.atlassian.confluence.pageobjects.page.ConfluenceContextRootPage
in 5.8. Use
ConfluenceContextRootPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.event.ConfluenceEventManager
Since 3.3, use
ConfluenceEventPublisherManager |
com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
since 5.10. Code should be delegating to a product-managed executor service instead.
|
com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceFlavourCondition
since 5.10. No longer needed.
|
com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ConfluenceFlavourUrlReadingCondition
since 5.10. No longer needed.
|
com.atlassian.confluence.pageobjects.page.ConfluenceForgotPasswordPage
in 5.8. Use
ConfluenceForgotPasswordPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate
in 5.8. Use
ConfluenceFrameExecutorTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.header.ConfluenceHeader
in 5.8. Use
ConfluenceHeader instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlAnnotationEscaper
since 6.5. Remove when we no longer support
HtmlSafe . |
com.atlassian.confluence.htmlunit.ConfluenceHtmlUnitConfig
since 5.8. Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.ConfluenceHtmlUnitConfig} alternative
|
com.atlassian.confluence.servlet.ConfluenceHttpServlet
Since 5.5. Use
HttpServlet |
com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Since 5.6. Use
LicenseService instead. |
com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
in 5.8. Use
ConfluenceLoginPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
in 5.8. Use
ConfluenceMainHeader instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.menu.ConfluenceMenuItem
in 5.8. Use
ConfluenceMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.rpc.ConfluenceRpc
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rest.api.ConfluenceRestClient} and {com.atlassian.confluence.test.rpc.api.ConfluenceRpcClient} alternatives
The new rpc and rest clients may not have all the APIs yet - feel free to copy and refactor them over from here as they are needed. |
com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
in 5.8. Use
ConfluenceSignupPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
in 5.8. Use
ConfluenceTestedProduct instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.util.ConfluenceTrackbackUtils
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243
|
com.atlassian.confluence.pageobjects.component.menu.ConfluenceUserMenu
in 5.8. Use
ConfluenceUserMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.header.ConfluenceWebSudoBanner
in 5.8. Use
ConfluenceWebSudoBanner instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
in 5.8. Use
ConfluenceWebSudoPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.ContainingContentTypeQueryMapper
since 7.0 see
ContainingContentTypeQuery.expand() . |
com.atlassian.confluence.legacyapi.model.content.Content
since 7.0.1 , use
Content |
com.atlassian.confluence.legacyapi.model.content.ContentBody
since 7.0.1 , use
ContentBody |
com.atlassian.confluence.legacyapi.model.content.ContentLink
since 7.0.1 , use
Link |
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
since 7.0.1 , use
ContentLocator |
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocatorBuilder
since 7.0.1 , use
ContentLocatorBuilder |
com.atlassian.confluence.search.actions.ContentNameSearchAction
since 5.2. Instead please use the REST endpoint that is provided by the
'Confluence QuickNav' Bundled Plugin. Please use /rest/quicknav/1/search instead. It accepts the exact same arguments
and is thus API compatible with this class. You should be able to swap them out directly.
|
com.atlassian.confluence.legacyapi.model.content.ContentTree
since 7.0.1 , use
Content |
com.atlassian.confluence.legacyapi.model.content.ContentType
since 7.0.1 , use
ContentType |
com.atlassian.confluence.search.v2.lucene.mapper.ContentTypeQueryMapper
since 7.0 see
ContentTypeQuery.expand() . |
com.atlassian.confluence.search.v2.lucene.mapper.ContributorQueryMapper
since 7.0 see
ContributorQuery.expand() . |
com.atlassian.confluence.pageobjects.page.content.CopyPage
in 5.8. Use
CopyPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.CopySpacePage
in 5.8. Use
CopySpacePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.CreateBlog
in 5.8. Use
CreateBlog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugins.dashboard.CreateContentCondition
since 5.11. Use
CreatePageOrBlogpostCondition |
com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
in 5.8. Use
CreateDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.CreatePage
in 5.8. Use
CreatePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.CreatePageTemplate
in 5.8. Use
CreatePageTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.spaces.actions.CreateSpaceAction
Since 5.3 - use the new rest APIs from the Create Content plugin
com.atlassian.confluence.plugins.createcontent.rest.SpaceBlueprintResource |
bucket.core.comparators.CreationDateComparator
since 6.10.0. Use
Comparator.comparing(Function) with
EntityObject.getCreationDate() instead. |
com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.CrowdDirectoryConfiguration} alternative
|
com.atlassian.confluence.search.v2.lucene.mapper.CustomContentTypeQueryMapper
since 7.0 see
CustomContentTypeQuery.expand() . |
com.atlassian.confluence.util.breadcrumbs.DashboardBreadcrumb
since 5.0, we don't display the Dashboard breadcrumb.
If you keep including the DashboardBreadcrumb, it will be filtered out.
See
BreadcrumbGenerator for more information. |
com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesPanel
in 5.8. Use
DashboardEntitiesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
in 5.8. Use
DashboardEntitiesTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.DashboardPage
in 5.8. Use
DashboardPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dashboard.DashboardPagesTab
in 5.8. Use
DashboardPagesTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent
in 5.8. Use
DashboardUpdatesContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesPanel
in 5.8. Use
DashboardUpdatesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.Database
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.Database} alternative
|
com.atlassian.confluence.pageobjects.page.setup.DatabaseTypePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.DatabaseTypePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.form.DatePicker
in 5.8. Use
DatePicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRange
since 5.10, use
Range instead |
com.atlassian.confluence.search.v2.lucene.mapper.DateRangeQueryMapper
since 7.0 see
DateRangeQuery.expand() . |
com.atlassian.confluence.search.v2.searchfilter.DeactivatedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
com.atlassian.confluence.search.v2.lucene.mapper.DeactivatedUserSearchFilterMapper
since 7.0 see
DeactivatedUserSearchFilter.expand() . |
com.atlassian.confluence.cache.DefaultCacheSettingsManager
since 6.14, Implementation detail, will be moved into an internal package in a future release.
|
com.atlassian.confluence.it.usermanagement.DefaultDirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DefaultDirectoryConfiguration} alternative
|
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultFileStoreClientIdentitySupplier
since 7.0.1. Use
MediaApiClientIdentitySupplier |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultFileStoreClientSupplier
since 7.0.1. Use
MediaApiClientSupplier |
com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
since 7.0.1. Use
DefaultFollowManager.CanUserUseConfluence |
com.atlassian.confluence.pageobjects.page.DefaultLogoutPage
in 5.8. Use
DefaultLogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.themes.persistence.hibernate.DefaultPersistentDecoratorDao
since 5.10. Replaced with
CachingPersistentDecoratorDao |
com.atlassian.confluence.links.DefaultReferralManager
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10259
|
com.atlassian.confluence.util.http.httpclient.DefaultSeraphAuthenticator
since 6.7. Not used.
|
com.atlassian.confluence.search.v2.lucene.mapper.DefaultSortMapper
since 7.0 use
FieldSortMapper . |
com.atlassian.confluence.spaces.DefaultSpaceGroupManager
in 5.9.
|
com.atlassian.confluence.userstatus.DefaultStatusTextRenderer
Since 5.9.1
|
com.atlassian.confluence.util.http.trust.DefaultTrustedConnectionStatusBuilder
since 7.0.1
|
bucket.user.DefaultUserAccessor
since 6.10.0. Use
com.atlassian.confluence.user.UserAccessor |
com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DefaultUserManager} alternative
|
com.atlassian.confluence.impl.mail.notification.persistence.DelegatingNotificationDao
since 6.10.0. Use
DelegatingNotificationDaoInternal instead. |
com.atlassian.confluence.servlet.DelegatingServletManager
Since 5.5, not used.
|
com.atlassian.confluence.velocity.Deprecated |
com.atlassian.confluence.extra.velocitydeprecation.DeprecatedClass |
com.atlassian.confluence.pageobjects.component.dialog.Dialog
in 5.8. Use
Dialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.labels.DialogLabelSection
in 5.8. Use
DialogLabelSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.menu.DialogMenuItem
in 5.8. Use
DialogMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pages.thumbnail.Dimensions
since 5.3 Use
ImageDimensions instead |
com.atlassian.confluence.it.usermanagement.DirectoryNames
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryNames} alternative
|
com.atlassian.confluence.plugins.soy.DocLinkFunction
since 5.8. Please use cross product helpUrl function instead.
|
com.atlassian.confluence.pageobjects.page.user.DraftsPage
in 5.8. Use
DraftsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.form.DynamicSelectElement
in 5.8. Use
DynamicSelectElement instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.util.test.EchoAnswer
since 5.6.1, use
AdditionalAnswers.returnsArgAt(int) instead. |
com.atlassian.confluence.pageobjects.page.content.EditContentPage
in 5.8. Use
EditContentPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.EditGlobalStylesheetPage
in 5.8. Use
EditGlobalStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.Editor
in 5.8. Use
Editor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorAutoComplete
in 5.8. Use
EditorAutoComplete instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorAutocompleteMacro
in 5.8. Use
EditorAutocompleteMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorContent
in 5.8. Use
EditorContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage
in 5.8. Use
EditorEmbeddedImage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedLink
in 5.8. Use
EditorEmbeddedLink instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
in 5.8. Use
EditorMainToolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.EditorPage
in 5.8. Use
EditorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.EditorPreview
in 5.8. Use
EditorPreview instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
in 5.8. Use
EditorTablePicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.EditRestrictedPage
in 5.8. Use
EditRestrictedPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.EditSecurityConfigurationPage
in 5.8. Use
EditSecurityConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.EditSpacesConfigurationPage
in 5.8. Use
EditSpacesConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.legacyapi.model.content.EditSummary
since 7.0.1 , use
Version |
com.atlassian.confluence.pageobjects.page.user.EditUserEditorSettingsPage
in 5.8. Use
EditUserEditorSettingsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.user.EditUserProfilePage
in 5.8. Use
EditUserProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.cache.ehcache.EhCacheManagementConfig
since 5.9
|
com.atlassian.confluence.cache.ehcache.EhCacheStatisticsPublisher
5.9, don't use it since it causes ehcache stats to be held in memory indefinitely
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
|
com.atlassian.confluence.legacyapi.service.Expansion
since 7.0.1 , use
Expansion |
com.atlassian.confluence.legacyapi.service.Expansions
since 7.0.1 , use
Expansions |
com.atlassian.confluence.event.events.admin.ExportFinishedEvent
since 5.10. Use
AsyncExportFinishedEvent instead |
com.atlassian.confluence.pageobjects.page.admin.ExternalGadgetsPage
in 5.8. Use
ExternalGadgetsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.ExternalImagePanelImageBrowserDialog
in 5.8. Use
ExternalImagePanelImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.searchfilter.ExternallyDeletedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
com.atlassian.confluence.it.usermanagement.ExternalUserSynchroniser
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.ExternalUserSynchroniser} alternative
|
com.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor
since 7.0 use
Extractor2ModuleDescriptor instead. |
com.atlassian.confluence.pageobjects.component.FavouritePage
in 5.8. Use
FavouritePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.FileExtensionQueryMapper
since 7.0 see
FileExtensionQuery.expand() . |
com.atlassian.confluence.it.maven.FileMavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.FileMavenDependency} alternative
|
com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Since 5.5 Use
FileSystemAttachmentDataDao |
com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
in 5.8. Use
FormatDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.Forms
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.Forms} alternative
|
com.atlassian.confluence.content.render.image.FreeMemoryAwareImageRenderPredicate
since 7.0.1 , use
MemoryAwareImageRenderPredicate |
com.atlassian.confluence.api.util.FugueConversionUtil
since 7.0.1
|
com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForQuartz
since 5.9
|
com.atlassian.confluence.renderer.v2.macros.GenericVelocityMacro
as of 4.0. Replaced by
GenericVelocityMacro . |
com.atlassian.confluence.it.Group
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.Group} alternative
|
com.atlassian.confluence.pageobjects.component.popup.GroupPickerPopup
in 5.8. Use
GroupPickerPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.util.collections.GuavaConversionUtil
since 7.0.1.
|
com.atlassian.confluence.cluster.HashClusterNameResolver
since 5.5.1. Use
ClusterUtils instead} |
com.atlassian.confluence.userstatus.tag.HashTagHelper
Since 5.9.1
|
com.atlassian.confluence.search.v2.lucene.mapper.HasPersonalSpaceQueryMapper
since 7.0 see
HasPersonalSpaceQuery.expand() . |
com.atlassian.confluence.pageobjects.component.menu.HelpMenu
in 5.8. Use
HelpMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.cache.hibernate.HibernateCacheFactory.InstanceHolder
since 6.14, implementation detail, will be removed in a later release
|
bucket.core.persistence.hibernate.HibernateEntityObjectQueue
since 6.10.0. No replacement.
|
bucket.core.persistence.hibernate.HibernateEntityObjectQueueFactory
since 6.10.0. No replacement.
|
com.atlassian.confluence.core.persistence.hibernate.HibernateIndexQueueEntryDao
since 6.10.0. Replaced by
HibernateJournalDao . |
com.atlassian.confluence.legacyapi.model.content.HistorySummary
since 7.0.1 , use
History |
com.atlassian.confluence.dashboard.actions.HomepageAction
since 5.9. No longer used.
IndexAction now performs the
necessary redirection, rather than delegating to this action. |
com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
since 6.5. Use
HtmlFragment instead. |
com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.httpclient.HttpClientHttpResponse
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.httpclient.HttpClientHttpRetrievalService
since 7.0.1
Use
RequestFactory or ReadOnlyApplicationLink
instead. |
com.atlassian.confluence.util.http.httpclient.HttpClientProxyConfiguration
since 7.0.1 see
HttpRetrievalService |
com.atlassian.confluence.util.http.HttpProxyConfiguration
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.HttpRequest
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.HttpRequestConfig
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
since 7.0.1 as part of
HttpRetrievalService |
com.atlassian.confluence.util.I18NSupport
since 5.2 Use
I18NBeanFactory.getI18NBean() |
com.atlassian.confluence.pageobjects.component.dialog.ImageAttributesPanel
in 5.8. Use
ImageAttributesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
in 5.8. Use
ImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.ImageLink
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.ImageLink} alternative
|
com.atlassian.confluence.pageobjects.component.dialog.ImagePropertiesDialog
in 5.8. Use
ImagePropertiesDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel
in 5.8. Use
ImagePropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.search.persistence.IndexQueueEntry
since 6.10.0. Replaced by
com.atlassian.confluence.impl.journal.JournalEntry . |
com.atlassian.confluence.search.v2.lucene.mapper.InheritedLabelQueryMapper
since 7.0 see
InheritedLabelQuery.expand() . |
com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
in 5.8. Use
InsertDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.lucene.filter.InSpaceFilterFactory |
com.atlassian.confluence.search.v2.lucene.mapper.InSpaceQueryMapper
since 7.0 see
InSpaceQuery.expand() . |
com.atlassian.confluence.tinymceplugin.conditions.IsEditorPageRestrictedCondition
since 5.9. Use
ContentHasExplicitPermissionsSetCondition |
com.atlassian.confluence.pageobjects.JavascriptTimedQueryFactory
in 5.8. Use
JavascriptTimedQueryFactory instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.user.providers.jira.JiraJdbcAccessProvider
since 6.10.0. Use
CrowdService instead. |
com.atlassian.confluence.user.providers.jira.JiraJdbcCredentialsProvider
since 6.10.0. Use
CrowdService instead. |
com.atlassian.confluence.user.providers.jira.JiraJdbcProfileProvider
since 6.10.0. Use
CrowdService instead. |
com.atlassian.confluence.user.providers.jira.JiraJdbcPropertySet
since 6.10.0. Use
CrowdService instead. |
com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
since 5.10, use
JobConfigModuleDescriptor instead. |
com.atlassian.confluence.pageobjects.KeyboardShortcuts
in 5.8. Use
KeyboardShortcuts instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.legacyapi.model.people.KnownUser
since 7.0.1 , use
KnownUser |
com.atlassian.confluence.legacyapi.model.content.Label
since 7.0.1 , use
Label |
com.atlassian.confluence.it.Label
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Label} alternative
|
com.atlassian.confluence.labels.LabelPermissionSupport
since 6.9.0. Use the new
LabelPermissionEnforcer if possible |
com.atlassian.confluence.search.v2.lucene.mapper.LabelQueryMapper
since 7.0 see
LabelQuery.expand() . |
com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
in 5.8. Use
LabelsDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.LabelsSearchFilterMapper
since 7.0 see
LabelsSearchFilter.expand() . |
bucket.core.comparators.LastModificationDateComparator
since 6.10.0. Use
Comparator.comparing(Function) with
EntityObject.getLastModificationDate() instead. |
com.atlassian.confluence.search.v2.searchfilter.LastModifierSearchFilter
since 5.2. Use
LastModifierUserSearchFilter instead. |
com.atlassian.confluence.search.v2.lucene.mapper.LastModifierSearchFilterMapper
since 5.2. Use
LastModifierUserSearchFilterMapper instead. |
com.atlassian.confluence.util.LazyComponentReference
since 5.3 Use
LazyComponentReference . |
com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
since 7.0.1 , use
ContentLabelService |
com.atlassian.confluence.web.LegacyConfluenceWebMenuManager
since 5.9.0. Use
ConfluenceWebMenuManager instead. |
com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
since 7.0.1 , use
ContentBody.ContentBodyBuilder |
com.atlassian.confluence.ui.rest.builder.LegacyContentBuilder
since 7.0.1 , use
Content.ContentBuilder |
com.atlassian.confluence.ui.rest.content.LegacyContentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
since 7.0.1 , use
ContentService |
com.atlassian.confluence.ui.rest.json.LegacyCustomSerializer
since 7.0.1 , no replacement
|
com.atlassian.confluence.ui.rest.LegacyExpansionsParser
since 5.9. use
ExpansionsParser instead. |
com.atlassian.confluence.ui.rest.service.content.LegacyLabelHelper
since 7.0.1 , no replacement
|
com.atlassian.confluence.ui.rest.content.LegacyLabelPrefixHelper
since 7.0.1 , no replacement
|
com.atlassian.confluence.ui.rest.json.LegacyOptionSerializer
since 7.0.1 , use
OptionSerializer |
com.atlassian.confluence.ui.rest.builder.LegacyPersonBuilder
since 7.0.1 , use
KnownUser.Builder |
com.atlassian.confluence.ui.rest.people.LegacyPersonResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.ui.rest.service.people.LegacyPersonServiceImpl
since 7.0.1 , use
PersonService |
com.atlassian.confluence.ui.rest.content.LegacyRestHelper
since 7.0.1 , no replacement
|
com.atlassian.confluence.ui.rest.service.content.LegacySpaceLabelServiceImpl
since 7.0.1 , use
ContentLabelService |
com.atlassian.confluence.ui.rest.content.LegacySpaceResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.ui.rest.builder.LegacySpaceSummaryBuilder
since 7.0.1 , use
Space.SpaceBuilder |
com.atlassian.confluence.plugin.LegacySpringContainerAccessor
since 7.0.1. It uses deprecated spring wiring.
|
com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
since 7.0.1 , use
ContentService |
com.atlassian.confluence.pageobjects.page.setup.LicensePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.LicensePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
in 5.8. Use
LinkBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.LinkPropertyPanel
in 5.8. Use
LinkPropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.ListPageTemplates
in 5.8. Use
ListPageTemplates instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.setup.LoadContentPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.LoadContentPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.maven.LocalMavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.LocalMavenDependency} alternative
|
com.atlassian.confluence.concurrent.LockAdapter
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
com.atlassian.confluence.concurrent.LockOperation
Since 5.6. Use
ClusterLockService in conjunction with
ManagedLock.withLock(java.util.concurrent.Callable) . |
com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.
|
com.atlassian.confluence.plugin.descriptor.search.LuceneBoostingStrategyModuleDescriptor
since 7.0 use
FunctionScoreQuery instead. |
com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameSearcher
since 6.13 use constants in
SearchFieldNames instead. |
com.atlassian.confluence.search.v2.lucene.LuceneMapperClassPredicate
since 7.0.1. Use
ModuleDescriptorOfClassPredicate instead. |
com.atlassian.confluence.search.v2.lucene.LuceneMapperPredicate
since 7.0.1. Use
ModuleDescriptorOfClassPredicate instead, and
filter the results for AbstractLuceneMapperModuleDescriptor.handles(String) . |
com.atlassian.confluence.search.v2.lucene.LuceneSearchResults
since 5.9. Use
DefaultSearchResults |
com.atlassian.confluence.search.v2.lucene.LuceneSubsetResultFilter
since 5.5. To limit search results to an offset and count, construct a
com.atlassian.confluence.search.v2.ISearch#() with the required offset and count. |
com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserDialog
in 5.8. Use
MacroBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserPreview
in 5.8. Use
MacroBrowserPreview instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.MacroForm
in 5.8. Use
MacroForm instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.MacroItem
in 5.8. Use
MacroItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder
in 5.8. Use
MacroPlaceholder instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.MacroPropertyPanel
in 5.8. Use
MacroPropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.MacroUsageQueryMapper
since 7.0 see
MacroUsageQuery.expand() . |
com.atlassian.confluence.it.mail.MailHelper |
com.atlassian.confluence.pages.ManualTotalPaginationSupport
since 6.10.0. Use
PaginationService instead. |
bucket.core.persistence.hibernate.MappingResources
since 5.6
|
com.atlassian.confluence.it.maven.MavenDependencyHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenDependencyHelper} alternative
|
com.atlassian.confluence.it.maven.MavenUploadablePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenUploadablePlugin} alternative
|
com.atlassian.confluence.core.MaybeNot
since 7.0.1. Use
None |
bucket.core.persistence.hibernate.MemoryOptimizedSingleTableEntityPersister
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceMemoryOptimizedSingleTableEntityPersister instead. |
com.atlassian.confluence.pageobjects.component.editor.MentionsMenu
in 5.8. Use
MentionsMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugin.ModuleDescriptorCache
since 7.0.1. All uses of
PluginAccessor.getEnabledModuleDescriptorsByClass(Class) are cached now. |
com.atlassian.confluence.plugin.ModuleDescriptorCacheFactory
since 7.0.1. Every use of
PluginAccessor.getEnabledModuleDescriptorsByClass(Class) is cached now. |
com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
in 5.8. Use
MoreFormattingDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
in 5.8. Use
MovePageDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.form.MultiPicker
in 5.8. Use
MultiPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.MultiTextFieldQueryMapper
since 7.0 see
MultiTextFieldQuery.expand() . |
com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
in 5.8. Use
MultiUserPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.hibernate.dialect.MySQLDialect
since 6.1 This dialect has been replaced with com.atlassian.confluence.impl.hibernate.dialect.MySQLDialect
|
com.atlassian.confluence.content.render.xhtml.NastyUtilitiesWhichWillBeMadeRedundant
Since 4.1. Use
ConversionContext.getPageContext() . |
com.atlassian.confluence.macro.profile.NetworkMacro
since 7.0.0, it will be removed in future
|
com.atlassian.confluence.cache.option.None
Since 5.6. Use
Option.none() |
com.atlassian.confluence.pageobjects.page.NoOpPage
in 5.8. Use
NoOpPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugins.contentproperty.search.query.NumberRangeQuery
since 5.10, use
DoubleRangeQuery instead |
com.atlassian.confluence.cache.option.OptionalReadThroughCache
Since 5.6 Use
CacheFactory.getCache(String, com.atlassian.cache.CacheLoader) |
com.atlassian.confluence.rest.serialization.OptionDeserializer
since 7.0.1. Fugue options shouldn't be used in REST API.
OptionalDeserializer is doing
the same thing for deserialising Optional |
com.atlassian.confluence.rest.serialization.OptionSerializer
since 7.0.1. Fugue options shouldn't be used in REST API.
OptionalSerializer is doing
the same thing for serialising Optional |
com.atlassian.confluence.it.Page
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
com.atlassian.confluence.event.events.content.page.async.PageCreatedEvent
since 5.5. Use the synchronous events
|
com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
since 5.5. Use the synchronous events
|
com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
since 5.3 this class is intermittent bridge for safe migration from sync to async event processing
and not intended to long term usage.
In next releases sync version will be removed and async version of events will be published from PageManager
|
com.atlassian.confluence.pageobjects.page.content.PageInfo
in 5.8. Use
PageInfo instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.labels.PageLabelsSection
in 5.8. Use
PageLabelsSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar
in 5.8. Use
PageLayout2Toolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
since 5.5. Use the synchronous events
|
com.atlassian.confluence.pageobjects.component.menu.PageRedirectMenuItem
in 5.8. Use
PageRedirectMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
in 5.8. Use
PageRestrictionsDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.core.actions.PagerPaginationSupport
since 6.10.0. Use
PaginationService instead. |
com.atlassian.confluence.pageobjects.page.content.PageTemplateWizard
in 5.8. Use
PageTemplateWizard instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.event.events.content.page.async.PageTrashedEvent
since 5.5. Use the synchronous events
|
bucket.core.actions.PaginationSupport
since 6.10.0. Use
PaginationService instead. |
com.atlassian.confluence.legacyapi.model.PartialList
since 7.0.1 , use
PageResponse |
com.atlassian.confluence.pageobjects.page.PeopleDirectoryPage
in 5.8. Use
PeopleDirectoryPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.security.PermissionCheckDispatcherResultCache
since 5.9. No longer used.
|
com.atlassian.confluence.search.v2.query.PermittedSpacesQuery
since 3.0. Please use
SpacePermissionsSearchFilter instead. |
com.atlassian.confluence.legacyapi.model.people.Person
since 7.0.1 , use
Person |
com.atlassian.confluence.it.rpc.PluginQuartzJob
Use confluence-test-utils module's com.atlassian.confluence.test.rest.api.scheduler.PluginQuartzJob.
|
com.atlassian.confluence.pageobjects.page.admin.PopMailConfigPage
in 5.8. Use
PopMailConfigPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.rest.client.PromisingExecutorService
since 7.0.1. Use a regular
Executor instead. |
com.atlassian.confluence.it.PropertiesManager
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.PropertiesManager} alternative
|
com.atlassian.confluence.it.PropertiesManagerFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.PropertiesManagerFactory} alternative
|
com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
in 5.8. Use
PropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.plugins.rest.resources.PrototypeAttachmentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.plugins.rest.resources.PrototypeContentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.plugins.rest.resources.PrototypeSearchService
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.plugins.rest.resources.PrototypeSpaceResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.plugins.rest.resources.PrototypeUserResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.confluence.plugins.rest.resources.PrototypeUserSession
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
com.atlassian.quartz.QuartzUtil
since 6.10.0. Use
com.atlassian.scheduler.SchedulerService instead. |
com.atlassian.confluence.pageobjects.component.dropdown.QuickSearch
in 5.8. Use
QuickSearch instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.RandomnessHandler
since 5.8. Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.RandomnessHandler} alternative
|
com.atlassian.confluence.plugins.contentproperty.search.query.Range
since 5.10, use
Range instead |
com.atlassian.confluence.links.ReferralLink
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243
|
com.atlassian.confluence.setup.settings.beans.ReferrerSettings
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
Just fields declare, no need setter for bandana
|
com.atlassian.confluence.rpc.soap.beans.RemotePermission
Since 2.7. use
RemoteContentPermission instead |
com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
since 5.9.
|
com.atlassian.confluence.pageobjects.page.content.RenderedContent
in 5.8. Use
RenderedContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.cluster.RepeatableTaskRunner
Since 5.5 Use
PollingChangeTracker |
com.atlassian.confluence.util.ResizableImage
Since 5.5, not used.
|
com.atlassian.confluence.it.ResponseXPath
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.ResponseXPath} alternative
|
com.atlassian.confluence.it.RestHelper
since 6.4 Use
ConfluenceStatelessRestTestRunner instead |
com.atlassian.confluence.rest.RestTestHelper
since 6.4 Use
ConfluenceStatelessRestTestRunner instead |
com.atlassian.confluence.pageobjects.page.SAMLLogoutPage
in 6.1. Use
DefaultLogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.core.persistence.hibernate.schema.SchemaHelper
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper instead. |
bucket.core.persistence.hibernate.schema.SchemaUpdateListener
since 6.10.0. Replaced by
com.atlassian.confluence.plugin.PluginFrameworkContextListener . |
com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
in 5.8. Use
SearchAndReplaceToolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.SearcherAction
since 5.5. Use
SearcherWithTokenAction instead. |
com.atlassian.confluence.pageobjects.page.admin.SearchIndexesPage
in 5.8. Use
SearchIndexesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.SearchMappersThreadLocal
since 7.0.1 All uses of
PluginAccessor.getEnabledModuleDescriptorsByClass(Class) are cached now. |
com.atlassian.confluence.pageobjects.component.dialog.SearchPanelInImageBrowserDialog
in 5.8. Use
SearchPanelInImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.SearchResultPage
in 5.8. Use
SearchResultPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.actions.SearchSiteAction
5.9
|
com.atlassian.confluence.pageobjects.page.setup.SelectBundlePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SelectBundlePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.setup.SelectUserManagementPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SelectUserManagementPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeThreadLocal
since 5.10. Replaced by SessionCacheModeThreadLocal.
|
com.atlassian.confluence.pageobjects.page.setup.SetupCompletePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SetupCompletePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.setup.SetupSystemAdministratorPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SetupSystemAdministratorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.searchfilter.ShadowedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
com.atlassian.confluence.setup.settings.SharedDraftsDarkFeatureHelper
since 6.3.0. Use
CollaborativeEditingHelper |
com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarning |
com.atlassian.confluence.content.render.image.SimpleImageRenderPredicate
since 7.0.1
|
com.atlassian.confluence.it.SimpleLink
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.PollingChangeTracker} alternative
|
com.atlassian.confluence.it.plugin.SimplePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.SimplePlugin} alternative
|
com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
since 5.3. Use
SimpleImageSizeRenderPredicate . |
com.atlassian.confluence.pageobjects.page.space.SiteExportResult
in 5.8. Use
SiteExportResult instead
from maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new
README. |
com.atlassian.confluence.plugins.lookandfeel.events.SiteLogoChangedEvent
since 5.10. Use
SiteLogoChangedEvent |
com.atlassian.confluence.util.http.SizeLimitedInputStream
since 7.0.1 see
HttpRetrievalService for details |
com.atlassian.confluence.cache.option.Some
since 5.6 Use
Option.some(Object) |
com.atlassian.confluence.pageobjects.page.content.SourceEditor
in 5.8. Use
SourceEditor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.Space
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Space} alternative
|
com.atlassian.confluence.search.v2.lucene.mapper.SpaceCategoryQueryMapper
since 7.0 see
SpaceCategoryQuery.expand() . |
com.atlassian.confluence.SpaceDetailsAcceptanceTest
since 7.0.0, it will be removed in future
as the result of this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10121
|
com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
since 7.0.0, it will be removed in future.
|
com.atlassian.confluence.pageobjects.page.space.SpaceExportTree
in 5.8. Use
SpaceExportTree instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.spaces.SpaceGroup
in 5.9.
|
com.atlassian.confluence.util.SpaceGroupComparator
since 5.9.
|
com.atlassian.confluence.pageobjects.page.space.SpaceHtmlExport
in 5.8. Use
SpaceHtmlExport instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.mapper.SpacePermissionsSearchFilterMapper
since 7.0 see
SpacePermissionsSearchFilter.expand() . |
com.atlassian.confluence.legacyapi.model.SpaceSummary
since 7.0.1 , use
Space |
com.atlassian.confluence.spaces.SpaceUtils
since 5.2
|
com.atlassian.confluence.pageobjects.page.space.SpaceXmlExport
in 5.8. Use
SpaceXmlExport instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.core.persistence.hibernate.SpringDataSourceConnectionProvider
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceSpringDataSourceConnectionProvider instead. |
com.atlassian.hibernate.SpringPluginHibernateSessionFactory
since 6.1. Remove when the matching interface is removed.
|
com.atlassian.confluence.admin.actions.cluster.StartClusterTask
since 5.9
|
com.atlassian.confluence.pageobjects.page.setup.StartSetupPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.StartSetupPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.filter.SubsetResultFilter
since 5.5. To limit search results to a certain offset and maxResults use the following instead:
int startOffset = 0; |
com.atlassian.confluence.userstatus.tag.TagExtractor
Since 5.9.1
|
com.atlassian.quartz.jobs.TaskQueueFlushJob
since 5.10, use
TaskQueueFlushJob instead. |
com.atlassian.confluence.it.resource.TempDirectory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.TempDirectory} alternative
|
com.atlassian.confluence.search.lucene.tasks.TempIndexBackedIndexTaskPerformer
since 5.9. Not used.
|
com.atlassian.confluence.it.TestProperties
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.TestProperties} alternative
|
com.atlassian.confluence.it.TestUserFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.TestUserFactory} alternative
|
com.atlassian.confluence.search.v2.query.TextFieldPrefixQuery
since 7.0 This query is redundant, misleading. It is replaced by
PrefixSearchFilter or
PrefixQuery |
com.atlassian.confluence.search.v2.lucene.mapper.TextFieldPrefixQueryMapper
since 7.0 see
TextFieldPrefixQuery.expand() . |
com.atlassian.confluence.search.v2.lucene.ThreadCachedSearchMapperRegistry
since 7.0.1 All uses of
PluginAccessor.getEnabledModuleDescriptorsByClass(Class) are cached now. |
com.atlassian.confluence.security.ThreadLocalPermissionsCache
since 5.9 - plugins should use
PermissionManager or ConfluenceAccessManager instead,
which will automatically use the appropriate thread-local caching. |
com.atlassian.confluence.util.TimePeriod
Since 5.4. Use
Period . |
com.atlassian.confluence.pageobjects.component.ToggleFavourites
in 5.8. Use
ToggleFavourites instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.menu.ToolsMenu
in 5.8. Use
ToolsMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.links.TrackbackLink
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243
|
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingFileStoreClient
since 7.0.1. Use
TrackingMediaApiClient |
com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
since 5.10, use
JobConfigModuleDescriptor instead |
com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
since 7.0.1
|
com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator
since 7.0.1
Works along similar lines as the |
com.atlassian.confluence.legacyapi.model.people.UnknownUser
since 7.0.1 , use
UnknownUser |
com.atlassian.confluence.search.v2.searchfilter.UnlicensedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
com.atlassian.confluence.upgrade.UpgradeUtils
since 3.5.9 Use
HibernateDdlExecutor and associated DdlCommand s, or HibernateConfig if your code
still needs to know which DB type its using. |
com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.UploadablePluginBuilder} alternative
|
com.atlassian.confluence.legacyapi.model.people.User
since 7.0.1 , use
User |
com.atlassian.confluence.it.User
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.User} alternative
|
com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanUseConfluenceCondition
since 5.0. Use
TargetUserCanUseConfluenceCondition or RemoteUserCanUseConfluenceCondition |
com.atlassian.confluence.user.UserConfigurationChecker
since 6.10.0. Use
CrowdService instead. |
com.atlassian.confluence.it.admin.UserDirectories
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.UserDirectories} alternative
|
com.atlassian.confluence.it.admin.UserDirectory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.UserDirectory} alternative
|
bucket.user.UserFilter
Since 5.5. No longer used.
|
com.atlassian.confluence.pageobjects.component.popup.UserPickerPopup
in 5.8. Use
UserPickerPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
bucket.user.UserPreferencesKeys
since 6.10.0. Use replacements described below.
|
com.atlassian.confluence.pageobjects.component.macro.UserProfileMacro
in 5.8. Use
UserProfileMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.component.form.UserWatcherPicker
in 5.8. Use
UserWatcherPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.UserWithKey
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.api.model.person.UserWithDetails} alternative
|
com.atlassian.confluence.it.rpc.VersionedRpcBaseResolver
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.VersionedRpcBaseResolver} alternative
|
com.atlassian.confluence.pageobjects.component.dialog.ViewDraftDiffDialog
in 5.8. Use
ViewDraftDiffDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.ViewGlobalStylesheetPage
in 5.8. Use
ViewGlobalStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.ViewMailServersPage
in 5.8. Use
ViewMailServersPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.ViewPage
in 5.8. Use
ViewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.ViewPageAddComment
in 5.8. Use
ViewPageAddComment instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.ViewPageAnonymous
in 5.8. Use
ViewPageAnonymous instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.ViewPageTemplate
in 5.8. Use
ViewPageTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.user.ViewProfilePage
in 5.8. Use
ViewProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.content.ViewRestrictedPage
in 5.8. Use
ViewRestrictedPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.admin.ViewSpacesConfigurationPage
in 5.8. Use
ViewSpacesConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.ViewSpaceTrashPage
in 5.8. Use
ViewSpaceTrashPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.user.ViewUserProfilePage
in 5.8. Use
ViewUserProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.lucene.filter.ViewUserProfilesPermissionsFilter
since 5.9, use
BrowseUsersPermissionsFilterFactory.create(com.atlassian.user.User) instead |
com.atlassian.confluence.pageobjects.page.user.ViewUserSettingsPage
in 5.8. Use
ViewUserSettingsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.cache.WarnBeforeMethodAdvice
Since 5.5. No replacement.
|
com.atlassian.confluence.pageobjects.page.content.WatchDialog
in 5.8. Use
WatchDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.WebdriverUtils
in 5.8. Use
WebdriverUtils instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.WebTesterFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.WebTesterFactory} alternative
|
com.atlassian.confluence.plugin.descriptor.WelcomeFileModuleDescriptor
since 5.9. welcome-file modules are no longer supported (and were never documented to begin with).
Note to any CQ devs reading this: this module type was added to support CQ Standalone, but that project seems to be dead, so this welcome-file infrastructure just adds complexity for no purpose. If we want to resurrect it, then we'll need to rethink. |
com.atlassian.confluence.pageobjects.component.dialog.WikiMarkupDialog
in 5.8. Use
WikiMarkupDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.search.v2.lucene.WrappedHitImpl
since 5.2. Hit abstraction no longer exists in lucene 4.2.x.
|
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
since 5.1.4 See
StorageFormatCleaner instead. |
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
since 5.1.4 See
StorageFormatCleaner instead. |
Enum and Description |
---|
com.atlassian.confluence.it.admin.BundledTheme
since 6.0 due to removal of DocTheme
|
com.atlassian.confluence.setup.settings.ConfluenceFlavour
since 5.10. No longer needed.
|
com.atlassian.confluence.search.lucene.ConfluenceIndexManager.IndexQueueFlushMode
since 5.10, use
IndexManager.IndexQueueFlushMode |
com.atlassian.confluence.pageobjects.ConfluenceTestedProduct.LoginType |
com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
since 7.0.1 , use
ContentRepresentation |
com.atlassian.confluence.it.usermanagement.Directory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfigurationFactory} alternative
|
com.atlassian.confluence.it.usermanagement.DirectoryConfigurationCapability
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfigurationCapability} alternative
|
com.atlassian.confluence.pageobjects.component.editor.EditorMessages
in 5.8. Use
EditorMessages instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.pageobjects.page.space.ExportType
in 5.8. Use
ExportType instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
com.atlassian.confluence.it.GlobalPermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.api.permissions.GlobalPermission} alternative
|
com.atlassian.confluence.it.admin.LdapDirectoryPermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.LdapDirectoryPermission} alternative
|
com.atlassian.confluence.it.admin.NewDirectoryType
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.NewDirectoryType} alternative
|
com.atlassian.confluence.selenium.client.PageOrderingTree.TreePosition
since 5.7, use
com.atlassian.confluence.pageobjects.component.dialog.TreePosition |
com.atlassian.confluence.legacyapi.model.content.Permission
since 7.0.1 , use
Operation |
com.atlassian.confluence.search.lucene.ReIndexOption
since 5.10. Use
ReIndexOption |
com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeEnum
since 5.10
|
com.atlassian.confluence.it.SpacePermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.api.permissions.SpacePermission} alternative
|
Exceptions and Description |
---|
com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException
since 7.0.1 , use
InvalidRepresentationException |
bucket.user.LicensingException
since 6.10.0. Use
com.atlassian.confluence.license.exception.LicenseUserLimitExceededException instead. |
com.atlassian.confluence.legacyapi.NotFoundException
since 7.0.1 , use
NotFoundException |
com.atlassian.confluence.legacyapi.NotPermittedException
since 7.0.1 , use
PermissionException |
com.atlassian.confluence.it.rpc.RpcRuntimeException
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.RpcRuntimeException} alternative
|
Annotation Type and Description |
---|
com.atlassian.confluence.velocity.htmlsafe.HtmlSafe
since 6.5. Use
HtmlSafe instead. |
com.atlassian.confluence.velocity.annotations.ReturnValueAnnotation
since 6.5. Use
ReturnValueAnnotation instead. |
Enum Constant and Description |
---|
com.atlassian.confluence.setup.settings.ConfluenceFlavour.ALACARTE
since 5.10. No longer needed.
|
com.atlassian.confluence.it.GlobalPermission.ATTACH_TO_PROFILE
use
GlobalPermission.PROFILE_ATTACHMENTS instead, which is the exact same thing |
com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability.CACHEABLE
since 5.8 - Hibernate query caching isn't cluster-friendly and should be avoided
|
com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeEnum.CACHING
since 5.10. Replaced by CacheMode.NORMAL.
|
com.atlassian.confluence.it.GlobalPermission.CAN_VIEW_USER_PROFILES
use
GlobalPermission.BROWSE_USERS instead, which is the exact same thing |
com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeEnum.NON_CACHING
since 5.10. Replaced by CacheMode.IGNORE.
|
com.atlassian.confluence.setup.settings.ConfluenceFlavour.STANDALONE
since 5.10. No longer needed.
|
Copyright © 2003–2019 Atlassian. All rights reserved.