airframe-http-recorder: Scala 3 support#2671
Conversation
61df6cc to
6201f8d
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2671 +/- ##
==========================================
+ Coverage 82.69% 82.80% +0.11%
==========================================
Files 339 340 +1
Lines 14392 14437 +45
Branches 2367 2354 -13
==========================================
+ Hits 11901 11955 +54
+ Misses 2491 2482 -9
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
@takezoe With this PR, airframe-http-recorder will work in Scala 3 by using the Netty backend server, instead of Finagle. A breaking change is that the interface needs to use HttpMessage.{Request, Response} becaue we can't use Finagle request/response types in Scala 3. |
Uh oh!
There was an error while loading. Please reload this page.