Skip to content

Commit d00a729

Browse files
authored
docs: Springwolf 1.2.0 release (#81)
1 parent 9a8926d commit d00a729

11 files changed

+13
-17
lines changed

docs/add-ons.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Latest version: ![Maven Central](https://img.shields.io/maven-central/v/io.githu
9696

9797
:::caution
9898
This add-on is still **Beta** so some features may not be yet implemented or some issues may be
99-
expected. Please, fill a [SpringWold Issue](https://github.com/springwolf/springwolf.github.io/issues/new) if you find
99+
expected. Please, fill a [Springwolf Issue](https://github.com/springwolf/springwolf.github.io/issues/new) if you find
100100
any bug or a missing feature.
101101
:::
102102

@@ -115,7 +115,3 @@ Latest version: ![Maven Central](https://img.shields.io/maven-central/v/io.githu
115115
Using this add-on, any Kotlin class annotated with the `@Serializable` annotation is _properly_ converted to AsyncAPI specification.
116116

117117
The fields annotated with `@SerialName` are named as defined in the annotation.
118-
119-
**Known issues:**
120-
121-
* Polymorphism is still **not** supported. See [issue #707](https://github.com/springwolf/springwolf-core/issues/707)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-common-model-converters:1.1.0'
2+
implementation 'io.github.springwolf:springwolf-common-model-converters:1.2.0'
33
}

docs/snippets/_springwolf_common_model_converters_maven.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-common-model-converters</artifactId>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
</dependency>
77
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-generic-binding:1.1.0'
2+
implementation 'io.github.springwolf:springwolf-generic-binding:1.2.0'
33
}

docs/snippets/_springwolf_generic_binding_maven.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-generic-binding</artifactId>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
</dependency>
77
</dependencies>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
// Provides the documentation API
3-
implementation 'io.github.springwolf:springwolf-kafka:1.0.0'
3+
implementation 'io.github.springwolf:springwolf-kafka:1.2.0'
44

55
// Provides the UI - optional (recommended)
6-
runtimeOnly 'io.github.springwolf:springwolf-ui:1.0.0'
6+
runtimeOnly 'io.github.springwolf:springwolf-ui:1.2.0'
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-json-schema:1.1.0'
2+
implementation 'io.github.springwolf:springwolf-json-schema:1.2.0'
33
}

docs/snippets/_springwolf_json_schema_maven.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-json-schema</artifactId>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
</dependency>
77
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.1.0'
2+
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.2.0'
33
}

docs/snippets/_springwolf_kotlinx_serialization_model_converter_maven.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-kotlinx-serialization-model-converter</artifactId>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
</dependency>
77
</dependencies>

0 commit comments

Comments
 (0)