Closed Meemaw closed 3 years ago
@FroMage does MP context propagation support this properly with RESTEasy now?
I don't think so, so. I believe ATM only the RESTEasy context is propagated but we should fix this.
Any update on this cc @stuartwdouglas @FroMage ?
No, sorry, no update ATM.
I'm going to go ahead and close this as we have a much better solution in RESTEasy Reactive, see https://quarkus.io/guides/resteasy-reactive#request-or-response-filters
Describe the bug I was trying to implement asynchronous container filters. Following the guide from here I was able to suspend the request, but it failed when trying to resume it with
org.jboss.resteasy.spi.ApplicationException: javax.enterprise.context.ContextNotActiveException suspendable context jboss
Expected behavior One should be able to use asynchronous container filters and suspend/resume rqeuest.
Actual behavior Request throws on resume().
Environment (please complete the following information):
uname -a
orver
: Darwin MacBook-Pro-7.local 18.7.0 Darwin Kernel Version 18.7.0java -version
: openjdk version "13" 2019-09-17