Skip to content

Fix handling of annotations on parameters, such as @Raw annotation.#584

Merged
slinkydeveloper merged 1 commit intomainfrom
fix-raw-handlers-bug
Feb 2, 2026
Merged

Fix handling of annotations on parameters, such as @Raw annotation.#584
slinkydeveloper merged 1 commit intomainfrom
fix-raw-handlers-bug

Conversation

@slinkydeveloper
Copy link
Copy Markdown
Contributor

This commit changes how we deal with annotations -> instead of looking at the annotations always from the implementation class up to the parent class/interface, we first look for the parent class/interface where the restate service annotation is placed, and then in there we check the other annotations (@handler, @Raw, etc)

This commit changes how we deal with annotations -> instead of looking at the annotations always from the implementation class up to the parent class/interface, we first look for the parent class/interface where the restate service annotation is placed, and then in there we check the other annotations (@handler, @Raw, etc)
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 2, 2026

Test Results

  7 files  ±0    7 suites  ±0   4m 51s ⏱️ +2s
 49 tests ±0   49 ✅ ±0  0 💤 ±0  0 ❌ ±0 
210 runs  ±0  210 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 88c768d. ± Comparison against base commit 11dff33.

@slinkydeveloper slinkydeveloper merged commit 95e564a into main Feb 2, 2026
8 checks passed
@slinkydeveloper slinkydeveloper deleted the fix-raw-handlers-bug branch February 2, 2026 09:30
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant