From 9a6203b431c97698a9b30a951a8680d114a12729 Mon Sep 17 00:00:00 2001 From: dilanSachi Date: Fri, 29 Mar 2024 14:01:52 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 70 +++++++++++++++++------------------ ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 6 +-- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 73bcbd40d..ac39ac6da 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "grpc" -version = "1.9.2" +version = "1.9.3" distribution = "2201.7.0" authors = ["Ballerina"] keywords = ["network", "grpc", "protobuf", "server-streaming", "client-streaming", "bidirectional-streaming"] @@ -16,11 +16,11 @@ graalvmCompatible = true [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "grpc-native" -version = "1.9.2" -path = "../native/build/libs/grpc-native-1.9.2.jar" +version = "1.9.3" +path = "../native/build/libs/grpc-native-1.9.3-SNAPSHOT.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.9.2.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.9.3-SNAPSHOT.jar" scope = "testOnly" [[platform.java11.dependency]] @@ -34,68 +34,68 @@ scope = "testOnly" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "http-native" -version = "2.9.5" -path = "./lib/http-native-2.9.5.jar" +version = "2.9.8" +path = "./lib/http-native-2.9.8-20240328-120600-3a093f5.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-common" -version = "4.1.100.Final" -path = "./lib/netty-common-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-common-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-buffer" -version = "4.1.100.Final" -path = "./lib/netty-buffer-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-buffer-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-transport" -version = "4.1.100.Final" -path = "./lib/netty-transport-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-transport-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-resolver" -version = "4.1.100.Final" -path = "./lib/netty-resolver-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-resolver-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-handler" -version = "4.1.100.Final" -path = "./lib/netty-handler-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-handler-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-codec-http" -version = "4.1.100.Final" -path = "./lib/netty-codec-http-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-codec-http-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-codec" -version = "4.1.100.Final" -path = "./lib/netty-codec-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-codec-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-handler-proxy" -version = "4.1.100.Final" -path = "./lib/netty-handler-proxy-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-handler-proxy-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-codec-http2" -version = "4.1.100.Final" -path = "./lib/netty-codec-http2-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-codec-http2-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-transport-native-unix-common" -version = "4.1.100.Final" -path = "./lib/netty-transport-native-unix-common-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-transport-native-unix-common-4.1.108.Final.jar" [[platform.java11.dependency]] groupId = "commons.pool.wso2" @@ -118,29 +118,29 @@ path = "./lib/bcpkix-jdk18on-1.74.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-tcnative-classes" -version = "2.0.62.Final" -path = "./lib/netty-tcnative-classes-2.0.62.Final.jar" +version = "2.0.65.Final" +path = "./lib/netty-tcnative-classes-2.0.65.Final.jar" [[platform.java11.dependency]] groupId = "io.netty" artifactId = "netty-tcnative-boringssl-static" -version = "2.0.62.Final" -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final.jar" +version = "2.0.65.Final" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final.jar" [[platform.java11.dependency]] -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final-windows-x86_64.jar" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-windows-x86_64.jar" [[platform.java11.dependency]] -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final-linux-aarch_64.jar" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar" [[platform.java11.dependency]] -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final-linux-x86_64.jar" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar" [[platform.java11.dependency]] -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final-osx-aarch_64.jar" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-osx-aarch_64.jar" [[platform.java11.dependency]] -path = "./lib/netty-tcnative-boringssl-static-2.0.62.Final-osx-x86_64.jar" +path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar" [[platform.java11.dependency]] groupId = "com.google.protobuf" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 732e34a21..eeaf6469a 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin" class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.9.2.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.9.3-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 93b263709..f7ebad056 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -68,7 +68,7 @@ dependencies = [ [[package]] org = "ballerina" name = "grpc" -version = "1.9.2" +version = "1.9.3" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "crypto"}, @@ -94,7 +94,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.9.5" +version = "2.9.8" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -248,7 +248,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.8.1" +version = "2.8.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From 1636b32a2cfd805eed36a98ef1808fe8f7d92404 Mon Sep 17 00:00:00 2001 From: dilanSachi Date: Fri, 29 Mar 2024 14:02:29 +0530 Subject: [PATCH 2/2] Update netty verion --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 749bf98fc..1d9fd2911 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,8 @@ slf4jVersion=1.7.30 protoGoogleCommonsVersion=1.17.0 protobufJavaVersion=3.20.3 jknackHandlebarsVersion=4.0.6 -nettyVersion=4.1.100.Final -nettyTcnativeVersion=2.0.62.Final +nettyVersion=4.1.108.Final +nettyTcnativeVersion=2.0.65.Final picocliVersion=4.0.1 githubSpotbugsVersion=4.0.5 githubJohnrengelmanShadowVersion=5.2.0 @@ -47,7 +47,7 @@ stdlibAuthVersion=2.9.0 stdlibJwtVersion=2.9.0 stdlibOAuth2Version=2.9.0 -stdlibHttpVersion=2.9.5 +stdlibHttpVersion=2.9.8-20240328-120600-3a093f5 # Ballerinax Observer observeVersion=1.1.0