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

[GSS](8.0.z) Add org.apache.logging.log4j:log4j-api to jboss-eap-ee BOM

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • BOM
    • None

      The log4j2 API is supported from JBoss EAP 7.4.0 and WildFly 14 by WFCORE-482. The artifact org.apache.logging.log4j:log4j-api is listed eap-runtime-artifacts BOM for JBoss EAP 7.4 , but not jboss-eap-ee bom for JBoss EAP 8.0. This is request to add org.apache.logging.log4j:log4j-api artifact to jboss-eap-ee bom.

          <dependencies>
              <dependency>
                  <groupId>jakarta.servlet</groupId>
                  <artifactId>jakarta.servlet-api</artifactId>
                  <scope>provided</scope>
              </dependency>
              <dependency>
                  <groupId>org.apache.logging.log4j</groupId>
                  <artifactId>log4j-api</artifactId>
                  <scope>provided</scope>
                  <version>2.22.1.redhat-00002</version>  <!-- if the artifact is listed in bom, the version can be omitted -->
              </dependency>
          </dependencies>
      
          <dependencyManagement>
              <dependencies>
                  <dependency>
                      <groupId>org.jboss.bom</groupId>
                      <artifactId>jboss-eap-ee-with-tools</artifactId>
                      <version>8.0.5.GA-redhat-00005</version>
                      <type>pom</type>
                      <scope>import</scope>
                  </dependency>
              </dependencies>
          </dependencyManagement>
      

              emartins@redhat.com Eduardo Martins
              rhn-support-nagetsum Norito Agetsuma
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: