Skip to content
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

Quickstart with Jackson returns wrong message #4885

Closed
dalexandrov opened this issue Sep 14, 2022 · 0 comments · Fixed by #4905
Closed

Quickstart with Jackson returns wrong message #4885

dalexandrov opened this issue Sep 14, 2022 · 0 comments · Fixed by #4905
Assignees
Labels
3.x Issues for 3.x version branch bug Something isn't working P2

Comments

@dalexandrov
Copy link
Contributor

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!"}   
@dalexandrov dalexandrov added bug Something isn't working 3.x Issues for 3.x version branch labels Sep 14, 2022
@romain-grecourt romain-grecourt transferred this issue from helidon-io/helidon-build-tools Sep 14, 2022
@m0mus m0mus added the P2 label Sep 15, 2022
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch bug Something isn't working P2
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants