Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for Spring Messaging @Header annotations #579

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ctasada
Copy link
Collaborator

@ctasada ctasada commented Jan 31, 2024

Fixes issue #563

Now, when a method is annotated with the @Header or @Headers annotation, the payload marked with @Payload will also include the defined headers.

Known limitations:

  • If a @payload is indicated in different places, the AsyncAPI specification will include any correlated @Header
  • When using @Headers we cannot provide further information

Copy link

netlify bot commented Jan 31, 2024

Deploy Preview for springwolf-ui canceled.

Name Link
🔨 Latest commit c27ba5d
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/660823cafb90160008459d46

@ctasada ctasada marked this pull request as draft January 31, 2024 17:51
@ctasada ctasada force-pushed the ctasada/issue-563 branch 3 times, most recently from e115ffe to 3499eb0 Compare February 2, 2024 17:10
Fixes issue springwolf#563

Now, when a method is annotated with the @Header or @headers annotation, the payload marked with @payload will also include the defined headers.

Known limitations:

If a @payload is indicated in different places, the AsyncAPI specification will include any correlated @Header
When using @headers we cannot provide further information
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.

None yet

1 participant