From e67b263466e2184c1855581b3482d613839b5dcd Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 12 Oct 2022 18:08:07 +0530 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 693adcc..a56aed6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "stan" -version = "2.4.0" +version = "2.4.1" authors = ["Ballerina"] keywords = ["service", "client", "messaging", "network", "streaming"] repository = "https://github.com/ballerina-platform/module-ballerinax-stan" @@ -21,8 +21,8 @@ path = "./lib/protobuf-java-3.20.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "stan-native" -version = "2.4.0" -path = "../native/build/libs/stan-native-2.4.0.jar" +version = "2.4.1" +path = "../native/build/libs/stan-native-2.4.1-SNAPSHOT.jar" [build-options] observabilityIncluded=true diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 32db725..1ffcb0b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "stan-compiler-plugin" class = "io.ballerina.stdlib.stan.plugin.StanCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.4.0.jar" +path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.4.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5b94633..dbf89e4 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -72,7 +72,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.4.0" +version = "2.4.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -127,7 +127,7 @@ modules = [ [[package]] org = "ballerinax" name = "stan" -version = "2.4.0" +version = "2.4.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, From 3bd0cdca8e3dfcdf40d5cf5e2e6d67e1893068e5 Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 12 Oct 2022 18:36:18 +0530 Subject: [PATCH 2/5] Update crypto dependency --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 40d42f8..3e04ac6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ puppycrawlCheckstyleVersion=8.18 testngVersion=7.4.0 ballerinaGradlePluginVersion=0.15.0 -stdlibCryptoVersion=2.2.2 +stdlibCryptoVersion=2.2.3-20220921-105400-812e99d stdlibLogVersion=2.4.0 stdlibTimeVersion=2.2.2 stdlibIoVersion=1.3.0 From ca46cfca3b8d7d14faa8e8560cc6abc1c0f4b202 Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 12 Oct 2022 18:40:26 +0530 Subject: [PATCH 3/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index dbf89e4..435eb44 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -9,7 +9,7 @@ dependencies-toml-version = "2" [[package]] org = "ballerina" name = "crypto" -version = "2.2.2" +version = "2.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} From 12ad0529594ab87b90b37b8ffdeeda6c9985da99 Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 12 Oct 2022 19:17:16 +0530 Subject: [PATCH 4/5] Fix build failure --- ballerina/tests/server/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/tests/server/docker-compose.yaml b/ballerina/tests/server/docker-compose.yaml index 1603fdb..b8270b4 100644 --- a/ballerina/tests/server/docker-compose.yaml +++ b/ballerina/tests/server/docker-compose.yaml @@ -21,7 +21,7 @@ services: - 4224:4222 - 8224:8222 nats-streaming-tls: - image: nats-streaming:latest + image: nats-streaming:0.24.6 hostname: nats-streaming-tls command: "-sc /server.conf" volumes: From 7355fb85d4ba24dbd5ba0998c752707173c2d17a Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 12 Oct 2022 21:14:18 +0530 Subject: [PATCH 5/5] Update protobuf version --- ballerina/Ballerina.toml | 2 +- build-config/resources/Ballerina.toml | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a56aed6..2ee5216 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ path = "./lib/java-nats-streaming-2.2.3.jar" path = "./lib/jnats-2.8.0.jar" [[platform.java11.dependency]] -path = "./lib/protobuf-java-3.20.1.jar" +path = "./lib/protobuf-java-3.20.3.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 5333936..4019de2 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -16,7 +16,7 @@ path = "./lib/java-nats-streaming-2.2.3.jar" path = "./lib/jnats-2.8.0.jar" [[platform.java11.dependency]] -path = "./lib/protobuf-java-3.20.1.jar" +path = "./lib/protobuf-java-3.20.3.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/build.gradle b/build.gradle index 0b9a57a..f53a565 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ ext.puppycrawlCheckstyleVersion = project.puppycrawlCheckstyleVersion ext.slf4jVersion = "1.7.30" ext.natsVersion = "2.8.0" ext.natsStreamingVersion = "2.2.3" -ext.protobufVersion = "3.20.1" +ext.protobufVersion = "3.20.3" ext.stdlibCryptoVersion = project.stdlibCryptoVersion ext.stdlibLogVersion = project.stdlibLogVersion ext.stdlibTimeVersion = project.stdlibTimeVersion