From 0994fd58368edb424e1cbd6810cc183429897903 Mon Sep 17 00:00:00 2001 From: Anupama Pathirage Date: Sun, 29 Sep 2024 00:46:42 -0500 Subject: [PATCH 1/2] Delete stale bot --- .github/workflows/stale_check.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/stale_check.yml diff --git a/.github/workflows/stale_check.yml b/.github/workflows/stale_check.yml deleted file mode 100644 index 8763360..0000000 --- a/.github/workflows/stale_check.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 'Close stale pull requests' - -on: - schedule: - - cron: '30 19 * * *' - workflow_dispatch: - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - stale-pr-message: 'This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the `stale` label is removed or commented.' - close-pr-message: 'Closed PR due to inactivity for more than 18 days.' - days-before-pr-stale: 15 - days-before-pr-close: 3 - days-before-issue-stale: -1 - days-before-issue-close: -1 From 7e99d580bed4e43bca4ed5f38f2922b340f2c3d1 Mon Sep 17 00:00:00 2001 From: ravinperera00 Date: Wed, 13 Nov 2024 11:17:24 +0530 Subject: [PATCH 2/2] Migrate to new Runtime APIs --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 6 +++--- gradle.properties | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a31fda2..52475b4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "xslt" -version = "2.7.0" +version = "2.7.1" authors = ["Ballerina"] keywords = ["xslt", "xml", "html", "xsl", "transformation"] repository = "https://github.com/ballerina-platform/module-ballerina-xslt" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "xslt-native" -version = "2.7.0" -path = "../native/build/libs/xslt-native-2.7.0.jar" +version = "2.7.1" +path = "../native/build/libs/xslt-native-2.7.1-SNAPSHOT.jar" [[platform.java21.dependency]] path = "./lib/jakarta.activation-1.2.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index bf63c84..76e9c84 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0" +distribution-version = "2201.11.0-20241112-214900-6b80ab87" [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.2" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -89,7 +89,7 @@ modules = [ [[package]] org = "ballerina" name = "xslt" -version = "2.7.0" +version = "2.7.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/gradle.properties b/gradle.properties index 2424756..4909652 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ ballerinaGradlePluginVersion=2.0.1 saxonHeVersion=11.4 xmlResolverVersion=4.5.2 -ballerinaLangVersion=2201.10.0-20240926-231800-8a5a4343 -stdlibIoVersion=1.6.2-20240928-084100-656404f +ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 +stdlibIoVersion=1.6.2-20241112-233100-995cf5f