Class ByteBuddyUtil

java.lang.Object
com.broadleafcommerce.data.tracking.core.ByteBuddyUtil

public final class ByteBuddyUtil extends Object
Install the agent in a more resilient manner, with retries. It is notable that during JVM startup, it is possible for timing to cause the agent attachment to fail with an esoteric IllegalAccessError. Retries here should accommodate this circumstance in case is occurs.