-
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
RESTEasy Reactive build is failing as org.jboss.resteasy.spi.HttpRequest
is not available as bean
#33360
Comments
/cc @FroMage (resteasy-reactive), @Sgitario (resteasy-reactive), @geoand (resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
What dependencies does the project include? |
I can see you already have a fix, so I won't bother to reply :-) |
Yeah, I asked the question when looking at the issue on the phone :) |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 15, 2023
geoand
added a commit
that referenced
this issue
May 15, 2023
Make check for RESTEasy Classic stricter
manofthepeace
pushed a commit
to manofthepeace/quarkus
that referenced
this issue
May 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After #33267 we can't build our project. I didn't find anything about this change in migration guide nor in docs, so I think this is unexpected behavior.
Expected behavior
Build do not fail.
Actual behavior
How to Reproduce?
Reproducer:
git clone [email protected]:quarkus-qe/quarkus-test-suite.git
cd quarkus-test-suite/http/http-advanced-reactive
quarkus build
Output of
uname -a
orver
Fedora
Output of
java -version
17
GraalVM version (if different from Java)
22.3
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.9.1
Additional information
No response
The text was updated successfully, but these errors were encountered: