-
Classes Class Description org.apache.webbeans.util.SecurityUtil use SecurityService instead
-
Fields Field Description org.apache.webbeans.config.OpenWebBeansConfiguration.USE_BDA_BEANSXML_SCANNER as spec section 5 and 12 contradict each other and the BDA per jar handling is broken anyway
-
Methods Method Description org.apache.webbeans.container.BeanManagerImpl.createInjectionTarget(AnnotatedType<T>) This method got deprecated in CDI-1.1 and removed in CDI-4.0. UseBeanManagerImpl.getInjectionTargetFactory(AnnotatedType)instead.org.apache.webbeans.container.BeanManagerImpl.fireEvent(Object, Annotation...) This method got deprecated in CDI-2.0. Users should useBeanManagerImpl.getEvent()instead.org.apache.webbeans.container.InjectableBeanManager.createInjectionTarget(AnnotatedType<T>) org.apache.webbeans.container.InjectableBeanManager.fireEvent(Object, Annotation...) org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.getBeanArchiveUrls() just here for backward compat reasonsorg.apache.webbeans.event.ObserverMethodImpl.notify(T) actually. Use the method with the EventContext insteadorg.apache.webbeans.proxy.AbstractProxyFactory.getUnusedProxyClassName(ClassLoader, String)
-
Constructors Constructor Description org.apache.webbeans.component.BeanAttributesImpl(Bean<T>)