From 24fa952f36f4d9f22df1162a8feb5238dc2f5607 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 06:31:53 +0000 Subject: [PATCH 1/6] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 493f4325a1..0acc473581 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -25,7 +25,7 @@ modules = [ [[package]] org = "ballerina" name = "cache" -version = "3.7.1" +version = "3.7.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -283,7 +283,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From bcdc4fe981f165ca634baba137c9f6ec92c9260e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 07:02:42 +0000 Subject: [PATCH 2/6] [Automated] Update the native jar versions --- ballerina-tests/http-advanced-tests/Ballerina.toml | 2 +- ballerina-tests/http-client-tests/Ballerina.toml | 2 +- ballerina-tests/http-dispatching-tests/Ballerina.toml | 2 +- ballerina-tests/http-interceptor-tests/Ballerina.toml | 2 +- ballerina-tests/http-misc-tests/Ballerina.toml | 2 +- ballerina-tests/http-resiliency-tests/Ballerina.toml | 2 +- ballerina-tests/http-security-tests/Ballerina.toml | 2 +- ballerina-tests/http-service-tests/Ballerina.toml | 2 +- ballerina-tests/http2-tests/Ballerina.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ballerina-tests/http-advanced-tests/Ballerina.toml b/ballerina-tests/http-advanced-tests/Ballerina.toml index 6189f1ab9e..d97da14ff9 100644 --- a/ballerina-tests/http-advanced-tests/Ballerina.toml +++ b/ballerina-tests/http-advanced-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index afee86a497..2144354e2d 100644 --- a/ballerina-tests/http-client-tests/Ballerina.toml +++ b/ballerina-tests/http-client-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index 14d64f0d70..12f2a64202 100644 --- a/ballerina-tests/http-dispatching-tests/Ballerina.toml +++ b/ballerina-tests/http-dispatching-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index e06cc6b545..427bbe6d27 100644 --- a/ballerina-tests/http-interceptor-tests/Ballerina.toml +++ b/ballerina-tests/http-interceptor-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index be9c89cba1..efc0f26b70 100644 --- a/ballerina-tests/http-misc-tests/Ballerina.toml +++ b/ballerina-tests/http-misc-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index 8efb9afbe5..f7e0cdb73d 100644 --- a/ballerina-tests/http-resiliency-tests/Ballerina.toml +++ b/ballerina-tests/http-resiliency-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index b5bdd5f6af..0a425402f4 100644 --- a/ballerina-tests/http-security-tests/Ballerina.toml +++ b/ballerina-tests/http-security-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index 1b0c1bd7bd..50d542b672 100644 --- a/ballerina-tests/http-service-tests/Ballerina.toml +++ b/ballerina-tests/http-service-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 23fcde7ac1..3b3ba68734 100644 --- a/ballerina-tests/http2-tests/Ballerina.toml +++ b/ballerina-tests/http2-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java17.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar" From f52c18e293b2a7e0885d953cce0e765b8e40bbaf Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 07:02:42 +0000 Subject: [PATCH 3/6] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 761542514d..eb3d75f969 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,7 +17,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.10.13" -path = "../native/build/libs/http-native-2.10.13-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.10.13.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ec52292d2b..d6edd0008f 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "http-compiler-plugin" class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/http-compiler-plugin-2.10.13-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.10.13.jar" From 6ce4514637dc8d20e36bffbd557c13669cd652d0 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 07:02:42 +0000 Subject: [PATCH 4/6] [Gradle Release Plugin] - pre tag commit: 'v2.10.13'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7acbad74fe..eb44d5539c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.13-SNAPSHOT +version=2.10.13 ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 From c8f10bf928be009699b08859cab0efd0f9784263 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 07:02:44 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - new version commit: 'v2.10.14-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eb44d5539c..9ef952f1e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.13 +version=2.10.14-SNAPSHOT ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 From d01230c3c0cff1ffbebb56482435759e2e1dfb15 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 29 May 2024 12:42:18 +0530 Subject: [PATCH 6/6] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5eb2cce66f..751afd1780 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ This file contains all the notable changes done to the Ballerina HTTP package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.10.13] - 2024-05-29 ### Fixed