Closed
Description
Janning Vygen opened SPR-12239 and commented
I was adding spring-aspects to use @Transactional
with compile time weaving. With STS the AJDT eclipse module produces a warning like
org.springframework.mock.staticmock.AbstractMethodMockingControl has not been applied [Xlint:adviceDidNotMatch]
All advices in the spring-aspects lib should have @SuppressAjWarning
Some already have like AbstractTransactionAspect in line 59
Affects: 4.1 GA
Issue Links:
- spring-aspects produces still some aspectj compiler warnings "adviceDidNotMatch" [SPR-12447] #17052 spring-aspects produces still some aspectj compiler warnings "adviceDidNotMatch"