From 1a16c7843e26b4455e1ac31a52a97743c7bcf417 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:14:58 +0000 Subject: [PATCH 1/7] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index fdd6239316..b3766201d0 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -23,13 +23,13 @@ path = "../native/build/libs/http-native-2.9.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.8.0" -path = "./lib/mime-native-2.8.0-20230620-205000-a1e0453.jar" +path = "./lib/mime-native-2.8.0-20230622-135900-25e4923.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.3.0" -path = "./lib/constraint-native-1.3.0-20230620-195700-ca941bc.jar" +path = "./lib/constraint-native-1.3.0-20230622-115000-e1ca592.jar" [[platform.java11.dependency]] groupId = "io.netty" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 071dd9c124..afca03ce7f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" [[package]] org = "ballerina" From 0bdb1a5af8e3ae33fa6665ee86a947c013ab40d2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:15:22 +0000 Subject: [PATCH 2/7] Move dependencies to stable version --- gradle.properties | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2aa227d3c0..1e28fccf8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.9.0-SNAPSHOT -ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd +ballerinaLangVersion= 2201.7.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1 nettyVersion=4.1.94.Final @@ -24,23 +24,23 @@ marshallingVersion=2.0.5.Final protobufVersion=3.20.3 jacocoVersion=0.8.8 -stdlibIoVersion=1.5.0-20230622-110500-8523dfe -stdlibTimeVersion=2.3.0-20230622-110600-b78c05f -stdlibUrlVersion=2.3.0-20230622-110800-bea5e27 +stdlibIoVersion=1.5.0 +stdlibTimeVersion=2.3.0 +stdlibUrlVersion=2.3.0 -stdlibConstraintVersion=1.3.0-20230622-115000-e1ca592 -stdlibOsVersion=1.7.0-20230622-115000-1a0833a -stdlibTaskVersion=2.4.0-20230622-115600-696d07f -stdlibLogVersion=2.8.0-20230622-125300-797c7fe -stdlibCryptoVersion=2.4.0-20230622-115200-fdbc399 +stdlibConstraintVersion=1.3.0 +stdlibOsVersion=1.7.0 +stdlibTaskVersion=2.4.0 +stdlibLogVersion=2.8.0 +stdlibCryptoVersion=2.4.0 -stdlibFileVersion=1.8.0-20230622-133700-989cf79 -stdlibMimeVersion=2.8.0-20230622-135900-25e4923 -stdlibCacheVersion=3.6.0-20230622-124400-5d6a738 +stdlibFileVersion=1.8.0 +stdlibMimeVersion=2.8.0 +stdlibCacheVersion=3.6.0 -stdlibAuthVersion=2.9.0-20230622-133700-87dec9a -stdlibJwtVersion=2.9.0-20230622-133700-dd9ebf0 -stdlibOAuth2Version=2.9.0-20230622-140500-ef79c89 +stdlibAuthVersion=2.9.0 +stdlibJwtVersion=2.9.0 +stdlibOAuth2Version=2.9.0 -observeVersion=1.1.0-20230622-105700-f92eb77 -observeInternalVersion=1.1.0-20230622-114200-c6b7282 +observeVersion=1.1.0 +observeInternalVersion=1.1.0 From 6110cc8e8ae20e4f5b285c0a4db7272d312f0814 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:48:56 +0000 Subject: [PATCH 3/7] [Automated] Update the native jar versions --- ballerina-tests/http-advanced-tests/Ballerina.toml | 2 +- ballerina-tests/http-advanced-tests/Dependencies.toml | 2 +- ballerina-tests/http-client-tests/Ballerina.toml | 2 +- ballerina-tests/http-client-tests/Dependencies.toml | 2 +- ballerina-tests/http-dispatching-tests/Ballerina.toml | 2 +- ballerina-tests/http-dispatching-tests/Dependencies.toml | 2 +- ballerina-tests/http-interceptor-tests/Ballerina.toml | 2 +- ballerina-tests/http-interceptor-tests/Dependencies.toml | 2 +- ballerina-tests/http-misc-tests/Ballerina.toml | 2 +- ballerina-tests/http-misc-tests/Dependencies.toml | 2 +- ballerina-tests/http-resiliency-tests/Ballerina.toml | 2 +- ballerina-tests/http-resiliency-tests/Dependencies.toml | 2 +- ballerina-tests/http-security-tests/Ballerina.toml | 2 +- ballerina-tests/http-security-tests/Dependencies.toml | 2 +- ballerina-tests/http-service-tests/Ballerina.toml | 2 +- ballerina-tests/http-service-tests/Dependencies.toml | 2 +- ballerina-tests/http-test-common/Dependencies.toml | 2 +- ballerina-tests/http2-tests/Ballerina.toml | 2 +- ballerina-tests/http2-tests/Dependencies.toml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ballerina-tests/http-advanced-tests/Ballerina.toml b/ballerina-tests/http-advanced-tests/Ballerina.toml index a3c69d049a..d31daa5ffd 100644 --- a/ballerina-tests/http-advanced-tests/Ballerina.toml +++ b/ballerina-tests/http-advanced-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-advanced-tests/Dependencies.toml b/ballerina-tests/http-advanced-tests/Dependencies.toml index 5778cd0f79..59eb697fbc 100644 --- a/ballerina-tests/http-advanced-tests/Dependencies.toml +++ b/ballerina-tests/http-advanced-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index 40f2e90d10..d4e6dea462 100644 --- a/ballerina-tests/http-client-tests/Ballerina.toml +++ b/ballerina-tests/http-client-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-client-tests/Dependencies.toml b/ballerina-tests/http-client-tests/Dependencies.toml index 0323853ee5..46f90f0bc5 100644 --- a/ballerina-tests/http-client-tests/Dependencies.toml +++ b/ballerina-tests/http-client-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index fede6f8b70..e95dff40ca 100644 --- a/ballerina-tests/http-dispatching-tests/Ballerina.toml +++ b/ballerina-tests/http-dispatching-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-dispatching-tests/Dependencies.toml b/ballerina-tests/http-dispatching-tests/Dependencies.toml index 10f5c4b3c7..f6a3ffb759 100644 --- a/ballerina-tests/http-dispatching-tests/Dependencies.toml +++ b/ballerina-tests/http-dispatching-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index 4b38e4c662..bc2ee964bb 100644 --- a/ballerina-tests/http-interceptor-tests/Ballerina.toml +++ b/ballerina-tests/http-interceptor-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-interceptor-tests/Dependencies.toml b/ballerina-tests/http-interceptor-tests/Dependencies.toml index eeed40edc2..a260c37bda 100644 --- a/ballerina-tests/http-interceptor-tests/Dependencies.toml +++ b/ballerina-tests/http-interceptor-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index 96f6d87092..36b64bf77b 100644 --- a/ballerina-tests/http-misc-tests/Ballerina.toml +++ b/ballerina-tests/http-misc-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-misc-tests/Dependencies.toml b/ballerina-tests/http-misc-tests/Dependencies.toml index 33707c5996..609fba33d8 100644 --- a/ballerina-tests/http-misc-tests/Dependencies.toml +++ b/ballerina-tests/http-misc-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index 975abc6eb8..fa8fbfb884 100644 --- a/ballerina-tests/http-resiliency-tests/Ballerina.toml +++ b/ballerina-tests/http-resiliency-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-resiliency-tests/Dependencies.toml b/ballerina-tests/http-resiliency-tests/Dependencies.toml index 35e023ed45..03385b17a9 100644 --- a/ballerina-tests/http-resiliency-tests/Dependencies.toml +++ b/ballerina-tests/http-resiliency-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index 2a18abf0b9..f342d71e78 100644 --- a/ballerina-tests/http-security-tests/Ballerina.toml +++ b/ballerina-tests/http-security-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-security-tests/Dependencies.toml b/ballerina-tests/http-security-tests/Dependencies.toml index 91d6656ef9..fd1f1fbd75 100644 --- a/ballerina-tests/http-security-tests/Dependencies.toml +++ b/ballerina-tests/http-security-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index e685821dd0..e1e7240533 100644 --- a/ballerina-tests/http-service-tests/Ballerina.toml +++ b/ballerina-tests/http-service-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http-service-tests/Dependencies.toml b/ballerina-tests/http-service-tests/Dependencies.toml index b2d4003d85..6938045e72 100644 --- a/ballerina-tests/http-service-tests/Dependencies.toml +++ b/ballerina-tests/http-service-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-test-common/Dependencies.toml b/ballerina-tests/http-test-common/Dependencies.toml index 9382bc03e9..49569edecd 100644 --- a/ballerina-tests/http-test-common/Dependencies.toml +++ b/ballerina-tests/http-test-common/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 540a714b47..93da4990a0 100644 --- a/ballerina-tests/http2-tests/Ballerina.toml +++ b/ballerina-tests/http2-tests/Ballerina.toml @@ -14,4 +14,4 @@ graalvmCompatible = true [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.9.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.9.0.jar" diff --git a/ballerina-tests/http2-tests/Dependencies.toml b/ballerina-tests/http2-tests/Dependencies.toml index d7296a7f52..866c346efb 100644 --- a/ballerina-tests/http2-tests/Dependencies.toml +++ b/ballerina-tests/http2-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" From 2bf67d0bc61646f6d0093cd80b23c78a9dbd37e4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:48:56 +0000 Subject: [PATCH 4/7] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b3766201d0..1ab2265bfa 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,19 +17,19 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.9.0" -path = "../native/build/libs/http-native-2.9.0-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.9.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.8.0" -path = "./lib/mime-native-2.8.0-20230622-135900-25e4923.jar" +path = "./lib/mime-native-2.8.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.3.0" -path = "./lib/constraint-native-1.3.0-20230622-115000-e1ca592.jar" +path = "./lib/constraint-native-1.3.0.jar" [[platform.java11.dependency]] groupId = "io.netty" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 76356b21e9..a34743ee28 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.9.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.9.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index afca03ce7f..bed5bf93a6 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" +distribution-version = "2201.7.0" [[package]] org = "ballerina" From bb29240c9df8fd2b827a0da71afa26a8c3688828 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:48:56 +0000 Subject: [PATCH 5/7] [Gradle Release Plugin] - pre tag commit: 'v2.9.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1e28fccf8b..df0090eaa3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.0-SNAPSHOT +version=2.9.0 ballerinaLangVersion= 2201.7.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1 From 0facc18a23534bdb55bc094f3a216db35df8c60a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:48:58 +0000 Subject: [PATCH 6/7] [Gradle Release Plugin] - new version commit: 'v2.9.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index df0090eaa3..ce8ad6d37f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.0 +version=2.9.1-SNAPSHOT ballerinaLangVersion= 2201.7.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.8.1 From 52d03a58166a11275d11aa07ec82adbe12a618b1 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:11:07 +0530 Subject: [PATCH 7/7] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2ddea89f3e..fd7a299945 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.9.0] - 2023-06-30 ### Added