445 Commits (88f73bffa0e98c1e14db065c86d17c5d6295cee0)

Author SHA1 Message Date
Juergen Hoeller bc9cd9a687 Find interface method even for late-bound interface declaration in subclass 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
Sam Brannen 518dc6df65 Polishing 3 years ago
Sam Brannen 59c6b7e445 Fix SpEL withTypedRootObject() test 3 years ago
justlikeliuen 3e75ec73ab Fix SpEL withRootObject test 3 years ago
Sam Brannen b2e94f611f Convert single null argument to Optional.empty() in SpEL varargs expression 3 years ago
Sam Brannen ad7cdc5ce9 Fix regression for null varargs in SpEL expressions 3 years ago
Sam Brannen b728b4640b Add explicit tests for SpEL functions for fix for gh-27582 3 years ago
Sam Brannen bc657eb4d5 Fix SpEL vararg method invocation for strings containing commas 3 years ago
Sam Brannen 9b967775ed Polish Spel's ReflectionHelper.setupArgumentsForVarargsInvocation() 3 years ago
Sam Brannen 9af11ad5ce Fix Javadoc formatting issues 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Juergen Hoeller 211f0bbf88 Fix invalid characters in source files 3 years ago
Juergen Hoeller 0dc5d2794f Avoid early ConversionService determination in StandardBeanExpressionResolver 3 years ago
Juergen Hoeller b8b85a6a59 Defensive handling of dimensions nullability 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Syuziko eaf9deedfd Polish tests 3 years ago
Stephane Nicoll 403e1f2505 Update copyright year of changed file 3 years ago
diguage f39c6d36c7 Simplify Comparator using method references 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Sam Brannen 7c3a18490b Polish SpEL SelectionAndProjectionTests 4 years ago
Sam Brannen 6c3a0a9026 Polishing 4 years ago
Brandon Fergerson 432c720dd0
Allow spring-expression to be more easily repackaged 4 years ago
Rossen Stoyanchev 1e481cd14c Fix checkstyle violation 4 years ago
Sam Brannen 8589804012 Link to known property name constants in SpringProperties 4 years ago
Juergen Hoeller 01fb4dbeba Polishing 4 years ago
fengyuanwei 07fadae27d Remove duplicate "property" in PropertyCacheKey.toString() 4 years ago
Sam Brannen 7b3f53de50 Polish SpelParserTests 4 years ago
limo520 ef05eb3729
Fix assertions in SpelParserTests.generalExpressions 4 years ago
Сергей Цыпанов 83996b12cc Simplify AstUtils.getPropertyAccessorsToTry() 4 years ago
Juergen Hoeller 19911af30a Polishing 4 years ago
Juergen Hoeller 6acb091c4e Upgrade SpelCompiler bytecode level to 1.8 and optimize for concurrent access 4 years ago
Juergen Hoeller 4e8d6bea4d Fix test code formatting 4 years ago
Juergen Hoeller 079ca80854 SpEL supports record-style accessor methods as well 4 years ago
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs 4 years ago
Juergen Hoeller 621295dbd8 Deprecate StringUtils.isEmpty(Object) and replace remaining usage 4 years ago
Сергей Цыпанов 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