538 Commits (dfe320f172552481e08779e385236849fdfb40c5)

Author SHA1 Message Date
Sam Brannen be17c8d85f Disable variable assignment in SimpleEvaluationContext 2 years ago
Sam Brannen b73f5fcac2 Limit SpEL expression length 2 years ago
Sam Brannen bc1511d667 Limit string concatenation in SpEL expressions 2 years ago
Sam Brannen db9b139cf0 Change max regex length in SpEL expressions to 1000 2 years ago
Sam Brannen 310344cf61 Increase max regex length in SpEL expressions 2 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 2 years ago
Sam Brannen 6bfc70b61e Polishing 2 years ago
Sam Brannen 4eed2ced74 Polishing 2 years ago
Sam Brannen 0c0cda9815 Polish contribution 2 years ago
Harry Yang 47aca90c58 Optimize array creation in SpEL ConstructorReference 2 years ago
Sam Brannen ddd6b123bb Polish TypeCode 2 years ago
Sam Brannen 5f0ee2e4dd Polish ConstructorReference 2 years ago
Johnny Lim 43031509c8 Update versions in Javadoc 2 years ago
Sam Brannen ce9a72f95c Update copyright headers 2 years ago
Sam Brannen 8010de8b63 Improve diagnostics in SpEL for `matches` operator 2 years ago
Sam Brannen 5529294ec9 Improve diagnostics in SpEL for repeated text 2 years ago
Sam Brannen 935c29e3dd Increase scope of regex pattern cache for the SpEL `matches` operator 2 years ago
Sam Brannen 4a3518b4d6 Polishing 2 years ago
Sam Brannen dd4a34778b Stop printing to System.out in SpEL tests 2 years ago
Sam Brannen df4e7d1929 Polishing 2 years ago
Sam Brannen 1de36abc07 Revise contribution 2 years ago
mrcoffee77 97b5af8a55 Ensure methods declared in Object can be invoked on a JDK proxy in SpEL 2 years ago
Sam Brannen 4751769a7c Polishing 2 years ago
Sam Brannen e17f5c50a8 Update copyright headers 2 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 2 years ago
Juergen Hoeller d213522dfc Polishing 2 years ago
Sam Brannen cb4f93561e Apply "instanceof pattern matching" in remainder of spring-expression module 2 years ago
Sam Brannen f3cb331e4e Optimize find[Getter|Setter]ForProperty() in ReflectivePropertyAccessor 2 years ago
Sébastien Deleuze a02a017e6e Add tests for SpEL on Kotlin suspending function parameters 2 years ago
Sam Brannen bc583ea74f Polish "Use switch expressions in SpEL's CodeFlow" 2 years ago
Roman Ivanov dcda127b60 Use switch expressions in SpEL's CodeFlow 2 years ago
Juergen Hoeller c0c9ba5c2c Polishing 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 2 years ago
Sam Brannen 52af5c2b38 Support arrays in AST string representations of SpEL expressions 2 years ago
Sam Brannen f07a4587bb Apply 'instanceof pattern matching' in spring-expression 2 years ago
Sam Brannen 73a18046c3 Fix SpEL support for quotes within String literals 2 years ago
Sam Brannen c899af0e03 Polishing 2 years ago
Sam Brannen 098c924e32 Introduce @Suite classes for individual modules 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Sam Brannen 27f3feea1a Ensure SpEL ternary and Elvis expressions are enclosed in parentheses in toStringAST() 2 years ago
Sam Brannen b42b785cd1 Polish ParsingTests 2 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 2 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 2 years ago
Juergen Hoeller a3a48a241c Disable array allocation in case of no constructor resolution 2 years ago
Сергей Цыпанов 8a87e118e1 Remove redundant assignment of default values to volatile/atomic fields 2 years ago