207 Commits (dfef4e09daf17c3e37226199309423db790b2ce7)

Author SHA1 Message Date
Juergen Hoeller 99be15f58b Revise encoding steps towards use of JDK Charset and StandardCharsets 8 years ago
Juergen Hoeller aaac199e8b Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate 8 years ago
Juergen Hoeller 6d91d54fc9 StandardTypeConverter initializes default ConversionService against volatile field 8 years ago
Stephane Nicoll 2bf9bc312e Remove Guava cache support 8 years ago
Juergen Hoeller a1f5fb53db Java 8 getParameterCount() instead of getParameterTypes().length 8 years ago
Juergen Hoeller 39e3f2ebf6 MethodParameter supports Java 8 Executable/Parameter and validates parameter indexes 8 years ago
Juergen Hoeller 102dc8a4dd Polishing 8 years ago
Stephane Nicoll e4b0486c5a Add @FunctionalInterface on candidate interfaces 8 years ago
Sam Brannen 1391248ea6 Introduce log4j 2 for Spring's test suite 8 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 8 years ago
Juergen Hoeller 66ec1c1618 Add missing package-info files for common packages 8 years ago
Andy Clement a31f0bb3c0 Fix compilation of expressions using instanceof and primitives 9 years ago
Johnny Lim 44e652f99e Remove duplicate words 9 years ago
Juergen Hoeller e38bfb1a68 Consistent public constructors in ast package 9 years ago
Juergen Hoeller 4ae065996b Polishing 9 years ago
Juergen Hoeller 54aeb7a5d6 Cache key classes implement Comparable and consistently provide a toString representation 9 years ago
Juergen Hoeller 517ebd1d3e Consistent formatting 9 years ago
Sam Brannen 61824b1ade Remove trailing whitespace from source code 9 years ago
Juergen Hoeller 43bcab9c1a ReflectiveMethodResolver lets local static methods override java.lang.Class methods 9 years ago
Andy Clement a12f23936c Allow use of '&' prefix to access factory bean in SpEL 9 years ago
Juergen Hoeller 21329df7e1 Polishing 9 years ago
Juergen Hoeller ef1e17fd15 Polishing 9 years ago
Juergen Hoeller 04f765506e Fine-tuned method/field access checks 9 years ago
Andy Clement a28fc760ba Fix SpEL compilation of static method/property/field operations 9 years ago
Juergen Hoeller 11806b9215 Class identity comparisons wherever possible (and further polishing) 9 years ago
Juergen Hoeller 8c4436926f Polishing 9 years ago
Juergen Hoeller fd84262e71 Polishing 9 years ago
Andy Clement 58756b023c Ensure cast correctly included for OpPlus compilation 9 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 9 years ago
Juergen Hoeller 667fc7e4a9 Polishing 9 years ago
Sam Brannen b6c0e7cba3 Remove trailing whitespace in Java source code 9 years ago
Juergen Hoeller 34a81b605a PropertyOrFieldReference defensively catches Exception instead of just AccessException 9 years ago
Juergen Hoeller 203f1225c3 Polishing 9 years ago
Juergen Hoeller 0783a1c667 SpEL selection/projection works with Iterable as well 9 years ago
Juergen Hoeller ea2a1d33d9 Javadoc fixes plus additional polishing 9 years ago
Sam Brannen 3f0a6e814c Suppress warnings in spring-expression tests 9 years ago
Sam Brannen 078d252d1e Delete trailing whitespace in Java source code 9 years ago
Sam Brannen 7018747cec Remove trailing whitespace in Java source code 9 years ago
Andy Clement 91ed5b6b8c SpEL: ensure correct object used for nested #this references 9 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 9 years ago
Juergen Hoeller 9799df397a PropertyOrFieldReference avoids NPE through defensive copy of volatile accessor reference 10 years ago
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 10 years ago
Andy Clement c382b6f059 Allow NEW and T to be used as unquoted map keys in SpEL 10 years ago
Juergen Hoeller 9d47a2b87e Explicit test for default useDistance mode 10 years ago
Juergen Hoeller 348eb91891 ReflectiveMethodResolver applies useDistance mode by default (with fine-tuned varargs handling) 10 years ago
Sam Brannen d90cee78ef Remove trailing whitespace in source code 10 years ago
Andy Clement b7ef04767a Reduce SpEL compilation restrictions on mathematical expressions 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Eric Bottard ece7eb14ff Fix copy/paste error in Javadoc 10 years ago
Juergen Hoeller d34402d3ba OperatorMatches caches compiled patterns 10 years ago