Browse Source
Prior to this commit, AnnotatedJCacheableService contained an annotated method demonstrating a failure scenario. This could break depending on the order of the methods array as AopUtils creates the proxy if the pointcut matches by checking each method. On the CI server, the first method was this invalid use case so checking if the proxy has to be created lead to an unexpected exception. This scenario has been moved to its own private class now.pull/512/head
Stephane Nicoll
11 years ago
2 changed files with 11 additions and 7 deletions
Loading…
Reference in new issue