232 Commits (df708d16e46e214ca4d05fe8a1b8a294a5d09347)

Author SHA1 Message Date
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 3 years ago
Sam Brannen c5333a0a68 Polishing 3 years ago
Sam Brannen 5c1cdcb245 Improve ControlFlowPointcut extensibility 3 years ago
Sam Brannen c0f79ca3bf Polish ControlFlowPointcut[Tests] 3 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 3 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 3 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 3 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
Sébastien Deleuze 03420f811b Add reflection hints for AspectJ advice methods 3 years ago
Juergen Hoeller 0a5aff1b60 Specific check for parent of spring-aop ClassLoader 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Juergen Hoeller 7e905e3e00 Use JdkDynamicAopProxy class loader instead of JDK bootstrap/platform loader 3 years ago
Sam Brannen 7c50464bba Polishing 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sam Brannen c3d123fef7 Allow @Aspect classes to extend concrete @Aspect classes 3 years ago
Sam Brannen e4b25ab480 Polishing 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Johnny Lim ced37d53b4 Polishing 4 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 4 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 4 years ago