253 Commits (1e87b6dd7d4c0e046a17603aab636c8b4adf3289)

Author SHA1 Message Date
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 04765b6202 Upgrade to OkHttp 3.9 and removal of superfluous spring-jcl reference 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller af93503a09 TemplateAwareExpressionParser treats null as non-template ParserContext 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 12114a9d4c Consistent use of NIO.2 for file read/write interactions 7 years ago
Juergen Hoeller efc5b47b9a Polishing 7 years ago
Juergen Hoeller 1ad6180019 Expression javadoc alignment 7 years ago
Juergen Hoeller bcf9f21ecc PropertyOrFieldReference checks cached PropertyAccessor against current EvaluationContext 7 years ago
Juergen Hoeller 301e2ea493 Nullability fine-tuning and related polishing 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 140542e8b1 Polishing 7 years ago
Juergen Hoeller 098ff6f0f8 Compatibility with JDK 9 release candidate build (175) 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
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