SatyaVadapalli

Results 2 comments of SatyaVadapalli

@raphw Where can I find the documentation for this Maven Plugin?

@raphw `private static void transformHibernatePersistentCollection() { log.info("Transforming org.hibernate.collection.internal.AbstractPersistentCollection" + "#initialize()"); new AgentBuilder .Default() .type(named("org.hibernate.collection.internal.AbstractPersistentCollection")) .transform(new AgentBuilder.Transformer() { @Override public DynamicType .Builder transform(DynamicType.Builder builder, TypeDescription typeDescription, ClassLoader classLoader, JavaModule module) {...