-
Interfaces Interface Description org.xwiki.component.logging.Logger starting with 3.1M2 use SLF4J insteadorg.xwiki.component.phase.LogEnabled useInject
annotation to get injected a SLF4J Logger instead
-
Classes Class Description org.xwiki.component.logging.AbstractLogEnabled starting with 3.1M2 useInject
annotation to get injected a SLF4J Logger insteadorg.xwiki.component.logging.VoidLogger starting with 3.1M2 use SLF4J's NOPLogger instead:NOPLogger.NOP_LOGGER
-
Annotation Types Annotation Type Description org.xwiki.component.annotation.Requirement starting with 3.1M1 use the JSR330 Inject and Named annotations instead
-
Methods Method Description org.xwiki.component.manager.CompatibilityComponentManager.getComponentDescriptor(Class<T>, String) since 4.0M1 use#getComponentDescriptor(Type, String)
insteadorg.xwiki.component.manager.CompatibilityComponentManager.hasComponent(Class<T>) since 4.0M1 use#hasComponent(Type)
insteadorg.xwiki.component.manager.CompatibilityComponentManager.lookup(Class<T>) since 4.0M1 use#getInstance(java.lang.reflect.Type)
insteadorg.xwiki.component.manager.CompatibilityComponentManager.lookupList(Class<T>) since 4.0M1 use#getInstanceList(java.lang.reflect.Type)
insteadorg.xwiki.component.manager.CompatibilityComponentManager.lookupMap(Class<T>) since 4.0M1 use#getInstanceMap(java.lang.reflect.Type)
insteadorg.xwiki.component.manager.CompatibilityComponentManager.unregisterComponent(Class<T>, String) since 4.0M1 use#unregisterComponent(Type, String)
instead