java-spring-template
java-spring-template copied to clipboard
Java Spring template for the AsyncAPI Generator
#### Reason/Context This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track...
#### 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) +...
**Description** - details in #359 **Related issue(s)** Resolves #359
#### Describe the bug I defined a field as type number and format double with minimum as 0.01. The asyncapi cli generator generated with java springboot template defined the field...
Resolves #326 As said by @Tenischev, changes have been made to the file by modifying Min and Max to DecimaMin and DecimaMax
**Description** - draft template to explore possibility to use Modelina generation of model instead of custom.
#### Describe the bug The @Pattern doesn't contain expected regexp. #### How to Reproduce Steps to reproduce the issue. Attach all resources that can help us understand the issue: -...
**Description** The @pattern doesn't contain expected regexp. **Related issue(s)** Reproduces #374
#### Describe the bug AsyncAPI Gernerator skips to generate java code for spec part containing "allOf"-element #### How to Reproduce using the following sample spec to generate java classes ```...
#### Reason/Context Now generated classes have only one default no argument constructor and classic setters (set field value and return void). I suggest at least one changes: - add more...