Skip to content

Add SessionProtocol.withTls()/withoutTls() and per-endpoint TLS/cleartext switching#6850

Draft
jrhee17 wants to merge 2 commits into
line:mainfrom
jrhee17:bugfix/xds-mixed-protocol
Draft

Add SessionProtocol.withTls()/withoutTls() and per-endpoint TLS/cleartext switching#6850
jrhee17 wants to merge 2 commits into
line:mainfrom
jrhee17:bugfix/xds-mixed-protocol

javadoc

60c0406
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2026 in 0s

75.05% (+0.59%) compared to 8150425

View this Pull Request on Codecov

75.05% (+0.59%) compared to 8150425

Details

Codecov Report

❌ Patch coverage is 68.00000% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.05%. Comparing base (8150425) to head (60c0406).
⚠️ Report is 529 commits behind head on main.

Files with missing lines Patch % Lines
...a/com/linecorp/armeria/common/SessionProtocol.java 62.50% 1 Missing and 2 partials ⚠️
...a/internal/client/DefaultClientRequestContext.java 66.66% 1 Missing and 2 partials ⚠️
...rp/armeria/client/ClientRequestContextWrapper.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6850      +/-   ##
============================================
+ Coverage     74.46%   75.05%   +0.59%     
- Complexity    22234    25326    +3092     
============================================
  Files          1963     2252     +289     
  Lines         82437    94112   +11675     
  Branches      10764    12307    +1543     
============================================
+ Hits          61385    70636    +9251     
- Misses        15918    17625    +1707     
- Partials       5134     5851     +717     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.