Timon Back

Results 41 issues of Timon Back

Allow to set a optional description on the async api message object spec: https://www.asyncapi.com/docs/reference/specification/v2.0.0#messageObject Demo code for kafka and amqp examples was added as well Related change in springwolf-ui will...

The KafkaPayloadTypeExtractor contains the logic to extract the payload type, which previously was part of ClassLevelKafkaListenerScanner and MethodLevelKafkaListenerScanner. If the parameter is of type List, reflection is used to extract...

Co-authored-by: sam0r040 Closes: https://github.com/springwolf/springwolf-core/issues/94

Lint created asyncApi.json files with spectral as recommended on the asyncApi blog: https://www.asyncapi.com/blog/creating-consistency-announcing-asyncapi-spectral-together#steps-to-utilizing-asyncapi--spectral The asyncApi.json Map Header is removed, this will require also UI changes from https://github.com/springwolf/springwolf-ui/pull/8 Fixed non-compliant asyncApi...

Springwolf already provides documentation for the data payload. Transport metadata (aka headers) cannot be documented with springwolf at this point. Why the separation? The data/domain payload should be separate from...

enhancement

As a contributor, I face the difficulty of learning the project specific style guide. I personally, like the approach to use a formatter, which applies the format to keep the...

enhancement

As any open source project, we do benefit from your GitHub stars and social proof. As Springwolf is also used in enterprises and those are quite private in nature, we...

help wanted

This sets up an example project. Any help welcome to implement the plugin. The skeleton can be copied from any other plugin - for example sqs.

enhancement
help wanted
good first issue
java
websockets

### Describe the bug Hi, we are implementing the spec to create a `Message Example Object` for xml. The field `payload` assumes a `Map[string, any]`, which only works for json....

Hi, Springwolf maintainers here. We came across your project and see that you are facing the same issue for which we have build a solution. From glancing at the code,...