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

Verify Jsonb calls close methods #351

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marschall
Copy link

The stream based methods in Jsonb specify close being called upon successful completion. Add tests that verify an implementation calls these methods.

@mkarg
Copy link
Contributor

mkarg commented Dec 23, 2024

@jakartaee/ee4j-jsonb-committers Kindly asking to review this PR.

The stream based methods in Jsonb specify close being called upon
successful completion. Add tests that verify an implementation calls
these methods.
return closeCalled;
}

byte[] toByteArray() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing @Override

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't do that #toByteArray() is defined on ByteArrayOutputStream not on OutputStream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants