Document that SpEL expressions using Optional w/ null-safe & Elvis operators are not compilable

Closes gh-36331
This commit is contained in:
Sam Brannen
2026-02-15 12:26:54 +01:00
parent a31574a0a2
commit 655fd2e2bf
@@ -531,6 +531,7 @@ following kinds of expressions cannot be compiled.
* Expressions relying on the conversion service
* Expressions using custom resolvers
* Expressions using overloaded operators
* Expressions using `Optional` with the null-safe or Elvis operator
* Expressions using array construction syntax
* Expressions using selection or projection
* Expressions using bean references