Support for setting the application class loader for a transaction via the public api - #2444
Support for setting the application class loader for a transaction via the public api#2444tobiasstadler wants to merge 8 commits into
Conversation
|
👋 @tobiasstadler Thanks a lot for your contribution! It may take some time before we review a PR, so even if you don’t see activity for some time, it does not mean that we have forgotten about it. Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming milestone. The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it. |
felixbarny
left a comment
There was a problem hiding this comment.
I've added some changes, let me know if this works for you.
LGTM, but I'd like to wait for @eyalkoren's feedback before merging
|
run elasticsearch-ci/docs |
|
run elasticsearch-ci/docs |
Much better that what I did! Thank you for your support. Yes, service name/version and MDC work for me. |
|
run elasticsearch-ci/docs |
|
I actually intend to get rid of Generally speaking, I would prefer a cleaner and more generic API such as |
|
Hm, I find it quite inconvenient to (always) have to to call @eyalkoren I will implement your suggestion in the next days |
|
@eyalkoren Please see #2451 for my implementation of your suggestion |
|
#2451 is the preferred api |
What does this PR do?
Implements the solution suggested in #2369
Checklist