Skip to content

Commit

Permalink
Fix Compiler Crash for Named Parameters in Listener Init (#2160)
Browse files Browse the repository at this point in the history
* Fix compiler crash for named parameters in listener init

* [Automated] Update the native jar versions

* Bump to the next minor version
  • Loading branch information
ThisaruGuruge authored Feb 20, 2025
1 parent d79a496 commit 16c76f2
Show file tree
Hide file tree
Showing 28 changed files with 154 additions and 102 deletions.
2 changes: 2 additions & 0 deletions ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,11 @@ test {

clean {
delete "${project.projectDir}/${testCommonPackage}/target"
delete "${project.projectDir}/${testCommonPackage}/Dependencies.toml"

testSuites.each { testPackage ->
delete "${project.projectDir}/${testPackage}/target"
delete "${project.projectDir}/${testPackage}/Dependencies.toml"
}
}

Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-advanced-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-advanced-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -105,7 +105,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_advanced_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "graphql"},
Expand All @@ -123,7 +123,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -140,7 +140,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -396,7 +396,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "constraint"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-client-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-client-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -109,7 +109,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_client_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "graphql_test_common"},
Expand All @@ -122,7 +122,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -139,7 +139,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -404,7 +404,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-dataloader-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-dataloader-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -109,7 +109,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_dataloader_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "graphql_test_common"},
Expand All @@ -124,7 +124,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -141,7 +141,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -410,7 +410,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-interceptor-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-interceptor-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -109,7 +109,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_interceptor_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "graphql_test_common"},
Expand All @@ -124,7 +124,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -141,7 +141,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -413,7 +413,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-security-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-security-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -109,7 +109,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_security_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "graphql_test_common"},
Expand All @@ -123,7 +123,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -140,7 +140,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -409,7 +409,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-service-test-suite/Ballerina.toml
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"
10 changes: 5 additions & 5 deletions ballerina-tests/graphql-service-test-suite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -102,7 +102,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_service_test_suite"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "graphql_test_common"},
Expand All @@ -120,7 +120,7 @@ modules = [
[[package]]
org = "ballerina"
name = "graphql_test_common"
version = "1.15.0"
version = "1.16.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "file"},
Expand All @@ -137,7 +137,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -396,7 +396,7 @@ modules = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.13.0"
version = "2.13.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "constraint"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/graphql-subgraph-test-suite/Ballerina.toml
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"
Loading

0 comments on commit 16c76f2

Please sign in to comment.