Top "Load-time-weaving" questions

Binary weaving of aspects when a class is loaded.

Spring's LoadTimeWeaver Agent not starting up

I'm attempting to implement Load time weaving using Spring and AspectJ. To the best of my knowledge I have everything …

spring aop aspectj load-time-weaving
Spring AOP with AspectJ: Load time weaving

If I'm using AspectJ based Spring AOP, am I then tied to configuring my aspects to use load time weaving? …

spring aop aspectj load-time-weaving
Spring: Is CGLIB required for injection of a concrete class using @Resource

I have configured Spring 3.0.6 with AspectJ LTW using spring-instrument.jar and: <context:load-time-weaver aspectj-weaving="on" weaver-class="org.springframework.instrument.…

java spring aspectj cglib load-time-weaving
How to configure load-time weaving with AspectJ and Tomcat?

I tried to configure load-time weaving (for doing profiling with Perf4J) in the next way: 1) I added aop.xml …

java tomcat aspectj load-time-weaving perf4j
How to configure AspectJ with Load Time Weaving without Interface

On my project, I currently use AspectJ (not just Spring AOP due to some limitation) with the weaving at the …

spring aop aspectj spring-transactions load-time-weaving
AspectJ - Compile-time vs load-time weaving

I am having trouble understanding aspectJ's compile-time and load-time weaving and figuring out what to use(and how to use …

aspectj compile-time-weaving load-time-weaving
Spring Boot - Can't get load time weaving with aspectj to work

Could anyone please tell me why the aspect won't fire when using spring boot? I am trying to setup load …

spring aop spring-boot load-time-weaving
Aspect weaving at runtime

I'm looking for a Java solution that would allow me to use AOP to weave new code on top of …

java runtime aop aspectj load-time-weaving
How to enable load time / runtime weaving with Hibernate JPA and Spring Framework

I'm using Hibernate as a JPA provider (I'm using its EntityManagerFactory instead of its SessionFactory) in a Spring Framework application. …

spring hibernate jpa hibernate-entitymanager load-time-weaving