Commit 41c75ed
committed
Revert GwtSingletons visibility to public to fix IllegalAccessError
ByteBuddy advice with inline=false in GwtRpcInstrumentation references GwtSingletons from instrumented class com.google.gwt.user.server.rpc.RPC, which is in a different package. Making the class and its members package-private caused IllegalAccessError at runtime, breaking GwtTest.1 parent 1d535da commit 41c75ed
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- instrumentation/gwt-2.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/gwt/v2_0
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments