From ed4044343aa864aae8ad9c0aad2ca70899f9adc1 Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Mon, 26 Feb 2024 13:59:10 +0530 Subject: [PATCH 1/3] Add jbalTools configs --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index fc9cdd3bb..619895a36 100644 --- a/build.gradle +++ b/build.gradle @@ -70,9 +70,15 @@ allprojects { subprojects { configurations { + jbalTools ballerinaStdLibs } dependencies { + /* JBallerina Tools */ + jbalTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") { + transitive = false + } + /* Standard libraries */ ballerinaStdLibs "io.ballerina.stdlib:cache-ballerina:${stdlibCacheVersion}" ballerinaStdLibs "io.ballerina.stdlib:crypto-ballerina:${stdlibCryptoVersion}" From f89e4923bfcfe9a058221b9016d6894ca324b6fd Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Mon, 26 Feb 2024 14:00:55 +0530 Subject: [PATCH 2/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 4 ++-- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 7463e1f56..acc899eb6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "auth" -version = "2.10.0" +version = "2.10.1" authors = ["Ballerina"] keywords = ["security", "authentication", "basic auth"] repository = "https://github.com/ballerina-platform/module-ballerina-auth" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "auth-native" -version = "2.10.0" -path = "../native/build/libs/auth-native-2.10.0.jar" +version = "2.10.1" +path = "../native/build/libs/auth-native-2.10.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7ff37c401..b386b68a7 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.8.0" [[package]] org = "ballerina" name = "auth" -version = "2.10.0" +version = "2.10.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -132,7 +132,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.0" +version = "1.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] diff --git a/gradle.properties b/gradle.properties index 92daee021..cdcb36ce2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ group=io.ballerina.stdlib version=2.10.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 -ballerinaGradlePluginVersion=2.0.1 +ballerinaGradlePluginVersion=2.2.2 ballerinaLangVersion=2201.8.0 From a15d2114168316475e7cf2734de74be21c77d062 Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Tue, 27 Feb 2024 08:45:55 +0530 Subject: [PATCH 3/3] Update the gradle plugin version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cdcb36ce2..9565a5902 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ group=io.ballerina.stdlib version=2.10.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 -ballerinaGradlePluginVersion=2.2.2 +ballerinaGradlePluginVersion=2.2.3 ballerinaLangVersion=2201.8.0