-
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
context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest #33382
Labels
area/context-propagation
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Milestone
Comments
CC @geoand |
I'm using latest main (de16f43) and still able to reproduce the issue as described above |
Okay, I'll have a look tomorrow |
Ah, I made a very stupid mistake in the previous PR :( |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 15, 2023
Fixes: quarkusio#33382 Follows up on: quarkusio#33362
#33385 is the proper fix |
geoand
added a commit
that referenced
this issue
May 16, 2023
Properly make check for RESTEasy Classic stricter
manofthepeace
pushed a commit
to manofthepeace/quarkus
that referenced
this issue
May 16, 2023
Fixes: quarkusio#33382 Follows up on: quarkusio#33362
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/context-propagation
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest
Expected behavior
App runs and tests pass
Actual behavior
App fails to run
How to Reproduce?
Run https://github.com/quarkusio/quarkus-quickstarts/tree/main/context-propagation-quickstart with latest main
Output of
uname -a
orver
macOS
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: