Package com.atlassian.jira.component.pico.registrar
package com.atlassian.jira.component.pico.registrar
-
ClassDescriptionRegister the components in the
ComponentContainer
that allow JIRA to come up untenanted.Registers theCacheManager
with the Pico container.Information-only annotation to identify methods that register components with theComponentContainer
.Extends aComponentContainer
, typically by adding components to it.Registers JIRA components in the givenComponentContainer
, being the main JIRA DI container, which at startup replaces the bootstrap container populated by theBootstrapContainerRegistrar
.If JIRA fails its Startup checks, then we use this to add just a few more components to the Pico Container.Helper utility that helps to create a single instance of an object exposed under multiple keys.Register the components in theComponentContainer
that allow JIRA to be setup.Registers warmers for JIRA caches.