-
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
warning about missing json when just using resteasy or resteasy-reactive #22970
Labels
area/jbang
Issues related to when using jbang.dev with Quarkus
area/rest
kind/bug
Something isn't working
Milestone
Comments
quarkus-bot
bot
added
area/jbang
Issues related to when using jbang.dev with Quarkus
area/rest
labels
Jan 18, 2022
/cc @FroMage, @geoand, @quarkusio/devtools, @stuartwdouglas |
#22980 introduces the warning for RESTEasy Reactive |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 18, 2022
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 19, 2022
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 19, 2022
geoand
added a commit
that referenced
this issue
Jan 20, 2022
Warn when Resource method returns JSON but no JSON provider exists
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 21, 2022
Resolves: quarkusio#22970 (cherry picked from commit 30ccd76)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/jbang
Issues related to when using jbang.dev with Quarkus
area/rest
kind/bug
Something isn't working
Describe the bug
when just using resteasy or resteasy-classic you should get a warning that you are missing json support according to this code:
https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java#L220
But I get nothing. neither when using maven,gradle or jbang.
Attached is a resteasy classic reproducer. if change it to use resteasy-jackson I get json, but without it I get string and not warning.
resteasy.zip
Expected behavior
print during build of missing json provider.
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
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: