Skip to content

Fix event stream test bytes optionality#2825

Merged
JordonPhillips merged 1 commit intomainfrom
ser-without-bytes
Nov 4, 2025
Merged

Fix event stream test bytes optionality#2825
JordonPhillips merged 1 commit intomainfrom
ser-without-bytes

Conversation

@JordonPhillips
Copy link
Contributor

This fixes a bug in the event stream test trait where events without bytes would fail to serialize due to not using Optional.ofNullable.

Note that there's no changelog because the trait hasn't been released yet.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This fixes a bug in the event stream test trait where events without
`bytes` would fail to serialize due to not using Optional.ofNullable.
@JordonPhillips JordonPhillips requested a review from a team as a code owner November 4, 2025 15:33
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

This pull request does not contain a staged changelog entry. To create one, use the ./.changes/new-change command. For example:

./.changes/new-change --pull-requests "#2825" --type feature --description "Fix event stream test bytes optionality"

Make sure that the description is appropriate for a changelog entry and that the proper feature type is used. See ./.changes/README or run ./.changes/new-change -h for more information.

@JordonPhillips JordonPhillips merged commit 8718412 into main Nov 4, 2025
12 checks passed
@JordonPhillips JordonPhillips deleted the ser-without-bytes branch November 4, 2025 16:10
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.

2 participants