From a46fc22c5666b9f81a1514c0d9d608c430b5705f Mon Sep 17 00:00:00 2001 From: gimantha Date: Tue, 26 Nov 2024 11:26:01 +0530 Subject: [PATCH 1/3] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 77e687d39..3b3903e84 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241117-133400-a3054b77" +distribution-version = "2201.11.0-SNAPSHOT" [[package]] org = "ballerina" From de3c6dc908814708ef3d2f48e1cfbd3e4031b539 Mon Sep 17 00:00:00 2001 From: gimantha Date: Tue, 26 Nov 2024 14:45:10 +0530 Subject: [PATCH 2/3] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 3b3903e84..0f5ec505a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-SNAPSHOT" +distribution-version = "2201.11.0-20241126-123300-03fa53fd" [[package]] org = "ballerina" From a6152f91b83bcf3ac43b420f1d7f74fd1a56a233 Mon Sep 17 00:00:00 2001 From: gimantha Date: Tue, 26 Nov 2024 15:07:07 +0530 Subject: [PATCH 3/3] Fix test failures --- .../stdlib/graphql/compiler/ServiceValidationTest.java | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java b/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java index 72015f6d2..b80c49461 100644 --- a/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java +++ b/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java @@ -985,7 +985,7 @@ public void testAnonymousRecordsAsFieldType() { diagnostic = diagnosticIterator.next(); message = getErrorMessage(CompilationDiagnostic.INVALID_ANONYMOUS_FIELD_TYPE, - "record {|string name; int age;|}", "Query.class.profile"); + "record {|string name; int age;|}", "Query.'class.profile"); assertErrorMessage(diagnostic, message, 52, 23); diagnostic = diagnosticIterator.next(); @@ -1044,7 +1044,7 @@ public void testInvalidUseOfReservedFederatedTypeNames() { Iterator diagnosticIterator = diagnosticResult.errors().iterator(); Diagnostic diagnostic = diagnosticIterator.next(); - String message = getErrorMessage(CompilationDiagnostic.INVALID_USE_OF_RESERVED_TYPE_AS_OUTPUT_TYPE, "Query.any", + String message = getErrorMessage(CompilationDiagnostic.INVALID_USE_OF_RESERVED_TYPE_AS_OUTPUT_TYPE, "Query.'any", "_Any"); assertErrorMessage(diagnostic, message, 43, 5); diff --git a/gradle.properties b/gradle.properties index 228e5297a..b5f03ec97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.15.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241126-123300-03fa53fd checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18