quarkus: Duplicated Context in StartupEvent Observers
Description
In #28017 the scheduler was changed so that scheduled methods run in the context of a duplicated context. Now I have encountered similar problems in the context of a StartupEvent observer. I am thus wondering whether it would again make sense to change Quarkus, so that a duplicated context (and thus context locals) are available.
Implementation ideas
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18 (17 by maintainers)
Commits related to this issue
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 Co-authored-by: Ladislav Thon <ladicek@gmail.com> — committed to mkouba/quarkus by mkouba a year ago
- Introduce VertxContextSupport - resolves #29466 Co-authored-by: Ladislav Thon <ladicek@gmail.com> — committed to maxandersen/quarkus by mkouba a year ago
https://github.com/quarkusio/quarkus/issues/27623 and https://github.com/quarkusio/quarkus/issues/27854 are related. I think that we should introduce some way (annotation?) to wrap the notification like this.