springwolf-core
springwolf-core copied to clipboard
Automated documentation for event-driven applications built with Spring Boot
**Describe the feature request** I'm trying to render my asyncapi.yaml in https://studio.asyncapi.com/ but that tool seems to have problems if the values in the YAML are not quoted. As an...
**Describe the feature request** Currently Springwolf only allows for one AsyncAPI document to be provided by a service. The only limiting option about 'which' channels/operations etc go into said AsyncAPI...
Units test to investigate AMQP generation I added some comments in the PR.
**Describe the feature request** A maven plugin that would generates the AsyncApi contract (either in json or yaml) during build, with the ability to attach the generated contract to the...
Bumps the npm_and_yarn group in /springwolf-ui with 1 update: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 10.9.1 to 11.3.0 Release notes Sourced from mermaid's releases. [email protected] Minor Changes #5825 9e3aa70 Thanks @knsv, @ashishjain0512,...
Bumps the dependencies-angular group with 4 updates in the /springwolf-ui directory: [@angular/cdk](https://github.com/angular/components), [@angular/material](https://github.com/angular/components), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). Updates `@angular/cdk` from 18.2.8 to 18.2.9 Release notes Sourced from @angular/cdk's releases. v18.2.9 18.2.9...
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0. Release notes Sourced from tslib's releases. v2.8.0 What's Changed Validate export structure of every entrypoint by @andrewbranch in microsoft/tslib#269 Add rewriteRelativeImportExtension helper by @andrewbranch...
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2022.0.1 to 2023.0.3. Release notes Sourced from org.springframework.cloud:spring-cloud-dependencies's releases. v2023.0.3 Full Changelog: https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2023.0.3 Module Version Issues Spring Cloud Vault 4.1.3 Spring Cloud Bus 4.1.2 Spring Cloud Zookeeper...
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 13.0 to 26.0.1. Release notes Sourced from org.jetbrains:annotations's releases. 26.0.1 Fixed sources.jar build (regression after 25.0.0) 26.0.0 Added new experimental annotation: @NotNullByDefault 25.0.0 Added Kotlin Multiplatform artifact...
Created asyncapi document and tested it with springwolf-ui sample application. But it gives errors with springwolf-ui but giving no error with official AscynAPI UI (https://studio.asyncapi.com/). Can you please check the...