329 Commits (894044cea0d5f693de79815a1bd6e8a355a513d2)

Author SHA1 Message Date
Juergen Hoeller db63f7dd4a StandardEvaluationContext.setVariable leniently ignores null name 6 years ago
Hanope bfb49c7249 Fix typos 6 years ago
Juergen Hoeller 59fa647e2d StandardEvaluationContext supports concurrent variable modification 6 years ago
Juergen Hoeller 34663300a6 Avoid regex pattern matching for simple String replacement steps 6 years ago
Juergen Hoeller 3abebb3799 Polishing 6 years ago
Juergen Hoeller 90a4740279 Polishing 6 years ago
Andy Clement f87a37fd0d Fix SpEL compilation for non trivial elvis operand 6 years ago
Juergen Hoeller 95a56cd28d Polishing 6 years ago
Juergen Hoeller 51cee658d5 SpelExpression consistently exposes EvaluationContext to compiled AST 6 years ago
stsypanov 457d586859 SPR-17074 pass argument of addAll/putAll into constructor 6 years ago
Juergen Hoeller c4df335a1d ReflectiveMethodExecutor invokes interface method if possible 6 years ago
Juergen Hoeller 9c08a482d1 Prefer ArrayList/ArrayDeque over LinkedList for multi-element holders 6 years ago
Juergen Hoeller 641039d85d Polishing 6 years ago
Juergen Hoeller 8ad5299f4a Polishing 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 1c25cec44f Polish test code 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb be85bd8e09 Don't use `==` when comparing strings 6 years ago
Phillip Webb 13729364ab Consistently use only one statement per line 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Juergen Hoeller 4aafbe5a84 Remove outdated javadoc references to SpEL lambda functions 6 years ago
Juergen Hoeller e2ccd55d14 ReflectivePropertyAccessor uses computeIfAbsent for cache computation 6 years ago
Juergen Hoeller bfcc1a1f6a ReflectivePropertyAccessor caches sorted methods per class 6 years ago
Juergen Hoeller c9f488363d Fine-tuned assertions and related polishing 6 years ago
Stéphane GRILLON c5278aa359 Remove unnecessary boxing 6 years ago
Juergen Hoeller ac1e2a4598 Consistent SpelEvaluationException messages in findAccessorForMethod 6 years ago
Juergen Hoeller d4a55a257b OperatorMatches flags misguided evaluation attempts as FLAWED_PATTERN 7 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
igor-suhorukov 93abe0e94b All branches in a conditional structure should not have exactly the same implementation 7 years ago
Juergen Hoeller 08dad4e3ac Consistent references to primitive types (in alphabetical order) 7 years ago
igor-suhorukov 8d2f64fe2d Nested "enum"s should not be declared static 7 years ago
Juergen Hoeller b2d87abcbb Polishing 7 years ago
Juergen Hoeller c072c6deb5 Refined javadoc for SimpleEvaluationContext and its builder features 7 years ago
Juergen Hoeller c60cefa331 SimpleEvaluationContext.Builder withRootObject/withTypedRootObject 7 years ago
Juergen Hoeller 9128226da4 SimpleEvaluationContext.Builder withMethodResolvers/withInstanceMethods 7 years ago
Juergen Hoeller 38dcd179d5 Guidance of which PropertyAccessors to use with SimpleEvaluationContext 7 years ago
Juergen Hoeller 51c57d77d9 SimpleEvaluationContext with dedicated factory methods for common cases 7 years ago
Rossen Stoyanchev 19293b9847 SimpleEvaluationContext builder 7 years ago
Juergen Hoeller b5511645b8 DataBindingPropertyAccessor with factory methods (forReadOnlyAccess etc) 7 years ago
Juergen Hoeller c1405ef140 Polishing 7 years ago
Juergen Hoeller 639d2c6fe7 Polishing 7 years ago
Juergen Hoeller 1fd5935afa SimplePropertyAccessor with configurable write support 7 years ago
Rossen Stoyanchev cb8c6e3251 Add SimpleEvaluationContext 7 years ago
Juergen Hoeller 3988dd9ebb Polishing 7 years ago
Andy Clement 1db7e02de3 Modify SpEL code gen to take account of null safe refs 7 years ago
Juergen Hoeller 04a8f81710 Polishing 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago