390 Commits (8b023b17c948bb180794a23207903718404e2cca)

Author SHA1 Message Date
Сергей Цыпанов 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
igor-suhorukov a218bf40cd Join identical catch branches 6 years ago
igor-suhorukov 93189a6733 String.indexOf() expressions can be replaced with a call to the String.contains() method available in Java 5 and newer. 6 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 6 years ago
Juergen Hoeller 2a5d7690b6 CglibAopProxy skips method proxy for equals/hashCode/toString override 6 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 6 years ago
Hanope bfb49c7249 Fix typos 6 years ago
HeemangHan 729ce4108d Correct typos (#2018) 6 years ago
Juergen Hoeller 9614817e88 Do not proxy test instances based on "original instance" convention 6 years ago
Juergen Hoeller 04d2d1da0d Consistently use double quotes (even if no interpolation needed) 6 years ago