mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
52b8c71dcd
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