Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-18870

Upgrade WildFly Common to 1.5.2.Final.redhat-00002

    XMLWordPrintable

Details

    • Component Upgrade
    • Resolution: Done
    • Major
    • None
    • 7.3.0.GA
    • Build System

    Description

      This dependency is brought in by wildfly-core into wildfly, however, we are still requiring it explicitly in wildfly because it is used as a plugin dependency on wildfly-galleon-maven-plugin:

      <plugin>
          <groupId>org.wildfly.galleon-plugins</groupId>
          <artifactId>wildfly-galleon-maven-plugin</artifactId>
          <version>${version.org.wildfly.galleon-plugins}</version>
          <dependencies>
              <!-- feature-spec-gen uses wildfly-embedded to generate the feature specs, hence the designated wildfly-embedded version must match the pack one -->
              <dependency>
                  <groupId>org.wildfly.core</groupId>
                  <artifactId>wildfly-embedded</artifactId>
                  <version>${version.org.wildfly.core}</version>
              </dependency>
              <!-- If you add a dependency on wildfly-embedded you need to bring your own transitives -->
              <dependency>
                  <groupId>org.wildfly.common</groupId>
                  <artifactId>wildfly-common</artifactId>
                  <version>${version.org.wildfly.common}</version>
              </dependency>
          </dependencies>
      </plugin>
      

      So, this upgrade is just to keep it in sync with the currentwildfly-core version we are using at the moment

      Attachments

        Issue Links

          Activity

            People

              vdosoudi@redhat.com Vladimir Dosoudil
              rhn-support-iweiss Ingo Weiss
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: