From a30617dbf3abbee9b34c4434834cc805dea6d480 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 6 Mar 2025 08:18:22 +0530 Subject: [PATCH 1/2] Prepare for update 12 release --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 44 +++++++++++++-------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 0c78c117..a6b229d5 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL repository = "https://github.com/ballerina-platform/module-ballerinax-mssql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 61214bb9..40ba60b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.14.1-SNAPSHOT +version=1.15.0-SNAPSHOT ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f checkstylePluginVersion=10.12.1 @@ -12,49 +12,49 @@ ballerinaGradlePluginVersion=2.3.0 msSQLDriverVersion=12.8.1.jre11 testngVersion=7.6.1 -stdlibSqlVersion=1.15.0 +stdlibSqlVersion=1.16.0-20250306-064600-ff83996 # Direct Dependencies # Level 01 -stdlibIoVersion=1.7.0 -stdlibTimeVersion=2.6.0 +stdlibIoVersion=1.8.0-20250304-133300-967a7a4 +stdlibTimeVersion=2.7.0-20250304-133100-009bfd7 # Level 02 -stdlibLogVersion=2.11.0 -stdlibOsVersion=1.9.0 +stdlibLogVersion=2.12.0-20250305-165600-b4606dd +stdlibOsVersion=1.10.0-20250305-204300-3f8417d # Level 03 -stdlibFileVersion=1.11.0 +stdlibFileVersion=1.12.0-20250305-204800-827a6c2 # Ballerinax Observer -observeVersion=1.4.0 -observeInternalVersion=1.4.0 +observeVersion=1.5.0-20250304-140800-d60274b +observeInternalVersion=1.5.0-20250305-160800-51dc066 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.6.0 -stdlibUrlVersion=2.5.0 +stdlibConstraintVersion=1.7.0-20250305-165400-52275bd +stdlibUrlVersion=2.6.0-20250304-133100-78baea0 # Level 02 -stdlibCryptoVersion=2.8.0 -stdlibTaskVersion=2.6.0 +stdlibCryptoVersion=2.9.0-20250305-165500-b42b932 +stdlibTaskVersion=2.7.0-20250305-173600-1c8b667 # Level 03 -stdlibCacheVersion=3.9.0 -stdlibMimeVersion=2.11.0 -stdlibUuidVersion=1.9.0 +stdlibCacheVersion=3.10.0-20250305-175000-1e05eb3 +stdlibMimeVersion=2.12.0-20250305-174800-8528404 +stdlibUuidVersion=1.10.0-20250305-175100-746df53 # Level 04 -stdlibDataJsonDataVersion=1.0.0 -stdlibAuthVersion=2.13.0 -stdlibJwtVersion=2.14.0 -stdlibOAuth2Version=2.13.0 +stdlibDataJsonDataVersion=1.1.0-20250305-182300-23e3c81 +stdlibAuthVersion=2.14.0-20250305-182200-ed0a9db +stdlibJwtVersion=2.15.0-20250305-182000-1eefc7e +stdlibOAuth2Version=2.14.0-20250305-182700-f5fb8ef # Level 05 -stdlibHttpVersion=2.13.0 +stdlibHttpVersion=2.14.0-20250305-195600-c559baa # Level 06 -stdlibTransactionVersion=1.11.0 +stdlibTransactionVersion=1.12.0-20250305-224600-85e1cd7 # Ballerina library stdlibMssqlDriverVersion=1.7.0 From 3751391fdbdd255c07f44c9c8acf1516ef212f73 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 6 Mar 2025 08:47:38 +0530 Subject: [PATCH 2/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 12 +++++----- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 42 +++++++++++++++++------------------ 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 4f7a7ae3..525a7419 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "mssql" -version = "1.14.0" +version = "1.15.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-mssql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0" [platform.java21] graalvmCompatible = true @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mssql-native" -version = "1.14.0" -path = "../native/build/libs/mssql-native-1.14.0.jar" +version = "1.15.0" +path = "../native/build/libs/mssql-native-1.15.0-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.15.0" -path = "./lib/sql-native-1.15.0.jar" +version = "1.16.0" +path = "./lib/sql-native-1.16.0-20250306-064600-ff83996.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 138ffa67..728a88e0 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mssql-compiler-plugin" class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.14.0.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.15.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 420f8447..32626c17 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0" +distribution-version = "2201.12.0-20250228-201300-8d411a0f" [[package]] org = "ballerina" name = "auth" -version = "2.13.0" +version = "2.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -23,7 +23,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.9.0" +version = "3.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "constraint"}, @@ -35,7 +35,7 @@ dependencies = [ [[package]] org = "ballerina" name = "constraint" -version = "1.6.0" +version = "1.7.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.8.0" +version = "2.9.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -56,7 +56,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "1.0.0" +version = "1.1.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "file" -version = "1.11.0" +version = "1.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -81,7 +81,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.13.0" +version = "2.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -111,7 +111,7 @@ dependencies = [ [[package]] org = "ballerina" name = "io" -version = "1.7.0" +version = "1.8.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -128,7 +128,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.14.0" +version = "2.15.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -249,7 +249,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.11.0" +version = "2.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -261,7 +261,7 @@ dependencies = [ [[package]] org = "ballerina" name = "mime" -version = "2.11.0" +version = "2.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -273,7 +273,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.13.0" +version = "2.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -287,7 +287,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.4.0" +version = "1.5.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -296,7 +296,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.9.0" +version = "1.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -306,7 +306,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.15.0" +version = "1.16.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -320,7 +320,7 @@ modules = [ [[package]] org = "ballerina" name = "task" -version = "2.6.0" +version = "2.7.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -344,7 +344,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.6.0" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -355,7 +355,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.5.0" +version = "2.6.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -364,7 +364,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.9.0" +version = "1.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -398,7 +398,7 @@ modules = [ [[package]] org = "ballerinax" name = "mssql" -version = "1.14.0" +version = "1.15.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"},