-
Bug
-
Resolution: Done
-
Major
-
3.20-Jumanji.GA
-
False
-
-
False
-
+
-
---
-
-
Per cu.
~~~
When using the infinispan cache extension with a RequestScoped bean, the propagation context doesn't seem to be propagated, and a ContextNotActiveException is thrown.
We believe the issue stems from this code:
The use of CompletionStages does not follow the documentation's recommendations for context propagation:
https://quarkus.io/guides/context-propagation#usage-example-for-completionstage
The identified code is likely not the only one affected. If the bug is confirmed, it will likely be necessary to review all uses of CompletionStage in this extension.
Original use case:
- We use a RequestScoped bean with various information whenever a REST request is called.
- This bean is used in a REST client filter.
Describe the impact to you or the business
We cannot use infinispan cache when we use RequestScope bean behind
~~~
- links to
-
RHSA-2025:17563 Red Hat build of Quarkus 3.20.3 release and security update