327 Commits (445b76bbe819ba45ac2d887e355c42bba3d5395b)

Author SHA1 Message Date
igor-suhorukov 06fef1e5a4 Polish: assertion arguments should be passed in the correct order 7 years ago
Juergen Hoeller fa670dd07d Indexer enforces target descriptor only after non-null target check 7 years ago
igor-suhorukov c782075a13 Polish: Array designators "[]" should be on the type, not the variable 7 years ago
Juergen Hoeller 3531c104b0 Prefer Collections.addAll call with array over Set.addAll(Arrays.asList) 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 7 years ago
Juergen Hoeller d5cabca2f7 Internal adaptation to Deque semantics 7 years ago
igor-suhorukov 711b0f50f2 Polish: replace the synchronized class "Stack" by an unsynchronized one such as "Deque". 7 years ago
Juergen Hoeller b5bd977d9a Revised assertion refactoring in AbstractExpressionTests 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
igor-suhorukov 4c888d0f32 Polish 7 years ago
Juergen Hoeller 572c668726 Polishing 7 years ago
Juergen Hoeller 06e6386dc9 CollectionUtils.lastElement for common Set/List extraction 7 years ago
Juergen Hoeller 4a57e26d76 Polishing 7 years ago
Juergen Hoeller 6a1fe0b1d0 FunctionReference's method field is volatile 7 years ago
Juergen Hoeller c30145d6f9 MethodReference treats proxy-targeting expressions as non-compilable 7 years ago
Juergen Hoeller 78284a62e2 Polishing 7 years ago
Juergen Hoeller 419b4440a7 Introspect interface-declared methods in case of proxy (for varargs) 7 years ago
Juergen Hoeller fd6f2bd6a4 Test for null value against boolean property 7 years ago
Juergen Hoeller 55b0c2f243 Polishing 7 years ago
Juergen Hoeller 03b68286a2 Tokenizer uses single process step and length-based exhaustion check 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
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 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 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