-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and reenable SimpleContextPropagationTest.testArcMEContextPropagationDisabled #28129
Comments
Yes, here for instance: #28121 |
I spent some fair tome debugging this yesterday. I could see that in case of failure the CP actually behaves correctly but the problem is with the original req. context inside plain Maybe @geoand would know if rewriting this to RE reactive makes sense? |
Yes, it makes total sense. The combination of using reactive types with RESTEasy Classic is just too problematic (and is one of the reasons why we did RR in the first place). |
BTW, I'm wondering if we could get rid of |
@gsmet yes, probably time to remove the RX java 2 support |
Definitely +1 for that |
It has been disabled here because it was flaky: #28127 .
/cc @mkouba @FroMage
The text was updated successfully, but these errors were encountered: