Merge branch '6.1.x'

This commit is contained in:
Sam Brannen
2024-03-03 14:51:01 +01:00
3 changed files with 154 additions and 78 deletions

View File

@@ -20,6 +20,15 @@ characters.
* dollar sign: `$`
====
[TIP]
====
When setting a variable or root context object in the `EvaluationContext`, it is advised
that the type of the variable or root context object be `public`.
Otherwise, certain types of SpEL expressions involving a variable or root context object
with a non-public type may fail to evaluate or compile.
====
[WARNING]
====
Since variables share a common namespace with