From 94f11a5812c748057b33718489c6339ccad34813 Mon Sep 17 00:00:00 2001 From: Haritha Hasathcharu <42366642+hasathcharu@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:14:39 +0530 Subject: [PATCH 1/3] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a293fd2..3f8b346 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true @@ -22,10 +22,10 @@ path = "../native/build/libs/persist.sql-native-1.3.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.3.0" -path = "./lib/persist-native-1.3.0-20240314-140700-7048f30.jar" +path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.11.0" -path = "./lib/sql-native-1.11.0.jar" +version = "1.13.0-20240410-111000-2cc6b6c" +path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index bf4320f..824bd06 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -6,7 +6,7 @@ class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin" path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.3.0-SNAPSHOT.jar" [[dependency]] -path = "./lib/persist-native-1.3.0-20240314-140700-7048f30.jar" +path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar" [[dependency]] -path = "./lib/persist-compiler-plugin-1.3.0-20240314-140700-7048f30.jar" +path = "./lib/persist-compiler-plugin-1.3.0-20240409-100100-594c874.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1c1e9a4..bfa6cf9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240229-103900-a949e6d4" +distribution-version = "2201.9.0-20240405-165800-4b163f78" [[package]] org = "ballerina" name = "auth" -version = "2.10.0" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -23,7 +23,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.7.1" +version = "3.8.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "constraint"}, @@ -35,7 +35,7 @@ dependencies = [ [[package]] org = "ballerina" name = "constraint" -version = "1.4.0" +version = "1.5.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.5.0" +version = "2.7.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.10.11" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -112,7 +112,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.10.0" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -251,7 +251,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.10.0" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -265,7 +265,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.2" +version = "1.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -352,7 +352,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.7.0" +version = "1.8.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, From 31709c4bfef3a070e3bc4be8fc22f68521ddc4c7 Mon Sep 17 00:00:00 2001 From: Haritha Hasathcharu <42366642+hasathcharu@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:59:59 +0530 Subject: [PATCH 2/3] Update dependencies for Update 9 --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 41 +++++++++++++-------------- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 0dc4a9b..f29e07c 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 96ac4bb..36d7514 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ gsonVersion=2.10 ballerinaGradlePluginVersion=2.0.1 jacocoVersion=0.8.10 -ballerinaLangVersion=2201.9.0-20240229-103900-a949e6d4 +ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78 # Direct Dependencies # Level 01 @@ -23,53 +23,50 @@ stdlibUrlVersion=2.4.0 # Level 02 stdlibLogVersion=2.9.0 stdlibOsVersion=1.8.0 +stdlibPersistVersion=1.3.0-20240409-100100-594c874 # Level 03 stdlibFileVersion=1.9.0 # Level 05 -stdlibHttpVersion=2.10.0 +stdlibHttpVersion=2.11.0-20240410-121300-ae1095d -# Level 08 -stdlibSqlVersion=1.11.0 - -# Level 09 -stdlibPersistVersion=1.3.0-20240314-140700-7048f30 +# Level 07 +stdlibSqlVersion=1.13.0-20240410-111000-2cc6b6c # Ballerina external dependency stdlibMysqlDriverVersion=1.6.0 stdlibMssqlDriverVersion=1.6.0 -stdlibPostgresqlDriverVersion=1.5.0 +stdlibPostgresqlDriverVersion=1.5.1 # Ballerinax Observer -observeVersion=1.2.0 -observeInternalVersion=1.2.0 +observeVersion=1.2.3-20240408-194900-a0e331f +observeInternalVersion=1.2.2-20240408-195500-1436319 # Transitive Dependencies -# Level 01 -stdlibConstraintVersion=1.4.0 #Level 02 -stdlibCryptoVersion=2.5.0 +stdlibConstraintVersion=1.5.0 +stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5 stdlibTaskVersion=2.5.0 # Level 03 -stdlibCacheVersion=3.7.0 +stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.7.0 +stdlibUuidVersion=1.8.0-20240410-125400-bbe7ac5 # Level 04 -stdlibAuthVersion=2.10.0 -stdlibJwtVersion=2.10.0 -stdlibOAuth2Version=2.10.0 +stdlibAuthVersion=2.11.0-20240410-121600-c514b62 +stdlibJwtVersion=2.11.0-20240410-124800-1a4eb44 +stdlibOAuth2Version=2.11.0-20240410-121700-502990d # Level 06 -stdlibTransactionVersion=1.8.0 +stdlibTransactionVersion=1.9.0-20240410-104900-57aec29 # Test Dependencies -stdlibMysqlVersion=1.11.0 -stdlibMssqlVersion=1.11.1 -stdlibPostgresqlVersion=1.11.0 +stdlibMysqlVersion=1.12.0-20240410-123800-3b9d573 +stdlibMssqlVersion=1.12.0-20240410-134300-a452400 +stdlibPostgresqlVersion=1.12.0-20240410-155200-0ae6d14 # Enabled publishing insecure checksums, due to fail to publish to maven central From 665e9a086cc0edc7f72e343ae47e6f2a89c14386 Mon Sep 17 00:00:00 2001 From: Haritha Hasathcharu <42366642+hasathcharu@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:09:08 +0530 Subject: [PATCH 3/3] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index bfa6cf9..cad19cf 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -294,7 +294,7 @@ modules = [ [[package]] org = "ballerina" name = "sql" -version = "1.11.1" +version = "1.13.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -386,7 +386,7 @@ modules = [ [[package]] org = "ballerinax" name = "mssql" -version = "1.11.1" +version = "1.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -410,7 +410,7 @@ modules = [ [[package]] org = "ballerinax" name = "mysql" -version = "1.11.0" +version = "1.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -458,7 +458,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.11.0" +version = "1.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"},