springwolf-core icon indicating copy to clipboard operation
springwolf-core copied to clipboard

feat: Added support for Spring Messaging @Header annotations

Open ctasada opened this issue 1 year ago • 1 comments

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

ctasada avatar Jan 31 '24 17:01 ctasada

Deploy Preview for springwolf-ui canceled.

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

netlify[bot] avatar Jan 31 '24 17:01 netlify[bot]

Superseded by https://github.com/springwolf/springwolf-core/pull/787

sam0r040 avatar Jun 21 '24 12:06 sam0r040