317 Commits (54d9dfa84f2724f0cfe0af7e1f28b1c0317dfd01)

Author SHA1 Message Date
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 6 years ago
Sam Brannen a9d9b76d09 Support SpEL compilation of interface methods again 6 years ago
Juergen Hoeller 259ffe9b3b Thread-safe compiled expression evaluation in SpelExpression 6 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 6 years ago
i321222 fde7b1e545 Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer 7 years ago
Sebastien Deleuze 72e92da2ad Make SpEL rootObject parameter nullable 7 years ago
Sam Brannen 46a37b447c Fix copyright dates 7 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Juergen Hoeller a1eae42fd0 Expose implementation method for annotation introspection purposes 7 years ago
Juergen Hoeller fc46abf0b7 Polishing 7 years ago
Juergen Hoeller 33b5bc2aae Polishing 7 years ago
Juergen Hoeller 7dc92aa05d Polishing 7 years ago
Juergen Hoeller dec6d69819 ReflectivePropertyAccessor uses interface methods if possible 7 years ago
Sam Brannen 08afe5d22b Polishing 7 years ago
Сергей Цыпанов e352e9ddaa Simplify comparison of primitives 7 years ago
Sebastien Deleuze 098ac0bbb8 Annotate Object#equals parameter with @Nullable 7 years ago
Сергей Цыпанов 7ef8cc9faf Tiny improvements regarding ArrayList creation 7 years ago
stsypanov 6f07a504b8 A couple of trivial simplifications 7 years ago
Juergen Hoeller 18f6739be4 Allow null operands in compiled SpEL numeric operator expressions 7 years ago
Andy Clement 0f553661a6 Allow null operands in compiled SpEL numeric operator expressions 7 years ago
Sam Brannen 4a090922d7 Polish Javadoc 7 years ago
Spring Operator 3db08c6b7a URL Cleanup 7 years ago
Spring Operator 540759ec41 URL Cleanup 7 years ago
Spring Operator dc6f63f610 URL Cleanup 7 years ago
Spring Operator d99edd154f URL Cleanup 7 years ago
stsypanov 29f382b04e Simplify String concatenation 7 years ago
stsypanov cb4d6f097c Use StringJoiner where possible to simplify String joining 7 years ago
Juergen Hoeller c515de138a Correct import order 7 years ago
Juergen Hoeller e307dd58db Polishing 7 years ago
stsypanov 5e29ea30a3 Use StringJoiner where possible to simplify String joining 7 years ago
Juergen Hoeller 9895e44d73 Polishing 7 years ago
Juergen Hoeller 59a9c8e004 MethodReference.MethodValueRef.setValue throws SpelEvaluationException 7 years ago
Juergen Hoeller a27a6470f7 Polishing 7 years ago
stsypanov 248d3f8e8b Use AtomicInteger instead of unsafe increment on volatile fields 7 years ago
Juergen Hoeller 7a77e83e10 SpelNodeImpl manages start/end position in separate integer values 7 years ago
Juergen Hoeller b2756f5bd2 Relaxed position assertion (for overflows in large inline maps) 7 years ago
Juergen Hoeller db63f7dd4a StandardEvaluationContext.setVariable leniently ignores null name 7 years ago
Juergen Hoeller 59fa647e2d StandardEvaluationContext supports concurrent variable modification 8 years ago
Juergen Hoeller 34663300a6 Avoid regex pattern matching for simple String replacement steps 8 years ago
Andy Clement f87a37fd0d Fix SpEL compilation for non trivial elvis operand 8 years ago
Juergen Hoeller 95a56cd28d Polishing 8 years ago
Juergen Hoeller 51cee658d5 SpelExpression consistently exposes EvaluationContext to compiled AST 8 years ago
stsypanov 457d586859 SPR-17074 pass argument of addAll/putAll into constructor 8 years ago
Juergen Hoeller c4df335a1d ReflectiveMethodExecutor invokes interface method if possible 8 years ago
Juergen Hoeller 9c08a482d1 Prefer ArrayList/ArrayDeque over LinkedList for multi-element holders 8 years ago
Juergen Hoeller 641039d85d Polishing 8 years ago
Juergen Hoeller 8ad5299f4a Polishing 8 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 8 years ago
Phillip Webb be85bd8e09 Don't use `==` when comparing strings 8 years ago