Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17414

Remove use of deprecated PersistentResourceXmlDescription methods

    XMLWordPrintable

Details

    • ---
    • ---

    Description

      PersistentResourceXmlDescription has four deprecated methods. Remove use of them so the methods can be removed.

      Method
          builder(PersistentResourceDefinition)
      Usages in Project and Libraries  (6 usages found)
          Unclassified  (6 usages found)
              wildfly-bean-validation  (1 usage found)
                  org.wildfly.extension.beanvalidation  (1 usage found)
                      BeanValidationSubsystemParser  (1 usage found)
                          55 XML_DESCRIPTION = builder(BeanValidationRootDefinition.INSTANCE)
              wildfly-bean-validation-jakarta  (1 usage found)
                  org.wildfly.extension.beanvalidation  (1 usage found)
                      BeanValidationSubsystemParser  (1 usage found)
                          55 XML_DESCRIPTION = builder(BeanValidationRootDefinition.INSTANCE)
              wildfly-jacorb  (4 usages found)
                  org.jboss.as.jacorb  (4 usages found)
                      IORSettingsParser  (4 usages found)
                          51 static final PersistentResourceXMLDescription xmlDescription = builder(IORSettingsDefinition.INSTANCE)
                          53 .addChild(builder(IORTransportConfigDefinition.INSTANCE)
                          61 .addChild(builder(IORASContextDefinition.INSTANCE)
                          66 .addChild(builder(IORSASContextDefinition.INSTANCE)
      
      Method
          builder(PersistentResourceDefinition, String)
      Usages in Project and Libraries  (6 usages found)
          Unclassified  (6 usages found)
              wildfly-jsf  (1 usage found)
                  org.jboss.as.jsf.subsystem  (1 usage found)
                      JSFExtension.JSFSubsystemParser_1_1  (1 usage found)
                          107 xmlDescription = builder(JSFResourceDefinition.INSTANCE, NAMESPACE_1_1)
              wildfly-jsr77  (1 usage found)
                  org.jboss.as.jsr77.subsystem  (1 usage found)
                      JSR77ManagementExtension.J2EEManagementSubsystemParser  (1 usage found)
                          86 xmlDescription = PersistentResourceXMLDescription.builder(new JSR77ManagementRootResource(), JSR77ManagementExtension.NAMESPACE)
              wildfly-weld  (4 usages found)
                  org.jboss.as.weld  (4 usages found)
                      WeldSubsystem20Parser  (1 usage found)
                          35 xmlDescription = PersistentResourceXMLDescription.builder(WeldResourceDefinition.INSTANCE, NAMESPACE)
                      WeldSubsystem30Parser  (1 usage found)
                          35 xmlDescription = PersistentResourceXMLDescription.builder(WeldResourceDefinition.INSTANCE, NAMESPACE)
                      WeldSubsystem40Parser  (1 usage found)
                          34 xmlDescription = PersistentResourceXMLDescription.builder(WeldResourceDefinition.INSTANCE, NAMESPACE)
                      WeldSubsystem50Parser  (1 usage found)
                          13 xmlDescription = PersistentResourceXMLDescription.builder(WeldResourceDefinition.INSTANCE, NAMESPACE)
      

      Attachments

        Activity

          People

            chaowan@redhat.com Chao Wang
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: