-
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 doesn't support wildcard type since quarkus 2.7.2 #24250
Labels
Milestone
Comments
/cc @FroMage, @geoand, @stuartwdouglas |
Good point... We should probably disallow this completely. WDYT @stuartwdouglas @FroMage ? |
I think it should be treated the same as RestResponse (i.e. we just do full dynamic resolution). |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 11, 2022
#24262 does just that. |
geoand
added a commit
that referenced
this issue
Mar 11, 2022
Support wildcards in generic return types of JAX-RS methods
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Mar 14, 2022
Fixes: quarkusio#24250 (cherry picked from commit a9816fa)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Mar 14, 2022
Fixes: quarkusio#24250 (cherry picked from commit a9816fa)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Hi,
I have this method :
It works well until quarkus 2.7.1
Since I upgrade to quarkus 2.7.2 / 2.7.3 or 2.7.4 my application fails to start with the following stacktrace :
Thank you for help
Bertrand
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
1 : create an app with the quarkus-resteasy-reactive-jackson dependency
2 : create a REST WS with a method that returns a Uni<RestResponse<?>>
3 : try to start the application
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: C:\dev\apache-maven-3.6.3\bin.. Java version: 11, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11 Default locale: fr_FR, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
No response
The text was updated successfully, but these errors were encountered: