Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.2.4
-
Fix Version/s: 5.0.0-M1
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | ||||
|---|---|---|---|---|
|
||||
| Duplicate | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Minor [ 4 ] | |
| Assignee | Christophe DENEUX [ cdeneux ] | Victor NOËL [ vnoel ] |
| Summary | Redirect log4j and slf4j to java commons log | Redirect slf4j to java commons log |
| Description |
Log4j and slf4j are two libraries used by external tools to log.
In Petals we use JUL (see PETALSDISTRIB-135 for discussions on the matter). Hence, the system classloader (see Currently, some components do it themselves. |
JCL and Slf4j are facade log libraries used by external libraries to log.
In Petals we use JUL (see PETALSDISTRIB-135 for discussions on the matter). Hence, the system classloader (see For JCL, as long as log4j is not in the classpath, it will use JUL, for slf4j, the dependency is slf4j-jdk14. |
| Summary | Redirect slf4j to java commons log | Redirect JCL and slf4j to java commons log |
| Summary | Redirect JCL and slf4j to java commons log | Redirect JCL and slf4j to JUL |
| Description |
JCL and Slf4j are facade log libraries used by external libraries to log.
In Petals we use JUL (see PETALSDISTRIB-135 for discussions on the matter). Hence, the system classloader (see For JCL, as long as log4j is not in the classpath, it will use JUL, for slf4j, the dependency is slf4j-jdk14. |
JCL and Slf4j are facade log libraries used by external libraries to log.
In Petals we use JUL (see PETALSDISTRIB-135 for discussions on the matter). Hence, the components should contain the implementations needed by slf4j and JCL in order to redirect to JUL. For JCL, as long as log4j is not in the classpath, it will use JUL, for slf4j, the dependency is slf4j-jdk14. |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.0.0 [ 10412 ] | |
| Resolution | Fixed [ 1 ] |
| Link |
This issue duplicates |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue depends on |
| Link |
This issue depends on |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

Components that are using slf4j: SOAP (but not sure it is really used...), ASE (by activemq), Camel and Activiti.