-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Compiler Crash for Named Parameters in Listener Init (#2160)
* Fix compiler crash for named parameters in listener init * [Automated] Update the native jar versions * Bump to the next minor version
- Loading branch information
1 parent
d79a496
commit 16c76f2
Showing
28 changed files
with
154 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_advanced_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_client_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_dataloader_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ballerina-tests/graphql-interceptor-test-suite/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_interceptor_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_security_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_service_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_subgraph_test_suite" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "graphql_test_common" | ||
repository = "local" | ||
version = "1.15.0" | ||
version = "1.16.0" |
Oops, something went wrong.