[
https://issues.jboss.org/browse/AS7-1389?page=com.atlassian.jira.plugin.s...
]
James Perkins commented on AS7-1389:
------------------------------------
In WildFly there has been a change to disable the adding of logging API's to
deployments easier. A new attribute, {{add-logging-api-dependencies}}, has been added to
the logging subsystem to easily disable the adding of logging dependencies. The attribute
defaults to {{true}}. Changing it to {{false}} will disable the processor from adding any
logging API dependencies to deployments. When set to {{false}} any deployment needing a
specific logging dependency would require the deployment to add the dependency reference.
See
https://issues.jboss.org/browse/WFLY-2599 for more details.
Log API dependencies should be included automatically in deployments
--------------------------------------------------------------------
Key: AS7-1389
URL:
https://issues.jboss.org/browse/AS7-1389
Project: Application Server 7
Issue Type: Bug
Components: Logging
Affects Versions: 7.0.0.Final
Reporter: David Lloyd
Assignee: James Perkins
Fix For: 7.1.0.Final
The following log APIs should be included by deployments by default:
* {{org.slf4j}}
* {{org.apache.commons.logging}}
* {{org.log4j}}
These dependencies should override the deployment's versions of these libraries
unless explicitly excluded by {{jboss-deployment-structure.xml}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira