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.
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.