-
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
Add support for brotli compression format #2213
Conversation
…oding-format # Conflicts: # ballerina-tests/http-advanced-tests/Ballerina.toml # ballerina-tests/http-client-tests/Ballerina.toml # ballerina-tests/http-dispatching-tests/Ballerina.toml # ballerina-tests/http-interceptor-tests/Ballerina.toml # ballerina-tests/http-misc-tests/Ballerina.toml # ballerina-tests/http-resiliency-tests/Ballerina.toml # ballerina-tests/http-security-tests/Ballerina.toml # ballerina-tests/http-service-tests/Ballerina.toml # ballerina-tests/http2-tests/Ballerina.toml # ballerina/Ballerina.toml # ballerina/CompilerPlugin.toml # changelog.md
# Conflicts: # native/src/main/java/module-info.java
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2213 +/- ##
============================================
- Coverage 79.92% 79.88% -0.04%
Complexity 678 678
============================================
Files 417 417
Lines 23151 23171 +20
Branches 5307 5313 +6
============================================
+ Hits 18504 18511 +7
- Misses 3511 3517 +6
- Partials 1136 1143 +7 ☔ View full report in Codecov by Sentry. |
Purpose
Fixes: ballerina-platform/ballerina-library#6547
Examples
See the issue for more details
Checklist
Updated the specChecked the impact on OpenAPI generation