259 Commits (d7ac89ecc99174b8a7ec174f01bd7025e62624e3)

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 5afd94f90f Polish SpelParserTests and TemplateExpressionParsingTests 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
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 0882ca57d4 Polishing 3 years ago
Sam Brannen 94bbf85c0e Stop printing to System.out in SpEL tests 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 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 dff5b1ff8e Polishing 3 years ago
Sam Brannen 41a6b7ec20 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen b6abf45a56 Introduce @Suite classes for individual modules 3 years ago
Sam Brannen 27f3feea1a Ensure SpEL ternary and Elvis expressions are enclosed in parentheses in toStringAST() 3 years ago
Sam Brannen b42b785cd1 Polish ParsingTests 3 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 4 years ago
Marc Wrobel bd3499671c Fix typos in test code 4 years ago
Marc Wrobel 91258271e4 Fix and improve Javadoc in spring-expression 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Sam Brannen 4fcfa5b991 Update and simplify ArrayConstructorTests 4 years ago
izeye 135506f672 Update copyright year of EvaluationTests 4 years ago
Sam Brannen 84de100fc6 Polishing 4 years ago
Sam Brannen beab8ab4e7 Test claims regarding SpEL support for T(Character) 4 years ago
Sam Brannen 94af2ca06b Recover from error during SpEL MIXED mode compilation 4 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Sam Brannen 518dc6df65 Polishing 4 years ago
Sam Brannen 59c6b7e445 Fix SpEL withTypedRootObject() test 4 years ago
justlikeliuen 3e75ec73ab Fix SpEL withRootObject test 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 b728b4640b Add explicit tests for SpEL functions for fix for gh-27582 4 years ago
Sam Brannen bc657eb4d5 Fix SpEL vararg method invocation for strings containing commas 4 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 5 years ago
Syuziko eaf9deedfd Polish tests 5 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 5 years ago
Sam Brannen 7c3a18490b Polish SpEL SelectionAndProjectionTests 5 years ago
Sam Brannen 6c3a0a9026 Polishing 5 years ago
Sam Brannen 7b3f53de50 Polish SpelParserTests 5 years ago
limo520 ef05eb3729
Fix assertions in SpelParserTests.generalExpressions 5 years ago
Juergen Hoeller 4e8d6bea4d Fix test code formatting 5 years ago
Juergen Hoeller 079ca80854 SpEL supports record-style accessor methods as well 5 years ago
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs 5 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 6 years ago
Juergen Hoeller 3fd89c3ac1 Fix merge result 6 years ago