Uses of Interface
jakarta.enterprise.inject.spi.AfterDeploymentValidation
Packages that use AfterDeploymentValidation
-
Uses of AfterDeploymentValidation in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AfterDeploymentValidationModifier and TypeMethodDescriptionvoidBeanManagerProvider.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.