-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
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>
- is cloned by
-
JBEAP-29444 (8.1.x) Add org.apache.logging.log4j:log4j-api to jboss-eap-ee BOM
-
- Verified
-
-
WFLY-20380 Add org.apache.logging.log4j:log4j-api to wildfly-ee BOM
-
- Closed
-