-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Add Query Parameter Annotation Mapping #2143
[master] Add Query Parameter Annotation Mapping #2143
Conversation
ballerina-tests/http-client-tests/tests/client_resource_method_tests.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-client-tests/tests/client_resource_method_tests.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-client-tests/tests/client_resource_method_tests.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-client-tests/tests/client_resource_method_tests.bal
Outdated
Show resolved
Hide resolved
2d046a3
to
7226b2d
Compare
7226b2d
to
504c437
Compare
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
b8c850b
to
5016a8b
Compare
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
…-ballerina-http into query_field_annotation_fix
9aebbac
to
c76ae04
Compare
1218d3d
to
241d462
Compare
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Show resolved
Hide resolved
241d462
to
ef175c1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2143 +/- ##
============================================
+ Coverage 80.21% 80.28% +0.06%
Complexity 669 669
============================================
Files 408 408
Lines 22926 22953 +27
Branches 5271 5276 +5
============================================
+ Hits 18391 18427 +36
+ Misses 3403 3392 -11
- Partials 1132 1134 +2 ☔ View full report in Codecov by Sentry. |
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/client/actions/HttpClientAction.java
Show resolved
Hide resolved
99cdb42
to
bb44773
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
Purpose
Fixes: ballerina-platform/ballerina-library#6983
Partial fix for the main issue: ballerina-platform/ballerina-library#6747
Examples
Checklist
@http:Query
annotation details into OAS code generation ballerina-library#6984