micronaut-core
micronaut-core copied to clipboard
Bugfix #8342 - Corrupted server request context when multithreading
As per Greame's commit 79c56c65b40ca361904f2a723041379b15c7f26f on branch 4.0.x Removing the instrumentation actually fixes the problem. Trying if this change is portable to 3.7.x
If tests pass, this could be considered as a bugfix for #8342
@dstepanov i assigned you since apparently you want to fix propagation :smile: this pr can wait until then.
@dstepanov I assume this test should be moved to 4.0.x branch. Will this be solved the new progragation API?
@dstepanov I assume this test should be moved to 4.0.x branch. Will this be solved the new progragation API?
ping @dstepanov
Please rebase and see if it’s passing now