Skip to content

Commit 5506fa1

Browse files
authored
Merge pull request #50 from ZenWave360/develop
prepares jbang-catalog.json for v2.0.0
2 parents ca7dcbf + d86b3fd commit 5506fa1

File tree

3 files changed

+41
-35
lines changed

3 files changed

+41
-35
lines changed

jbang-catalog.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"catalogs": {},
33
"aliases": {
44
"release": {
5-
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:RELEASE",
5+
"script-ref": "io.zenwave360.sdk.zenwave-sdk:zenwave-sdk-cli:RELEASE",
66
"dependencies": [
77
"org.slf4j:slf4j-simple:1.7.36",
8-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:RELEASE",
9-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:RELEASE",
10-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:RELEASE",
11-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:RELEASE",
12-
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:RELEASE",
13-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:RELEASE",
14-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:RELEASE",
15-
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:RELEASE",
16-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:RELEASE",
17-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:RELEASE"
8+
"io.zenwave360.sdk.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:RELEASE",
9+
"io.zenwave360.sdk.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:RELEASE",
10+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-spring-webtestclient:RELEASE",
11+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-karate:RELEASE",
12+
"io.zenwave360.sdk.zenwave-sdk.plugins:backend-application-default:RELEASE",
13+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-openapi:RELEASE",
14+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-asyncapi:RELEASE",
15+
"io.zenwave360.sdk.zenwave-sdk.plugins:jdl-to-asyncapi:RELEASE",
16+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-markdown:RELEASE",
17+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-controllers:RELEASE"
1818
],
1919
"main": "io.zenwave360.sdk.Main",
2020
"java-options": [
@@ -26,19 +26,19 @@
2626
]
2727
},
2828
"snapshots": {
29-
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:1.8.0-SNAPSHOT",
29+
"script-ref": "io.zenwave360.sdk.zenwave-sdk:zenwave-sdk-cli:2.1.0-SNAPSHOT",
3030
"dependencies": [
3131
"org.slf4j:slf4j-simple:1.7.36",
32-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:1.8.0-SNAPSHOT",
33-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:1.8.0-SNAPSHOT",
34-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:1.8.0-SNAPSHOT",
35-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:1.8.0-SNAPSHOT",
36-
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:1.8.0-SNAPSHOT",
37-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:1.8.0-SNAPSHOT",
38-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:1.8.0-SNAPSHOT",
39-
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:1.8.0-SNAPSHOT",
40-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:1.8.0-SNAPSHOT",
41-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:1.8.0-SNAPSHOT"
32+
"io.zenwave360.sdk.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:2.1.0-SNAPSHOT",
33+
"io.zenwave360.sdk.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:2.1.0-SNAPSHOT",
34+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-spring-webtestclient:2.1.0-SNAPSHOT",
35+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-karate:2.1.0-SNAPSHOT",
36+
"io.zenwave360.sdk.zenwave-sdk.plugins:backend-application-default:2.1.0-SNAPSHOT",
37+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-openapi:2.1.0-SNAPSHOT",
38+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-asyncapi:2.1.0-SNAPSHOT",
39+
"io.zenwave360.sdk.zenwave-sdk.plugins:jdl-to-asyncapi:2.1.0-SNAPSHOT",
40+
"io.zenwave360.sdk.zenwave-sdk.plugins:zdl-to-markdown:2.1.0-SNAPSHOT",
41+
"io.zenwave360.sdk.zenwave-sdk.plugins:openapi-controllers:2.1.0-SNAPSHOT"
4242
],
4343
"repositories": [
4444
"mavencentral",
@@ -53,20 +53,20 @@
5353
"--add-exports", "jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"
5454
]
5555
},
56-
"next": {
57-
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:2.0.0-SNAPSHOT",
56+
"v1.7.1": {
57+
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:1.7.1",
5858
"dependencies": [
5959
"org.slf4j:slf4j-simple:1.7.36",
60-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:2.0.0-SNAPSHOT",
61-
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:2.0.0-SNAPSHOT",
62-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:2.0.0-SNAPSHOT",
63-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:2.0.0-SNAPSHOT",
64-
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:2.0.0-SNAPSHOT",
65-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:2.0.0-SNAPSHOT",
66-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:2.0.0-SNAPSHOT",
67-
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:2.0.0-SNAPSHOT",
68-
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:2.0.0-SNAPSHOT",
69-
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:2.0.0-SNAPSHOT"
60+
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:1.7.1",
61+
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:1.7.1",
62+
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:1.7.1",
63+
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:1.7.1",
64+
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:1.7.1",
65+
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:1.7.1",
66+
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:1.7.1",
67+
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:1.7.1",
68+
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:1.7.1",
69+
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:1.7.1"
7070
],
7171
"repositories": [
7272
"mavencentral",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenses>
1414
<license>
1515
<name>MIT License</name>
16-
<url>http://www.opensource.org/licenses/mit-license.php</url>
16+
<url>https://www.opensource.org/licenses/mit-license.php</url>
1717
</license>
1818
</licenses>
1919

release-notes/release-notes.v2.0.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This release includes a major refactoring of code generation for advanced custom
1010

1111
These changes are transparent for users and it will help build tools around ZenWaveSDK and customize the experience for advanced usage.
1212

13+
Users that need to rely on previous version with jbang can use the following command:
14+
15+
```shell
16+
jbang alias add --fresh --force --name=zw v1.7.1@zenwave360/zenwave-sdk
17+
```
18+
1319
This release also includes several bugfixes and new features:
1420

1521
- Support for `@naturalId` in entities and service commands

0 commit comments

Comments
 (0)