Use ProGuard to shrink agent jar size
Closed this issue · 1 comments
karottenreibe commented
Not sure if we need or want this, just documenting this in case the jar size ever becomes a bigger issue. We could use ProGuard to shrink the jar. However, we'd have to make sure we don't strip anything important from it. Especially the log4j stuff is all loaded via reflection AFAIK, so we'd have to be very careful with this change.
karottenreibe commented
not needed AFAICS at the moment