-
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
Vert.x also provides a JSON implementation so no warning should be emitted #5614
Comments
@machi1990 could you have a look at that one? I'd like to get it fixed for the Final we plan to release on Monday. |
Makes sense. Will check it a bit later :-) |
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
Nov 20, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes quarkusio#5614
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
Nov 20, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes quarkusio#5614
Simulant87
pushed a commit
to Simulant87/quarkus
that referenced
this issue
Nov 23, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes quarkusio#5614
Simulant87
pushed a commit
to Simulant87/quarkus
that referenced
this issue
Nov 23, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes quarkusio#5614
gsmet
pushed a commit
that referenced
this issue
Nov 24, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes #5614
mmusgrov
pushed a commit
to mmusgrov/quarkus
that referenced
this issue
Dec 13, 2019
…x extension is present Vert.x also provides a JSON implementation so no warning should be emitted Fixes quarkusio#5614
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since #4165 , we emit a warning if our REST services produce JSON and we don't have any of the RESTEasy JSON extensions:
Problem is: Vert.x also has the ability to serialize JSON via the Vert.x JSON types.
I think we should drop the warning also when we have the full Vert.x extension around.
See the Reactive MySQL client IT for an example of this issue.
The text was updated successfully, but these errors were encountered: