From 49988835953948a253103f4d457011902e571742 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:55:51 +0000 Subject: [PATCH 1/7] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 004127a2c..cda809eb5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -23,7 +23,7 @@ path = "../native/build/libs/http-native-2.12.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.10.0" -path = "./lib/mime-native-2.10.0-20240807-205100-2728cdc.jar" +path = "./lib/mime-native-2.10.0-20240814-133200-6c54439.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 42dbed947..cbbfb744e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -6,4 +6,4 @@ class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" path = "../compiler-plugin/build/libs/http-compiler-plugin-2.12.0-SNAPSHOT.jar" [[dependency]] -path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0-20240807-105200-1f8833d.jar" +path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0-20240814-134700-5014d90.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index a3c8ac8b5..603891c27 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0-20240814-095500-9d14866a" [[package]] org = "ballerina" From b10407c5b8b91c0a6f7262d2579889785c75badc Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:56:07 +0000 Subject: [PATCH 2/7] Move dependencies to stable versions --- gradle.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index cab2b1089..cc3b72089 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.12.0-SNAPSHOT -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 nettyVersion=4.1.108.Final @@ -23,7 +23,7 @@ lz4Version=1.3.0 marshallingVersion=2.0.5.Final protobufVersion=3.20.3 jacocoVersion=0.8.10 -ballerinaToOpenApiVersion=2.1.0-20240814-134700-5014d90 +ballerinaToOpenApiVersion=2.1.0 swaggerCoreVersion=2.2.22 stdlibIoVersion=1.6.1 @@ -33,16 +33,16 @@ stdlibUrlVersion=2.4.0 stdlibConstraintVersion=1.5.0 stdlibOsVersion=1.8.0 stdlibTaskVersion=2.5.0 -stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8 +stdlibLogVersion=2.10.0 stdlibCryptoVersion=2.7.2 -stdlibFileVersion=1.10.0-20240814-133200-74f4d63 -stdlibMimeVersion=2.10.0-20240814-133200-6c54439 +stdlibFileVersion=1.10.0 +stdlibMimeVersion=2.10.0 stdlibCacheVersion=3.8.0 -stdlibAuthVersion=2.12.0-20240814-133000-6db5624 -stdlibJwtVersion=2.13.0-20240814-133100-630021f -stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4 +stdlibAuthVersion=2.12.0 +stdlibJwtVersion=2.13.0 +stdlibOAuth2Version=2.12.0 -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 From bf99e7e6eef8a6d6570c6e76b99b02f4e00d9e3d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:29:54 +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 2e2f5ab74..66be801ee 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-advanced-tests/Dependencies.toml b/ballerina-tests/http-advanced-tests/Dependencies.toml index ab328653b..31bd88762 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index f7e2c8b27..84bd5e1d7 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-client-tests/Dependencies.toml b/ballerina-tests/http-client-tests/Dependencies.toml index 98d6c82cb..a5863e87a 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index 67e3cf723..498a07ef1 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-dispatching-tests/Dependencies.toml b/ballerina-tests/http-dispatching-tests/Dependencies.toml index 196e5f4ef..40c03f710 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index d698448cf..4707d2d3f 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-interceptor-tests/Dependencies.toml b/ballerina-tests/http-interceptor-tests/Dependencies.toml index a40a5b247..7fdfbb7b2 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index 80705565f..cc7a746bc 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-misc-tests/Dependencies.toml b/ballerina-tests/http-misc-tests/Dependencies.toml index f22c75934..7335a721b 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index b4c4c0c47..6936bb354 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-resiliency-tests/Dependencies.toml b/ballerina-tests/http-resiliency-tests/Dependencies.toml index 8a8d62a90..6bfa5d95b 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index f21226290..05d5be746 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-security-tests/Dependencies.toml b/ballerina-tests/http-security-tests/Dependencies.toml index 982b2bcec..212b85437 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index 59eb1cf49..3e79d2473 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http-service-tests/Dependencies.toml b/ballerina-tests/http-service-tests/Dependencies.toml index 2378f57ec..391edde65 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http-test-common/Dependencies.toml b/ballerina-tests/http-test-common/Dependencies.toml index 1b0b2474d..9c868d85b 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 8829d304b..d48f6aefe 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.12.0-SNAPSHOT.jar" +path = "../../test-utils/build/libs/http-test-utils-2.12.0.jar" diff --git a/ballerina-tests/http2-tests/Dependencies.toml b/ballerina-tests/http2-tests/Dependencies.toml index 3e134e9d1..b90fa5cd6 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.10.0-20240801-104200-87df251c" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From e8f8ce174f27a5c1c8a827fc10c44d9ce2c89f12 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:29:54 +0000 Subject: [PATCH 4/7] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index cda809eb5..74d4c64fd 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,13 +17,13 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.12.0" -path = "../native/build/libs/http-native-2.12.0-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.10.0" -path = "./lib/mime-native-2.10.0-20240814-133200-6c54439.jar" +path = "./lib/mime-native-2.10.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index cbbfb744e..d97cfe7aa 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "http-compiler-plugin" class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/http-compiler-plugin-2.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.12.0.jar" [[dependency]] -path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0-20240814-134700-5014d90.jar" +path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 603891c27..13938875f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From fd3b66ec8421f04ea5c1e95d17e98c65e8e8b912 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:29:54 +0000 Subject: [PATCH 5/7] [Gradle Release Plugin] - pre tag commit: 'v2.12.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cc3b72089..9ac736fc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.12.0-SNAPSHOT +version=2.12.0 ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 From 39c9854f5fa5ea1b64a882afa5ec8473d1bdd290 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:29:55 +0000 Subject: [PATCH 6/7] [Gradle Release Plugin] - new version commit: 'v2.12.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9ac736fc1..ea88aade9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.12.0 +version=2.12.1-SNAPSHOT ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 From f99b13b95c5d584895428cf91c4f5e55f19ef2c3 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:14:17 +0530 Subject: [PATCH 7/7] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index aa0e917d7..5c0dd5711 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.12.0] - 2024-08-20 ### Added - [Add support for Server-Sent Events](https://github.com/ballerina-platform/ballerina-library/issues/6687)