We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generate project with https://helidon.io/starter/3.0.1?flavor=mp&step=4 (Quickstart with Jackson).
Build and run:
curl -X GET http://localhost:8080/greet {"message":"Hello World!","greeting":null}
"greeting":null should not be there.
The same quickstart generated with JSON-B returns:
curl -X GET http://localhost:8080/greet {"message":"Hello World!"}
The text was updated successfully, but these errors were encountered:
tvallin
Successfully merging a pull request may close this issue.
Generate project with https://helidon.io/starter/3.0.1?flavor=mp&step=4
(Quickstart with Jackson).
Build and run:
"greeting":null should not be there.
The same quickstart generated with JSON-B returns:
The text was updated successfully, but these errors were encountered: