234 Commits (d33764353e757e2696b91f8a9a6049e93df6e229)

Author SHA1 Message Date
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Andy Clement c1edb3b5bd Enforce limit on classes loaded by Spel compiled expression loader 8 years ago
Juergen Hoeller f4de1ea147 Polishing 8 years ago
stonio 7d062df992 Use String#isEmpty() 8 years ago
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
Sam Brannen d6d05e8ca0 Remove trailing whitespace in Java source code 8 years ago
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