Timon Back
Timon Back
Closing for now
Resolves https://github.com/springwolf/springwolf-core/issues/364
Requires: - https://github.com/springwolf/springwolf-core/pull/797 - https://github.com/springwolf/springwolf-core/pull/796
Any update on this? Should I duplicate the issue in studio?
Update: the related PR has been merged in parser-js: https://github.com/asyncapi/parser-js/pull/1007 EDIT: actually, it was only updated, not merged yet
Hi, Thank you for the response. Springwolf does support YAML and you might be able to use a base-package path higher in the package hierarchy, which includes multiple base-packages that...
Hi @fcmdeveloper1, Thank you for the report. There is indeed a small bug in the extraction of payloads from generics. When the bug is released, you still will need to...
Hi @fcmdeveloper1 , Springwolf does read the payload from the method signature. It will see the consumerrecord and believe that it is the actual payload. However consumerrecord is a wrapper...
Yes, try with the SNAPSHOT version as it contains the bugfix. More details are in the README. What actually happens is that the AsyncListener generates the documentation with your event....
Hi @fcmdeveloper1 , we assume that the payload in the method signature (ParentEventDto) matches the actual payload (LearningEvent). What happens in springwolf, is that we use scanners to detect listeners...