Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey, I released new version of library and decided to update it in your awesome project.
Main goal is to update library version, not to adopt 2.6.0 version
tldr; AsyncAPI 2.6.0, new bindings, new security schemes, fixed Schema
Test results:
springwolf-add-ons
➜ springwolf-core git:(feat/asyncapi_2.6.0) ./gradlew :springwolf-add-ons:springwolf-common-model-converters:test BUILD SUCCESSFUL in 5s 3 actionable tasks: 1 executed, 2 up-to-date
springwolf-core
springwolf-amqp-plugin
springwolf-kafka-plugin
➜ springwolf-core git:(feat/asyncapi_2.6.0) ./gradlew :springwolf-plugins:springwolf-kafka-plugin:test BUILD SUCCESSFUL in 1s 5 actionable tasks: 5 up-to-date
springwolf-cloud-stream-plugin
Looks like I broke
ApiIntegrationTest
andApiIntegrationWithDockerTest
in examples and can't figure out howcloses #156
upd:
Investigation results in the issue