From 74b4605d56241c738361fb014ba5d69f6f296e75 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 08:04:39 +0000 Subject: [PATCH 1/6] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1b798afc06..af294dedd5 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -51,7 +51,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.3.2" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -63,11 +63,13 @@ modules = [ [[package]] org = "ballerina" name = "file" -version = "1.7.1" +version = "1.7.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "log"}, {org = "ballerina", name = "os"}, + {org = "ballerina", name = "regex"}, {org = "ballerina", name = "time"} ] modules = [ @@ -108,7 +110,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.4.1" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -238,7 +240,7 @@ modules = [ [[package]] org = "ballerina" name = "log" -version = "2.7.1" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -252,7 +254,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.7.1" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -302,7 +304,7 @@ dependencies = [ [[package]] org = "ballerina" name = "regex" -version = "1.4.3" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.string"} @@ -314,7 +316,7 @@ modules = [ [[package]] org = "ballerina" name = "task" -version = "2.3.2" +version = "2.3.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -323,7 +325,7 @@ dependencies = [ [[package]] org = "ballerina" name = "time" -version = "2.2.5" +version = "2.2.4" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -334,7 +336,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.2.4" +version = "2.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From 7fe4ea8dad3c9cc8099958f32baa2fb70155c0a2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 08:35:58 +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 4228c8ff61..a7c5f8f4d5 100644 --- a/ballerina-tests/http-advanced-tests/Ballerina.toml +++ b/ballerina-tests/http-advanced-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index 03b3d523fa..71c912aa45 100644 --- a/ballerina-tests/http-client-tests/Ballerina.toml +++ b/ballerina-tests/http-client-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index 96cb6d8fec..f3000885bb 100644 --- a/ballerina-tests/http-dispatching-tests/Ballerina.toml +++ b/ballerina-tests/http-dispatching-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index cea8bbd72d..abf3e73059 100644 --- a/ballerina-tests/http-interceptor-tests/Ballerina.toml +++ b/ballerina-tests/http-interceptor-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index 139dac0d3a..3fdc9e4a98 100644 --- a/ballerina-tests/http-misc-tests/Ballerina.toml +++ b/ballerina-tests/http-misc-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index a13313d7eb..36ed22faa3 100644 --- a/ballerina-tests/http-resiliency-tests/Ballerina.toml +++ b/ballerina-tests/http-resiliency-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index 1f146eec65..40cfe94cf7 100644 --- a/ballerina-tests/http-security-tests/Ballerina.toml +++ b/ballerina-tests/http-security-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index 4131719c69..cddf3f178b 100644 --- a/ballerina-tests/http-service-tests/Ballerina.toml +++ b/ballerina-tests/http-service-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 2900c19368..c445e7eb53 100644 --- a/ballerina-tests/http2-tests/Ballerina.toml +++ b/ballerina-tests/http2-tests/Ballerina.toml @@ -11,4 +11,4 @@ version = "2.7.7" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar" From 14c78ad3bd3aa0593cee95ba1674e86aebf2058d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 08:35:58 +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 22debaa64e..b05a5a0da4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.7.7" -path = "../native/build/libs/http-native-2.7.7-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.7.7.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d2032627a4..dfb4ff467c 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.7.7-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.7.jar" From f8bd5f9f62b16273e4a7f7e34c199666c554bf3a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 08:35:58 +0000 Subject: [PATCH 4/6] [Gradle Release Plugin] - pre tag commit: 'v2.7.7'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a578f4a7c5..b7b9d1918a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.7-SNAPSHOT +version=2.7.7 ballerinaLangVersion=2201.5.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1 From 84ffbe21b2d9e5deaa88e84bc3971566b140620e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 29 May 2024 08:36:00 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - new version commit: 'v2.7.8-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b7b9d1918a..d502b00589 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.7 +version=2.7.8-SNAPSHOT ballerinaLangVersion=2201.5.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1 From 0295477f94c1d59f4f55711076468e9a54affa1a Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 29 May 2024 14:14: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 d0caacbed5..5cfbd93ad2 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.7.7] - 2024-05-29 ### Fixed