Skip to content

Commit 57e6254

Browse files
committed
prepare v2.3.0
1 parent 7a19665 commit 57e6254

File tree

3 files changed

+42
-14
lines changed

3 files changed

+42
-14
lines changed

jbang-catalog.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
]
3232
},
3333
"snapshots": {
34-
"script-ref": "io.zenwave360.sdk:zenwave-sdk-cli:2.3.0-SNAPSHOT",
34+
"script-ref": "io.zenwave360.sdk:zenwave-sdk-cli:2.4.0-SNAPSHOT",
3535
"dependencies": [
3636
"org.slf4j:slf4j-simple:1.7.36",
37-
"io.zenwave360.sdk.plugins:asyncapi-spring-cloud-streams3:2.3.0-SNAPSHOT",
38-
"io.zenwave360.sdk.plugins:asyncapi-jsonschema2pojo:2.3.0-SNAPSHOT",
39-
"io.zenwave360.sdk.plugins:avro-schema-compiler:2.3.0-SNAPSHOT",
37+
"io.zenwave360.sdk.plugins:asyncapi-spring-cloud-streams3:2.4.0-SNAPSHOT",
38+
"io.zenwave360.sdk.plugins:asyncapi-jsonschema2pojo:2.4.0-SNAPSHOT",
39+
"io.zenwave360.sdk.plugins:avro-schema-compiler:2.4.0-SNAPSHOT",
4040
"org.apache.avro:avro-compiler:1.12.0",
41-
"io.zenwave360.sdk.plugins:asyncapi-generator:2.3.0-SNAPSHOT",
42-
"io.zenwave360.sdk.plugins:openapi-spring-webtestclient:2.3.0-SNAPSHOT",
43-
"io.zenwave360.sdk.plugins:openapi-karate:2.3.0-SNAPSHOT",
44-
"io.zenwave360.sdk.plugins:backend-application-default:2.3.0-SNAPSHOT",
45-
"io.zenwave360.sdk.plugins.customizations:kotlin-backend-application:2.3.0-SNAPSHOT",
46-
"io.zenwave360.sdk.plugins:zdl-to-openapi:2.3.0-SNAPSHOT",
47-
"io.zenwave360.sdk.plugins:zdl-to-asyncapi:2.3.0-SNAPSHOT",
48-
"io.zenwave360.sdk.plugins:jdl-to-asyncapi:2.3.0-SNAPSHOT",
49-
"io.zenwave360.sdk.plugins:zdl-to-markdown:2.3.0-SNAPSHOT",
50-
"io.zenwave360.sdk.plugins:openapi-controllers:2.3.0-SNAPSHOT"
41+
"io.zenwave360.sdk.plugins:asyncapi-generator:2.4.0-SNAPSHOT",
42+
"io.zenwave360.sdk.plugins:openapi-spring-webtestclient:2.4.0-SNAPSHOT",
43+
"io.zenwave360.sdk.plugins:openapi-karate:2.4.0-SNAPSHOT",
44+
"io.zenwave360.sdk.plugins:backend-application-default:2.4.0-SNAPSHOT",
45+
"io.zenwave360.sdk.plugins.customizations:kotlin-backend-application:2.4.0-SNAPSHOT",
46+
"io.zenwave360.sdk.plugins:zdl-to-openapi:2.4.0-SNAPSHOT",
47+
"io.zenwave360.sdk.plugins:zdl-to-asyncapi:2.4.0-SNAPSHOT",
48+
"io.zenwave360.sdk.plugins:jdl-to-asyncapi:2.4.0-SNAPSHOT",
49+
"io.zenwave360.sdk.plugins:zdl-to-markdown:2.4.0-SNAPSHOT",
50+
"io.zenwave360.sdk.plugins:openapi-controllers:2.4.0-SNAPSHOT"
5151
],
5252
"repositories": [
5353
"mavencentral",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## What's Changed
2+
3+
* Merged 2.2.2 by @ivangsa in https://github.com/ZenWave360/zenwave-sdk/pull/93
4+
5+
## What's New
6+
7+
- fix: processing of javaType in jsonschema3pojo plugin f63dc279bc58598a33186213572debeb928f7d58
8+
9+
**Full Changelog**: https://github.com/ZenWave360/zenwave-sdk/compare/v2.2.1...v2.2.2
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## What’s Changed
2+
3+
- Merged release **2.3.0** by @ivangsa
4+
https://github.com/ZenWave360/zenwave-sdk/pull/78
5+
6+
## What’s New
7+
8+
- Replaced `ZdlParser` dependency from
9+
[zdl-jvm](https://github.com/ZenWave360/zdl-jvm) to
10+
[dsl-kotlin-jvm](https://github.com/ZenWave360/dsl-kotlin)
11+
- ZDL now supports optional / nullable command parameters
12+
- Added `email` validation support in ZDL and `BackendApplicationDefaultPlugin`
13+
- CLI dependencies can now be loaded via `@import` in `.zw` files, allowing replacement or override of existing classes and resources
14+
- Added `useJSpecify` (default: false) option to `BackendApplicationProjectTemplates` to generate `@NullMarked` annotations
15+
- Refactored ZDL-to-Markdown output to support ZenWaveDomainEditor
16+
- Multiple bug fixes and improvements across Java and Kotlin templates
17+
18+
**Full Changelog**:
19+
https://github.com/ZenWave360/zenwave-sdk/compare/v2.2.2...v2.3.0

0 commit comments

Comments
 (0)