11/5/2015 4:26:42 PM
uses InheritableThreadLocal to pass the subject
and the security manager to the children threads.
These weren't properly unbound in the children though when the request
finishes, causing threads in the plugin threadpool to reference
old subjects (triggering UnknownSessionException when associated sessions
expired).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
11/3/2015 4:47:00 PM
resource metrics
|
|
|
11/2/2015 9:00:05 PM
from ComboPaymentTransactionJson.getTransactionType.
|
11/2/2015 8:57:44 PM
and io.dropwizard.metrics.metrics-annotation.
The jersey-core was a transitive dependency from metrics-jersey, but it's being directly used in the org.killbill.billing.jaxrs.resources.PluginResource class, so it was added as a direct dependency.
|