354 Commits (4264d0becd0ef614d52dd6384ef8e47cb88fb584)

Author SHA1 Message Date
Marc Wrobel 91258271e4 Fix and improve Javadoc in spring-expression 4 years ago
Juergen Hoeller 4143b445d6 Polishing 4 years ago
Sam Brannen 83ac659158 Improve diagnostics in SpEL for large array creation 4 years ago
Sam Brannen 84de100fc6 Polishing 4 years ago
Sam Brannen 84b4cebb39 Fix (@)since tag in SpelMessage 4 years ago
Sam Brannen 94af2ca06b Recover from error during SpEL MIXED mode compilation 4 years ago
Juergen Hoeller bc9cd9a687 Find interface method even for late-bound interface declaration in subclass 4 years ago
Sam Brannen b2e94f611f Convert single null argument to Optional.empty() in SpEL varargs expression 4 years ago
Sam Brannen ad7cdc5ce9 Fix regression for null varargs in SpEL expressions 4 years ago
Sam Brannen bc657eb4d5 Fix SpEL vararg method invocation for strings containing commas 5 years ago
Sam Brannen 9b967775ed Polish Spel's ReflectionHelper.setupArgumentsForVarargsInvocation() 5 years ago
Sam Brannen 9af11ad5ce Fix Javadoc formatting issues 5 years ago
Juergen Hoeller 211f0bbf88 Fix invalid characters in source files 5 years ago
Juergen Hoeller 0dc5d2794f Avoid early ConversionService determination in StandardBeanExpressionResolver 5 years ago
Juergen Hoeller b8b85a6a59 Defensive handling of dimensions nullability 5 years ago
Stephane Nicoll 403e1f2505 Update copyright year of changed file 5 years ago
diguage f39c6d36c7 Simplify Comparator using method references 5 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 5 years ago
Brandon Fergerson 432c720dd0
Allow spring-expression to be more easily repackaged 5 years ago
Rossen Stoyanchev 1e481cd14c Fix checkstyle violation 5 years ago
Sam Brannen 8589804012 Link to known property name constants in SpringProperties 5 years ago
Juergen Hoeller 01fb4dbeba Polishing 5 years ago
fengyuanwei 07fadae27d Remove duplicate "property" in PropertyCacheKey.toString() 5 years ago
Сергей Цыпанов 83996b12cc Simplify AstUtils.getPropertyAccessorsToTry() 5 years ago
Juergen Hoeller 19911af30a Polishing 5 years ago
Juergen Hoeller 6acb091c4e Upgrade SpelCompiler bytecode level to 1.8 and optimize for concurrent access 5 years ago
Juergen Hoeller 079ca80854 SpEL supports record-style accessor methods as well 6 years ago
Juergen Hoeller 621295dbd8 Deprecate StringUtils.isEmpty(Object) and replace remaining usage 6 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 6 years ago
Juergen Hoeller c368ce8223 Fix SpEL generated code for default method invocation 6 years ago
Andy Clement a404bf5a94 Fix SpEL generated code for default method invocation 6 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 6 years ago
XenoAmess 3b12beb1b8
Simplify if-statements with instanceof checks 6 years ago
Sam Brannen 111899aa63 Add @Nullable declaration to getDefaultConstructor() 6 years ago
Sam Brannen b0570cd3a6 Polish contribution 6 years ago
Martin Knopf 35c0ae7b0c Allow auto grow for entries w/o default constructor in SpEL 6 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 6 years ago
Sam Brannen a9d9b76d09 Support SpEL compilation of interface methods again 6 years ago
Juergen Hoeller 259ffe9b3b Thread-safe compiled expression evaluation in SpelExpression 6 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 7 years ago
i321222 fde7b1e545 Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer 7 years ago
Sebastien Deleuze 72e92da2ad Make SpEL rootObject parameter nullable 7 years ago
Sam Brannen 46a37b447c Fix copyright dates 7 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Juergen Hoeller a1eae42fd0 Expose implementation method for annotation introspection purposes 7 years ago
Juergen Hoeller fc46abf0b7 Polishing 7 years ago
Juergen Hoeller 33b5bc2aae Polishing 7 years ago
Juergen Hoeller 7dc92aa05d Polishing 7 years ago
Juergen Hoeller dec6d69819 ReflectivePropertyAccessor uses interface methods if possible 7 years ago