-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Running a shutdown task failed: Provider io.smallrye.faulttolerance.propagation.ContextPropagationExecutorFactory not a subtype #7161
Comments
I wonder how come that |
had similar feeling as the error didn't cause test failure |
Apparently there were some classloading fixes that made it to 1.3.0.Alpha2. Worth a retest. |
OK, still happens on latest master. I'll take a look if I can figure out something. |
Looking at the stack trace again, I see it's happening during shutdown: |
Looks like during shutdown, the thread context classloader (which is used by the |
I'll submit a PR with a fix. It's simple, but I have absolutely no idea whatsoever if it's also correct :-) |
I circled back to the https://github.com/quarkus-qe/beefy-scenarios to try it with current Quarkus master and I noticed stacktrace in the console, tests do not fail though.
Stacktrace is around faulttolerance, so @Ladicek / @michalszynkiewicz could you please take a look ?
Steps to reproduce:
Details
The text was updated successfully, but these errors were encountered: