From 157e525c8692cdd19fd21d7ad35acc0c6c1af99b Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Fri, 26 Apr 2024 11:40:39 +0530 Subject: [PATCH 1/4] update workflow --- .github/workflows/build-with-bal-test-graalvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 41951cb..aced9a4 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -30,7 +30,7 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }} From 828f4d4034d6449b2d677e84ddcf9baf9d58ee13 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Fri, 9 Aug 2024 10:40:56 +0530 Subject: [PATCH 2/4] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b0cfcb6..1818a75 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["persist", "inmemory"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.inmemory" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true @@ -21,5 +21,5 @@ path = "../native/build/libs/persist.inmemory-native-1.3.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" -version = "1.3.0" -path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar" +version = "1.4.0" +path = "./lib/persist-native-1.4.0-20240808-102300-3b855e5.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c696bc1..69c2255 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240403-114600-ceb51559" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" @@ -53,7 +53,7 @@ scope = "testOnly" [[package]] org = "ballerina" name = "persist" -version = "1.3.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From 8874b1440614aeed8ba9cddf2d97bd80a12f2d20 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Fri, 9 Aug 2024 10:41:35 +0530 Subject: [PATCH 3/4] update the version for the update 10 release --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 9c2dddf..e4590e5 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["persist", "inmemory"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.inmemory" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 4c2be43..aa5f81a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ testngVersion=7.6.1 gsonVersion=2.10 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.9.0-20240403-114600-ceb51559 +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a # Direct Dependencies @@ -19,11 +19,11 @@ ballerinaLangVersion=2201.9.0-20240403-114600-ceb51559 stdlibTimeVersion=2.4.0 # Level 08 -stdlibPersistVersion=1.3.0-20240409-100100-594c874 +stdlibPersistVersion=1.4.0-20240808-102300-3b855e5 # Ballerinax Observer -observeVersion=1.2.3-20240403-143400-5f0247b -observeInternalVersion=1.2.2-20240403-152100-98fc6e9 +observeVersion=1.3.0-20240807-093200-e29ca7a +observeInternalVersion=1.3.0-20240807-094500-91e2d3a # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308 From 968c7d37aaa3bc7151cc6fff2457767858acdd1a Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Fri, 9 Aug 2024 11:05:17 +0530 Subject: [PATCH 4/4] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index fd8b2fe..7605cfa 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "persist.inmemory" -version = "1.3.0" +version = "1.4.0" authors = ["Ballerina"] keywords = ["persist", "inmemory"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.inmemory" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist.inmemory-native" -version = "1.3.0" -path = "../native/build/libs/persist.inmemory-native-1.3.0.jar" +version = "1.4.0" +path = "../native/build/libs/persist.inmemory-native-1.4.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 69c2255..9bf674d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -90,7 +90,7 @@ modules = [ [[package]] org = "ballerinax" name = "persist.inmemory" -version = "1.3.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "persist"},