Skip to content

Added test to serialize and deserialize annotations in newline-delimited json format.#3442

Merged
hgklohr merged 1 commit intointegrationfrom
feature/annotation-ndjson
Mar 30, 2026
Merged

Added test to serialize and deserialize annotations in newline-delimited json format.#3442
hgklohr merged 1 commit intointegrationfrom
feature/annotation-ndjson

Conversation

@drewfarris
Copy link
Copy Markdown
Collaborator

No description provided.

for (Annotation annotation : annotationList.getAnnotationsList()) {
printer.appendTo(annotation, out);
}
out.close();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

try-with-resources?

@hgklohr hgklohr added this pull request to the merge queue Mar 30, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 30, 2026
@hgklohr hgklohr added this pull request to the merge queue Mar 30, 2026
Merged via the queue into integration with commit 7ec933c Mar 30, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants