Skip to content

fix: Jackson deserialization and SSE stream endpoint path#89

Merged
saurabhjain1592 merged 2 commits intomainfrom
fix/sse-stream-endpoint-path
Feb 11, 2026
Merged

fix: Jackson deserialization and SSE stream endpoint path#89
saurabhjain1592 merged 2 commits intomainfrom
fix/sse-stream-endpoint-path

Conversation

@saurabhjain1592
Copy link
Copy Markdown
Member

Summary

  • Fix Jackson deserialization failure on UnifiedListExecutionsResponselistUnifiedExecutions() threw "no Creators, like default constructor, exist" because the class lacked @JsonCreator/@JsonProperty annotations
  • SSE streaming endpoint path fix (v3.3.1 changelog entry)

Changes

  • Added @JsonCreator and @JsonProperty annotations to UnifiedListExecutionsResponse constructor in ExecutionTypes.java
  • Added CHANGELOG entry for v3.3.1

Test plan

  • All 890 existing tests pass (mvn test)
  • Run execution-tracking Java example end-to-end — verify listUnifiedExecutions() returns results without deserialization error

… stream endpoint path

- Add @JsonCreator and @JsonProperty annotations to UnifiedListExecutionsResponse
  constructor to fix "no Creators, like default constructor, exist" error
- SSE streaming endpoint path fix included in v3.3.1 changelog
@saurabhjain1592 saurabhjain1592 merged commit a135cea into main Feb 11, 2026
9 checks passed
@saurabhjain1592 saurabhjain1592 deleted the fix/sse-stream-endpoint-path branch March 3, 2026 14:07
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.

1 participant