Semen
Semen
#### Reason/Context In the #363 debug flag was extended to provide more information, this is nice feature which could be pleasant in templates. Pass debug flag in the way that...
--- title: "Provide more solid definition of the reply" --- This PR adds definition of the reply message and fix a drift of naming response-reply in the spec. --- **Related...
I followed through ["Migration to v3"](https://www.asyncapi.com/docs/migration/migrating-to-v3#restricted-parameters-object) guide and in the end it says following >The new v3 simplifies this by consistently using the string type and limiting available properties. Now,...
During check of what changes should be done in [template](https://github.com/asyncapi/java-spring-template) to support Spec v3, I struggling with `reply` definition. At least in Java world it's preferable to have a separate...
In current Spec v3 pre-release the `reply` appear first time as `operationObject` field: https://github.com/asyncapi/spec/blob/abfae495b0fbb88fccd56f8099e466a83f4b76ab/spec/asyncapi.md?plain=1#L843 with the description `The definition of the reply in a request-reply operation`. But Spec v3 has...
#### Describe the bug TypeScript error when run generation from template/ #### How to Reproduce 1. Install node (tested with 16 and 18) 2. Install latest cli 3. Checkout asyncapi/java-spring-template...
#### Describe the bug AnonymousSchema class file is generated for Enum instead of Enum with normal name. Issue is valid for both `JavaFileGenerator` and `JavaGenerator` generators. Issue found during exploration...
#### Reason/Context I observed the strange difference between how `JavaGenerator` and `JavaFileGenerator` are instanced and used. Issue found during exploration of possibility to use Modelina for model generation in Java...
#### Describe the bug Modelina generates only `components.schemas` elements, the `components.messages` elements are not generated. Issue found during exploration of possibility to use Modelina for model generation in Java spring...
#### Reason/Context WebSocket is one of the chose when we need establish connection between backend server and (usually web) client. Spring-WebSocket is relatively popular library among users ([353 usages](https://mvnrepository.com/artifact/org.springframework/spring-websocket) +...