Browse Source
Prior to this commit, if a Spring Expression Language (SpEL) expression contained indexed access to an object, the generated AST String representation incorrectly included a dot ('.') before the index access. For example, 'property[0]' had a generated AST string representation of 'property.[0]'. This commit addresses this by reworking the logic in CompoundExpression.toStringAST(). Closes gh-30610pull/30619/head
2 changed files with 22 additions and 5 deletions
Loading…
Reference in new issue