Details
-
- Environment:
- os:all
Activity
| Status | Resolved [ 10004 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Assignee | Nicolas Oddoux [ noddoux ] | Mathieu Carrolle [ mcarrolle ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.1.2 [ 10156 ] | |
| Affects Version/s | 3.1.1 [ 10107 ] | |
| Affects Version/s | 3.1.2 [ 10156 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

The bug fix is not the best. A better fix is to move, in petals-commons, the transformer properties definintion from the threadlocal initialisation to the static getter.
So, only two transformers in thread local is needed: one loadeed from the default classloader, one loaded from the jvm classloader. All transformer accessors should set correct properties.