Skip to content

Commit 27b4703

Browse files
committed
Update kafka plugin version to 0.4.0
1 parent 5de2031 commit 27b4703

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

springwolf-plugins/springwolf-kafka-plugin/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
### About
1515

16-
This plugin generates an [AsyncAPI document](https://www.asyncapi.com/) from `@KafkaListener` methods.
16+
This plugin generates an [AsyncAPI document](https://www.asyncapi.com/) from:
17+
- `@KafkaListener` methods
18+
- `@KafkaHandler` methods in classes annotated with `@KafkaListener`
1719

1820
### Usage
1921

@@ -24,10 +26,10 @@ Add the following dependencies and configuration class to enable this plugin.
2426
```groovy
2527
dependencies {
2628
// Provides the documentation API
27-
implementation 'io.github.springwolf:springwolf-kafka:0.3.0'
29+
implementation 'io.github.springwolf:springwolf-kafka:0.4.0'
2830
2931
// Provides the UI - optional (recommended)
30-
runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.1'
32+
runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
3133
}
3234
```
3335

springwolf-plugins/springwolf-kafka-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'io.github.springwolf'
12-
version '0.3.0'
12+
version '0.4.0'
1313
sourceCompatibility = 1.8
1414

1515
repositories {

0 commit comments

Comments
 (0)