636 Commits (4b22a4a0d8fec6fb136fdf740c88bc939836d4b3)

Author SHA1 Message Date
Sam Brannen 9d2a874e3f Introduce getOriginalBeanName(String) in ScopedProxyUtils 5 years ago
Sam Brannen f8f3067419 Polishing 5 years ago
Sam Brannen d357ef706f Delete unused imports 5 years ago
lijuny a0d50a546b Polish tests in spring-aop 5 years ago
Sam Brannen 5105b74f6e Add missing @Nullable declaration 5 years ago
Sam Brannen 9be6aa64ef Introduce getOriginalBeanName(String) in ScopedProxyUtils 5 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 5 years ago
Сергей Цыпанов 1728bf17fc Avoid unnecessary boxing where primitives can be used 5 years ago
Issam El-atif 57fa09b80d Fix typo 5 years ago
stsypanov 49873a30c5 Simplify String concatenation 6 years ago
Sebastien Deleuze 098ac0bbb8 Annotate Object#equals parameter with @Nullable 6 years ago
Sam Brannen bdf3960283 Suppress warnings in Gradle build 6 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 6 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 6 years ago
Juergen Hoeller 75d751d968 Polishing 6 years ago
stsypanov 6f07a504b8 A couple of trivial simplifications 6 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 6 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 6 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 6 years ago
Sam Brannen 4aaec942c4 Introduce HTTPS mappings in spring.schemas files 6 years ago
Sam Brannen c79fdfb668 Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Сергей Цыпанов 18af3892dd Make inner classes static where possible 6 years ago
stsypanov 604361ee1f Use concatenation instead of torn StringBuilder::append chain 6 years ago
Juergen Hoeller 57de2e0900 Deprecate ClassUtils.isCglibProxy methods in favor of AOP-level checks 6 years ago
Spring Operator 3db08c6b7a URL Cleanup 6 years ago
Spring Operator 8f77b7366e URL Cleanup 6 years ago
Sam Brannen e98fd762ba URL Cleanup - license headers - `target` subpackages 6 years ago
Spring Operator 540759ec41 URL Cleanup 6 years ago
Sam Brannen 9b7215e640 URL Cleanup - update remaining license headers 6 years ago
Rob Winch 62ea7382d7 Polish URL Cleanup 6 years ago
Spring Operator dc6f63f610 URL Cleanup 6 years ago
Spring Operator d99edd154f URL Cleanup 6 years ago
Spring Operator 6a0ef1aa64 URL Cleanup 6 years ago
Juergen Hoeller 40c62139ae Early resolution of unique factory methods in configuration classes 6 years ago
Juergen Hoeller e3a9826e56 Bypass method traversal for annotation introspection if possible 6 years ago
Juergen Hoeller 013c0bca92 Polishing 6 years ago
Juergen Hoeller 6c599208f6 Remove javadoc reference to unsupported FieldInterceptor 6 years ago
Sam Brannen 70cf597484 Remove obsolete overview.html files 6 years ago
Sam Brannen 6853d50ddb Polishing 6 years ago
Juergen Hoeller 227c813c64 Revised AbstractAdvisorAutoProxyCreator javadoc 6 years ago
Juergen Hoeller cb54f201c2 Break out of loop once an AspectJ advice has been found 6 years ago
Sebastien Deleuze f19d7c0375 Fix AbstractTraceInterceptor null-safety annotations 6 years ago
Juergen Hoeller e307dd58db Polishing 6 years ago
stsypanov e44d3dabc4 use Method in fixedInterceptorMap instead of String returned from Method::toString 6 years ago
Juergen Hoeller b8e663c531 AbstractAutoProxyCreator ignores unused early proxy references 6 years ago
Juergen Hoeller d27bae245a Polishing 6 years ago
Juergen Hoeller a27a6470f7 Polishing 6 years ago
stsypanov 248d3f8e8b Use AtomicInteger instead of unsafe increment on volatile fields 6 years ago