Commit 84979ca
fix(okhttp): address review feedback on virtual-thread dispatcher test suite
- Replace javaLauncher override with testJvmConstraints so lower-JDK
shards skip vthread21Test rather than forcing JDK 21
- Drop OkHttp 4.x from AsyncCallInstrumentation.knownMatchingTypes()
until test coverage exists; trim stale 4.x javadoc
- Remove ThreadPerTaskExecutorVirtualThreadTest (no OkHttp dependency,
belongs in a separate PR)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 58311a9 commit 84979ca
3 files changed
Lines changed: 5 additions & 202 deletions
File tree
- dd-java-agent/instrumentation
- java/java-concurrent/java-concurrent-21.0/src/test/java
- okhttp/okhttp-3.0
- src/main/java/datadog/trace/instrumentation/okhttp3
Lines changed: 0 additions & 190 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
| |||
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | | - | |
55 | | - | |
| 48 | + | |
56 | 49 | | |
57 | 50 | | |
58 | 51 | | |
| |||
0 commit comments