375 Commits (9cff2ace97bd134ecb87004b2895eecfe6909aca)

Author SHA1 Message Date
Sam Brannen 7d95a24573 Make maximum SpEL expression length configurable 3 years ago
Sam Brannen 964950a8b9 Reject null and empty SpEL expressions 3 years ago
Sam Brannen 6bfb94a563 Disable variable assignment in SimpleEvaluationContext 3 years ago
Sam Brannen ebc8265428 Limit SpEL expression length 3 years ago
Sam Brannen 86457464d7 Limit string concatenation in SpEL expressions 3 years ago
Sam Brannen be129dc171 Change max regex length in SpEL expressions to 1000 3 years ago
Sam Brannen 6b19642256 Increase max regex length in SpEL expressions 3 years ago
Johnny Lim 9868e888a5 Update versions in Javadoc 3 years ago
Sam Brannen 26e0343c16 Improve diagnostics in SpEL for `matches` operator 3 years ago
Sam Brannen 4d5e7207f2 Improve diagnostics in SpEL for repeated text 3 years ago
Sam Brannen 430fc25aca Increase scope of regex pattern cache for the SpEL `matches` operator 3 years ago
Sam Brannen 41d71e9a7f Revise contribution 3 years ago
mrcoffee77 36682b7ad2 Ensure methods declared in Object can be invoked on a JDK proxy in SpEL 3 years ago
Sam Brannen 30601a5014 Polishing 3 years ago
Juergen Hoeller 6a81ed3a50 Polishing 3 years ago
Juergen Hoeller 42e7318cbb Polishing 3 years ago
Sam Brannen 72285034ba Support arrays in AST string representations of SpEL expressions 3 years ago
Sam Brannen 4e8aebcde7 Fix SpEL support for quotes within String literals 3 years ago
Sam Brannen 41a6b7ec20 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 27f3feea1a Ensure SpEL ternary and Elvis expressions are enclosed in parentheses in toStringAST() 3 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 4 years ago
Marc Wrobel 91258271e4 Fix and improve Javadoc in spring-expression 4 years ago
Juergen Hoeller 4143b445d6 Polishing 4 years ago
Sam Brannen 83ac659158 Improve diagnostics in SpEL for large array creation 4 years ago
Sam Brannen 84de100fc6 Polishing 4 years ago
Sam Brannen 84b4cebb39 Fix (@)since tag in SpelMessage 4 years ago
Sam Brannen 94af2ca06b Recover from error during SpEL MIXED mode compilation 4 years ago
Juergen Hoeller bc9cd9a687 Find interface method even for late-bound interface declaration in subclass 4 years ago
Sam Brannen b2e94f611f Convert single null argument to Optional.empty() in SpEL varargs expression 4 years ago
Sam Brannen ad7cdc5ce9 Fix regression for null varargs in SpEL expressions 4 years ago
Sam Brannen bc657eb4d5 Fix SpEL vararg method invocation for strings containing commas 4 years ago
Sam Brannen 9b967775ed Polish Spel's ReflectionHelper.setupArgumentsForVarargsInvocation() 4 years ago
Sam Brannen 9af11ad5ce Fix Javadoc formatting issues 4 years ago
Juergen Hoeller 211f0bbf88 Fix invalid characters in source files 5 years ago
Juergen Hoeller 0dc5d2794f Avoid early ConversionService determination in StandardBeanExpressionResolver 5 years ago
Juergen Hoeller b8b85a6a59 Defensive handling of dimensions nullability 5 years ago
Stephane Nicoll 403e1f2505 Update copyright year of changed file 5 years ago
diguage f39c6d36c7 Simplify Comparator using method references 5 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 5 years ago
Brandon Fergerson 432c720dd0
Allow spring-expression to be more easily repackaged 5 years ago
Rossen Stoyanchev 1e481cd14c Fix checkstyle violation 5 years ago
Sam Brannen 8589804012 Link to known property name constants in SpringProperties 5 years ago
Juergen Hoeller 01fb4dbeba Polishing 5 years ago
fengyuanwei 07fadae27d Remove duplicate "property" in PropertyCacheKey.toString() 5 years ago
Сергей Цыпанов 83996b12cc Simplify AstUtils.getPropertyAccessorsToTry() 5 years ago
Juergen Hoeller 19911af30a Polishing 5 years ago
Juergen Hoeller 6acb091c4e Upgrade SpelCompiler bytecode level to 1.8 and optimize for concurrent access 5 years ago
Juergen Hoeller 079ca80854 SpEL supports record-style accessor methods as well 5 years ago
Juergen Hoeller 621295dbd8 Deprecate StringUtils.isEmpty(Object) and replace remaining usage 5 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 6 years ago