Uses of Interface
jakarta.enterprise.inject.spi.AfterDeploymentValidation
-
Packages that use AfterDeploymentValidation Package Description org.infinispan.cdi.common.util This package contains utility classes. -
-
Uses of AfterDeploymentValidation in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AfterDeploymentValidation Modifier and Type Method Description voidBeanManagerProvider. cleanupFinalBeanManagers(AfterDeploymentValidation adv)By cleaning the final BeanManager map after the Deployment got Validated, we prevent premature loading of information from JNDI in cases where the container might not be fully setup yet.
-