-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1762 from ballerina-platform/fix-resilient-passth…
…rough-client Fix resilient client failure in passthrough
- Loading branch information
Showing
32 changed files
with
312 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_advanced_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_client_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_dispatching_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_interceptor_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_misc_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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,17 +1,17 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "http_resiliency_tests" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "http_test_common" | ||
repository = "local" | ||
version = "2.10.0" | ||
version = "2.10.1" | ||
|
||
[platform.java17] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
scope = "testOnly" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.0.jar" | ||
path = "../../test-utils/build/libs/http-test-utils-2.10.1-SNAPSHOT.jar" |
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
Oops, something went wrong.