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

4.x: Fix DbClient JSON mapping #7844

Merged

Conversation

romain-grecourt
Copy link
Contributor

Description

  • DbColumn.get() overrides Value.get() using as() instead of as().get() thus it returns an instance of Value instead of the raw value.
  • Add a unit test in dbclient/jsonp

Fixes #7842

Documentation

No doc impact.

- DbColumn.get() overrides Value.get() using as() instead of as().get() thus it returns an instance of Value instead of the raw value.
- Add a unit test in dbclient/jsonp

Fixes helidon-io#7842
@romain-grecourt romain-grecourt added the 4.x Version 4.x label Oct 19, 2023
@romain-grecourt romain-grecourt added this to the 4.0.0 milestone Oct 19, 2023
@romain-grecourt romain-grecourt self-assigned this Oct 19, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 19, 2023
@romain-grecourt romain-grecourt merged commit 75e0e95 into helidon-io:main Oct 19, 2023
12 checks passed
@romain-grecourt romain-grecourt deleted the fix-dbclient-mapping branch October 19, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants