248 Commits (412f5f677bc5de068e6814f502c19dc43af2849c)

Author SHA1 Message Date
Sébastien Deleuze 1911ca728d Support invoking bridged suspending functions in AopUtils 2 years ago
Juergen Hoeller 8a84241c1e Polishing 2 years ago
Juergen Hoeller ea596aa211 Select most specific advice method in case of override 2 years ago
Juergen Hoeller 617833bec9 Defensively catch and log pointcut parsing exceptions 2 years ago
Juergen Hoeller b7aafda872 Polishing 2 years ago
Juergen Hoeller a4135bac5c Leniently ignore unsupported pointcut expression 2 years ago
Juergen Hoeller 24759a75f4 Restore ability to return original method for proxy-derived method 2 years ago
Juergen Hoeller f22a1eece4 Polishing 2 years ago
Sam Brannen 9eae0ba50e Clean up warnings in build 2 years ago
Juergen Hoeller 00bda65848 Polishing 2 years ago
Stéphane Nicoll 0c42965fc3 Polish 2 years ago
Stéphane Nicoll 2a43cc7574 Polish 2 years ago
Juergen Hoeller 4d11307b84 Polishing 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Juergen Hoeller 43107e7eb1 Propagate arguments for dynamic prototype-scoped advice 2 years ago
Yanming Zhou 7474af4f09 Cleanup kotlin sources 2 years ago
Sam Brannen c0683cd30b Update copyright headers 2 years ago
Sam Brannen 1c58511cb2 Polishing 2 years ago
Juergen Hoeller 6bb9775309 Declare isStatic and releaseTarget as default methods on TargetSource 2 years ago
Sébastien Deleuze 9aded3fcad Fix a NPE in proxied suspending functions 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Yanming Zhou e2852e7355 Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y) 2 years ago
Yanming Zhou 59815cefce Replace assertThat(x.get(i)). with assertThat(x).element(i). 2 years ago
Yanming Zhou 3a6d0c1d5b Always fall back to original method if annotation pointcut used 2 years ago
Brian Clozel 8eebb5e27b Polish 2 years ago
Sébastien Deleuze 92c3843dae Add required AspectJ field hints 2 years ago
Sam Brannen c7bb981db1 Ensure it's possible to extend ControlFlowPointcut with RegEx support 2 years ago
Sam Brannen 7f1beb0140 Polishing 2 years ago
Sam Brannen d3fba6d49b Support pattern matching for method names in ControlFlowPointcut 2 years ago
Sam Brannen c5333a0a68 Polishing 2 years ago
Sam Brannen 5c1cdcb245 Improve ControlFlowPointcut extensibility 2 years ago
Sam Brannen c0f79ca3bf Polish ControlFlowPointcut[Tests] 2 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 2 years ago
Stéphane Nicoll ce9ca700f3 Enable test in AbstractAspectJAdvisorFactoryTests 3 years ago
Sam Brannen 9120f87897 Consolidate AspectJ test fixtures 3 years ago
Stephane Nicoll 1f6fd16dae Polish "Introduce reverse on ClassFilter and MethodFilter" 3 years ago
Jinhui-Z 13e62d0b8e Introduce reverse on ClassFilter and MethodFilter 3 years ago
Sébastien Deleuze c8169e5cad Add Coroutines support to Spring AOP 3 years ago
Stephane Nicoll 2b76c4d847 Polish "Wrap ternary operator within parentheses" 3 years ago
Juergen Hoeller c72dd1ff66 Change "!void" pointcut expression to "int" for AspectJ 1.9.20 3 years ago
Juergen Hoeller 6e5af9dccb Polishing 3 years ago
Juergen Hoeller cc90a956f7 Reject invalid afterThrowing signature on ThrowsAdvice 3 years ago
Sam Brannen 0eda44186a Polish tests for configuration constants 3 years ago
Sam Brannen f01fb19318 Stop using Constants utility in CustomizableTraceInterceptor 3 years ago
Sam Brannen 5e31856aaa Polish CustomizableTraceInterceptor[Tests] 3 years ago
Sam Brannen 040ea0a97c Remove @Aspect for classes containing only @Pointcut declarations in ref docs 3 years ago
Sam Brannen fa7300c1de Remove unused test code and polish 3 years ago
Sam Brannen 39bc7566df Stop printing to System.out in tests 3 years ago