| Summary: | Provide project -> product supported dependencies matrix | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Rostislav Svoboda <rsvoboda> |
| Component: | Build | Assignee: | jboss-set |
| Status: | CLOSED WONTFIX | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | asoldano, ema |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-01 12:28:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Rostislav Svoboda
2013-10-08 10:09:12 UTC
The general rule for preferred artifacts, is to use what is included in the EAP runtime. Since neither of these artifacts (slf4j-log4j12 or log4j-over-slf4j) are in the runtime, I would defer to the dev team to make a recommendation, for each case like this. From productization perspective there is not really any difference, but if one is chosen over the other, then we can add it to the Maven repo, and then use the contents of the Maven repo to track which artifacts are preferred. slf4j is a logging facade. slf4j-log4j12 is the binding to log messages from slf4j loggers to the lgo4j log manager. The log4j-over-slf4j library just uses a log4j logger and delegates to slf4j (at least that's what I think it does). The bottom line is we shouldn't be using either in production with EAP. In EAP we use jboss-logmanager and we have our own slf4j bindings to talk to jboss-logmanager. Moving back to Paul, slf4j related items were explained by James. I still need your feedback for "... we would like to see some guide/doc to point us which jar/dependency is preferred by production." part. |