396 Commits (0017256968d02f19ce03282db2c6dbd7267d2539)

Author SHA1 Message Date
陈其苗 13970ae528 Use autoboxing instead of explicit wrapping in tests 5 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 5 years ago
Sam Brannen c3bc28762e Delete unused import in ExpressionLanguageScenarioTests 5 years ago
ZhangT c5fb7b9fb7
Simplify some redundant code 5 years ago
Sam Brannen a9d9b76d09 Support SpEL compilation of interface methods again 5 years ago
Juergen Hoeller 259ffe9b3b Thread-safe compiled expression evaluation in SpelExpression 5 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 5 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 5 years ago
Sébastien Deleuze 7646895fd4 Support Kotlin synthetic classes in MethodParameter and SpEL 5 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 5 years ago
Sam Brannen 734ceed301 Polish contribution 5 years ago
i321222 fde7b1e545 Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer 5 years ago
Sam Brannen 2b460854ce Polishing 5 years ago
Sam Brannen e124cbb310 Fix Checkstyle violation 5 years ago
OLPMO 40fcf876ce Optimize test code with lambdas where feasible 5 years ago
Sam Brannen 30cff46e7f Prevent improper use of testing framework APIs 5 years ago
Sebastien Deleuze 72e92da2ad Make SpEL rootObject parameter nullable 5 years ago
Sam Brannen 46a37b447c Fix copyright dates 5 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 5 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 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 a1eae42fd0 Expose implementation method for annotation introspection purposes 5 years ago
Juergen Hoeller fc46abf0b7 Polishing 6 years ago
Juergen Hoeller 33b5bc2aae Polishing 6 years ago
Juergen Hoeller 7dc92aa05d Polishing 6 years ago
Juergen Hoeller dec6d69819 ReflectivePropertyAccessor uses interface methods if possible 6 years ago
Sam Brannen 08afe5d22b Polishing 6 years ago
Сергей Цыпанов e352e9ddaa Simplify comparison of primitives 6 years ago
Sebastien Deleuze 098ac0bbb8 Annotate Object#equals parameter with @Nullable 6 years ago
Сергей Цыпанов 7ef8cc9faf Tiny improvements regarding ArrayList creation 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
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 47c39304af Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Juergen Hoeller 18f6739be4 Allow null operands in compiled SpEL numeric operator expressions 6 years ago
Andy Clement 0f553661a6 Allow null operands in compiled SpEL numeric operator expressions 6 years ago
Sam Brannen 4a090922d7 Polish Javadoc 6 years ago
Spring Operator 3db08c6b7a URL Cleanup 6 years ago
Spring Operator 540759ec41 URL Cleanup 6 years ago
Spring Operator dc6f63f610 URL Cleanup 6 years ago
Spring Operator d99edd154f URL Cleanup 6 years ago
stsypanov 29f382b04e Simplify String concatenation 6 years ago
stsypanov cb4d6f097c Use StringJoiner where possible to simplify String joining 6 years ago
Juergen Hoeller c515de138a Correct import order 6 years ago
Juergen Hoeller e307dd58db Polishing 6 years ago