Commit 59d8140
committed
refactor: update JFinal instrumentation configuration
- Simplified classLoader matcher to only exclude JFinal 3.6+ (TypeConverter class)
- Updated instrumenter name from jfinal-3.6 to jfinal-3.2
- Adjusted Java version constraint for tests to only apply when not testing latest deps
- Updated comment to clarify JFinal 3.6 Java 9+ compatibility issue
Change-Id: Ia4a73a9d5767e048c0dfe3897acd394cf641c6b61 parent 98e6131 commit 59d8140
File tree
3 files changed
+9
-6
lines changed- instrumentation/jfinal-3.2/javaagent
- src/main/java/io/opentelemetry/javaagent/instrumentation/jfinal/v3_2
3 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments