Skip to content

Enable SpEL to support array refs in T() construct #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

aclement
Copy link
Contributor

@aclement aclement commented Mar 5, 2012

This allows SpEL to support this syntax kind of syntax:
"T(foo.Bar[])". Without the change SpEL will not allow
the use of [] in the T().

Issue: SPR-9203

This allows SpEL to support this syntax kind of syntax:
"T(foo.Bar[])".  Without the change SpEL will not allow
the use of [] in the T().

Issue: SPR-9203
@cbeams
Copy link
Contributor

cbeams commented May 17, 2012

Thanks, Andy. This is committed, with a number of minor polishing changes.

@cbeams cbeams closed this May 17, 2012
cbeams added a commit that referenced this pull request May 17, 2012
* SPR-9203:
  Eliminate trailing whitespace in SpEL classes
  Support [] array ref syntax in SpEL T() construct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants