sam0r040
sam0r040
See my comment in https://github.com/tchiotludo/akhq/issues/942
This PR should be a starting point and base for discussion to implement https://github.com/springwolf/springwolf-core/issues/51 The SpringwolfKafkaController now expects a structred request body, that contains a payload field and an optional...
**Describe the bug** Given the following class definition ```java @XmlRootElement(name = "ArrayFoo") private static class ArrayFoo { private List fList; } ``` The following example should be generated: ```xml true...
### Describe the bug. AsyncAPI studio shows an error for data type date when YAML is used while data type datetime works fine. Interestingly enough, if the date string is...
FYI, I think I have a better understanding of the cause regarding enums being between `' " ... " '` . 1. Let's consider this enum: ``` @Getter @RequiredArgsConstructor public...
At Springwolf we use the parsed schemas to generate Examples. Thereby we use the field `Schema.getName()` for all schemas including enums. When enumAsRef is used, the name of the enum...
…reduce log volume during build