Class AlternativePropertyReplacingBeansXmlParser


  • public final class AlternativePropertyReplacingBeansXmlParser
    extends org.jboss.weld.xml.BeansXmlParser
    Temporary alternative to PropertyReplacingBeansXmlParser that can work with Weld 5 API and can therefore choose between current and legacy behavior when parsing empty beans.xml files. See also https://github.com/eclipse-ee4j/cdi/issues/500 This class will no longer be needed once Weld 5 becomes a direct dependency for non-preview WFLY. The functionality should then be merged into PropertyReplacingBeansXmlParser
    • Constructor Detail

      • AlternativePropertyReplacingBeansXmlParser

        public AlternativePropertyReplacingBeansXmlParser​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
                                                          boolean legacyEmptyBeansXmlTreatment)