Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Jetty12 missing headers impl #2140

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Jetty12 missing headers impl #2140

merged 1 commit into from
Nov 12, 2024

Conversation

obenkenobi
Copy link
Contributor

Overview

Resolves an issue in the Jetty 12 instrumentation module where the JettyRequest class does not have the method implementation for String getHeader(String name).

Related Github Issue

#2139

@obenkenobi obenkenobi force-pushed the jetty12-missing-headers-impl branch from 458fb2f to be7450b Compare November 12, 2024 20:05
@meiao meiao force-pushed the jetty12-missing-headers-impl branch from be7450b to 46dfae5 Compare November 12, 2024 20:05
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.68%. Comparing base (305a4d9) to head (46dfae5).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2140      +/-   ##
============================================
- Coverage     70.69%   70.68%   -0.02%     
+ Complexity     9985     9982       -3     
============================================
  Files           841      841              
  Lines         40290    40290              
  Branches       6107     6107              
============================================
- Hits          28485    28479       -6     
- Misses         9062     9066       +4     
- Partials       2743     2745       +2     

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

@meiao meiao merged commit c78987c into main Nov 12, 2024
111 checks passed
@meiao meiao deleted the jetty12-missing-headers-impl branch November 12, 2024 22:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants