Run build without warnings#1387
Conversation
trask
left a comment
There was a problem hiding this comment.
the reason for the strange io.opentelemetry.javaagent.instrumentation.api.jdbc package was as an optimization DataDog/dd-trace-java#1208.
i'm good with moving it back to jdbc instrumentation module.
you'll need to add those classes back into helperClassNames to make muzzle happy.
makes sense to do the same with io.opentelemetry.javaagent.instrumentation.api.rmi
Is this one more piece of tribal knowledge about muzzle? I was not aware that muzzle's performance may depend on our own class location. |
👍 I think that we'll gain more performance in muzzle by implementing #1233 anyway. |
everything in |
Fixes #984
Required test coverage levels are very relaxed atm. We need to address them separately.