From b928738c2d49a55146fee2325e465cf431f0214f Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Tue, 13 Aug 2024 11:57:52 +0530 Subject: [PATCH 1/2] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 2fef4dc..7edf0aa 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["xslt", "xml", "html", "xsl", "transformation"] repository = "https://github.com/ballerina-platform/module-ballerina-xslt" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c1d672f..c0dd7a8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" @@ -28,6 +28,26 @@ modules = [ {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} ] +[[package]] +org = "ballerina" +name = "lang.__internal" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.object"} +] + +[[package]] +org = "ballerina" +name = "lang.array" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.__internal"} +] + [[package]] org = "ballerina" name = "lang.error" @@ -37,6 +57,12 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"} ] +[[package]] +org = "ballerina" +name = "lang.object" +version = "0.0.0" +scope = "testOnly" + [[package]] org = "ballerina" name = "lang.value" @@ -53,6 +79,7 @@ version = "0.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, {org = "ballerina", name = "lang.error"} ] modules = [ From 021bf5fea766233f771cf7731ec09c33962a891f Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Tue, 13 Aug 2024 11:58:27 +0530 Subject: [PATCH 2/2] Update the distribution version to update 10 --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index f4fc2d0..cbb19f6 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["xslt", "xml", "html", "xsl", "transformation"] repository = "https://github.com/ballerina-platform/module-ballerina-xslt" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 8f57111..00c09ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ ballerinaGradlePluginVersion=2.0.1 saxonHeVersion=11.4 xmlResolverVersion=4.5.2 -ballerinaLangVersion=2201.8.0 +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a stdlibIoVersion=1.6.1