mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, SpEL's CompoundExpression omitted the null-safe syntax in AST string representations of the selection and projection operators. To address this, this commit implements isNullSafe() in Projection and Selection. Closes gh-32515