191 Commits (2fe5064dbed7b11828978f3de66af1b1c5b985fa)

Author SHA1 Message Date
Juergen Hoeller 214d0d76a5 Polishing 8 years ago
Juergen Hoeller 81aca78579 Delegate to common ClassUtils.getQualifiedName 8 years ago
Christoph Dreis 5cfa7e71bb Use Class.getTypeName() where appropriate 8 years ago
Andy Clement d41d28f8ce Fix compilation of SpEL elvis/ternary expressions 8 years ago
Juergen Hoeller f84907a1fc Polishing 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller 62e530ec94 Resolve minor 4.3.x deprecations in master 8 years ago
Juergen Hoeller f6fc0a86b3 Polishing 8 years ago
Juergen Hoeller 80931b211c Shared DefaultConversionService instance for simple fallback purposes 8 years ago
Juergen Hoeller 14eba5034d Consistent ExpressionException-style quoting of expression string and position 8 years ago
Juergen Hoeller 3e419cde7d Polishing 8 years ago
Juergen Hoeller 82fa4ef274 Polishing 8 years ago
Andy Clement 9000acd39d Rework compilation of OpNE/OpEQ SpEL operators 8 years ago
Juergen Hoeller 45fc449550 Polishing 8 years ago
Juergen Hoeller ac80ac6f8b Consistent instanceof/casting of Class references 8 years ago
Juergen Hoeller e2b1dcbaca AccessorLValue reliably downcasts to CompilablePropertyAccessor in concurrent scenarios 8 years ago
Juergen Hoeller 3726c6f18d Polishing 8 years ago
Juergen Hoeller fb7ae010c8 Avoid unnecessary generics on emptyMap/Set/List 8 years ago
Juergen Hoeller ce42ed4d44 Polishing 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
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
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
Juergen Hoeller e38bfb1a68 Consistent public constructors in ast package 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
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 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
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 078d252d1e Delete trailing whitespace in Java source code 10 years ago
Sam Brannen 7018747cec Remove trailing whitespace in Java source code 10 years ago
Andy Clement 91ed5b6b8c SpEL: ensure correct object used for nested #this references 10 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 10 years ago