408 Commits (f9e11593a6164a98b3108c14edba80c3d731d931)

Author SHA1 Message Date
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 4 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 4 years ago
Juergen Hoeller 3fd89c3ac1 Fix merge result 4 years ago
Juergen Hoeller c368ce8223 Fix SpEL generated code for default method invocation 4 years ago
Andy Clement a404bf5a94 Fix SpEL generated code for default method invocation 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
XenoAmess 3b12beb1b8
Simplify if-statements with instanceof checks 4 years ago
Sam Brannen 111899aa63 Add @Nullable declaration to getDefaultConstructor() 4 years ago
Sam Brannen b0570cd3a6 Polish contribution 4 years ago
Martin Knopf 35c0ae7b0c Allow auto grow for entries w/o default constructor in SpEL 4 years ago
Sam Brannen 12e05280ad Upgrade to AssertJ 3.16 5 years ago
陈其苗 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