forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a JSON Stream parser for the reactive rest client
The previous behavior generated a corrupted payload when the frame was cut in the middle of the JSON object. This new simple parser accumulates correctly. Fix quarkusio#30044
- Loading branch information
1 parent
d8650b8
commit e7eeaea
Showing
4 changed files
with
101 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../jackson/deployment/test/sse/Message.java → ...kson/deployment/test/streams/Message.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters