You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay initializing the CacheBuilder logger until it is needed.
This is progress toward addressing the Java agent / `premain` problem discussed in #6566.
(And we're careful to avoid lambdas and method references so as to avoid #6565.)
RELNOTES=Fixed some problems with [using Guava from a Java Agent](#6566). (But we don't test that configuration, and we don't know how well we'll be able to keep it working.)
PiperOrigin-RevId: 542887194
0 commit comments