From d201ac401db1de9e8edabf3e373130b4ff575c1d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Sat, 4 May 2024 03:26:51 +0000 Subject: [PATCH 1/7] Move dependencies to stable version --- gradle.properties | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gradle.properties b/gradle.properties index 68d0df3bc..b56f14dab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ group=io.ballerina version=2.0.0-SNAPSHOT # Client Native Version -clientNativeVersion=1.0.0-SNAPSHOT +clientNativeVersion=1.0.0 # Mark this as false to skip publishing the client native artifacts clientNativePublish=false #dependency -ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42 +ballerinaLangVersion=2201.9.0 testngVersion=7.6.1 slf4jVersion=1.7.30 org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 @@ -29,33 +29,33 @@ stdlibXmldataVersion=2.7.0 # Stdlib Level 02 stdlibConstraintVersion=1.5.0 -stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2 +stdlibCryptoVersion=2.7.0 stdlibLogVersion=2.9.0 stdlibOsVersion=1.8.0 stdlibTaskVersion=2.5.0 # Stdlib Level 03 -stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e +stdlibCacheVersion=3.8.0 stdlibFileVersion=1.9.0 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.8.0-20240502-184000-71c8d75 +stdlibUuidVersion=1.8.0 # Stdlib Level 04 -stdlibAuthVersion=2.11.0-20240502-184600-96868c0 -stdlibJwtVersion=2.11.0-20240502-184700-00ec094 -stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8 +stdlibAuthVersion=2.11.0 +stdlibJwtVersion=2.11.0 +stdlibOAuth2Version=2.11.0 # Stdlib Level 05 -stdlibHttpVersion=2.11.0-20240502-194500-bb0bced +stdlibHttpVersion=2.11.0 # Stdlib Level 06 -stdlibGrpcVersion=1.11.0-20240502-203100-8ea8b94 -stdlibWebsocketVersion=2.11.0-20240502-203500-6f846c5 -stdlibWebsubVersion=2.11.0-20240502-202800-58c11be +stdlibGrpcVersion=1.11.0 +stdlibWebsocketVersion=2.11.0 +stdlibWebsubVersion=2.11.0 # Stdlib Level 07 -stdlibGraphqlVersion=1.12.0-20240503-053700-9721262 +stdlibGraphqlVersion=1.12.0 # Ballerinax Observer -observeVersion=1.2.3-20240408-194900-a0e331f -observeInternalVersion=1.2.2-20240408-195500-1436319 +observeVersion=1.2.3 +observeInternalVersion=1.2.2 From 317f2a8a904e25f251f034bd7272dda536d3a0f4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Sat, 4 May 2024 03:39:37 +0000 Subject: [PATCH 2/7] [Gradle Release Plugin] - pre tag commit: 'v2.0.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b56f14dab..dccdec4f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina -version=2.0.0-SNAPSHOT +version=2.0.0 # Client Native Version clientNativeVersion=1.0.0 From 2f0d5a2a364e9dc40c640b0145876920f6b3d6e0 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Sat, 4 May 2024 03:39:39 +0000 Subject: [PATCH 3/7] [Gradle Release Plugin] - new version commit: 'v2.0.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dccdec4f3..a60d0aba7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina -version=2.0.0 +version=2.0.1-SNAPSHOT # Client Native Version clientNativeVersion=1.0.0 From f82766e96a1ca145288b2b0835923283fd647a60 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 10:57:30 +0530 Subject: [PATCH 4/7] Fix failing test cases --- .../test/resources/client/project-04/Ballerina.toml | 6 ------ .../client/project-expected/Ballerina.toml | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100644 openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml diff --git a/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml b/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml index 3e6725e83..39c9685d7 100644 --- a/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml +++ b/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml @@ -5,9 +5,3 @@ version = "0.1.0" [build-options] observabilityIncluded = true - -# This dependency is added automatically by the OpenAPI tool. DO NOT REMOVE UNLESS REQUIRED -[[platform.java17.dependency]] -groupId = "io.ballerina.openapi" -artifactId = "client-native" -version = "1.0.0-SNAPSHOT" diff --git a/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml b/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml deleted file mode 100644 index 3e6725e83..000000000 --- a/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -org = "openapi_client_test" -name = "project" -version = "0.1.0" - -[build-options] -observabilityIncluded = true - -# This dependency is added automatically by the OpenAPI tool. DO NOT REMOVE UNLESS REQUIRED -[[platform.java17.dependency]] -groupId = "io.ballerina.openapi" -artifactId = "client-native" -version = "1.0.0-SNAPSHOT" From 5ad429ee4defbbf6c4161aed89be4cf1224009b7 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 10:59:26 +0530 Subject: [PATCH 5/7] Update client native dependency snapshot version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a60d0aba7..2e4ab4a6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ group=io.ballerina version=2.0.1-SNAPSHOT # Client Native Version -clientNativeVersion=1.0.0 +clientNativeVersion=1.0.1-SNAPSHOT # Mark this as false to skip publishing the client native artifacts -clientNativePublish=false +clientNativePublish=true #dependency ballerinaLangVersion=2201.9.0 From 172b9bccc3e70c10c5790145c2330e7444b2e39c Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 11:24:58 +0530 Subject: [PATCH 6/7] Disable client native publish --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2e4ab4a6b..86d4581dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ version=2.0.1-SNAPSHOT # Client Native Version clientNativeVersion=1.0.1-SNAPSHOT # Mark this as false to skip publishing the client native artifacts -clientNativePublish=true +clientNativePublish=false #dependency ballerinaLangVersion=2201.9.0 From 075af246535a8cf1d899775b783a477251d14882 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 11:38:02 +0530 Subject: [PATCH 7/7] [Automated] Update the toml files for client native tests --- openapi-client-native/ballerina-tests/Ballerina.toml | 4 ++-- openapi-client-native/ballerina-tests/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-client-native/ballerina-tests/Ballerina.toml b/openapi-client-native/ballerina-tests/Ballerina.toml index 51360a7df..4acf80472 100644 --- a/openapi-client-native/ballerina-tests/Ballerina.toml +++ b/openapi-client-native/ballerina-tests/Ballerina.toml @@ -7,5 +7,5 @@ distribution = "2201.8.6" [[platform.java17.dependency]] groupId = "io.ballerina.openapi" artifactId = "client-native" -version = "1.0.0-SNAPSHOT" -path = "../build/libs/openapi-client-native-1.0.0-SNAPSHOT.jar" +version = "1.0.1-SNAPSHOT" +path = "../build/libs/openapi-client-native-1.0.1-SNAPSHOT.jar" diff --git a/openapi-client-native/ballerina-tests/Dependencies.toml b/openapi-client-native/ballerina-tests/Dependencies.toml index e61161e26..f25a62a50 100644 --- a/openapi-client-native/ballerina-tests/Dependencies.toml +++ b/openapi-client-native/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240425-195200-d5ce8c72" +distribution-version = "2201.9.0" [[package]] org = "ballerina"