Browse Source

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

Closes gh-36331
pull/36335/head
Sam Brannen 1 month ago
parent
commit
655fd2e2bf
  1. 1
      framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc

1
framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc

@ -531,6 +531,7 @@ following kinds of expressions cannot be compiled. @@ -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

Loading…
Cancel
Save