Skip to content
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

Document support for varargs invocations in SpEL #33332

Closed
sbrannen opened this issue Aug 6, 2024 · 0 comments
Closed

Document support for varargs invocations in SpEL #33332

sbrannen opened this issue Aug 6, 2024 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: documentation A documentation task
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Aug 6, 2024

As discussed in #33315 (comment) and subsequent comments in that issue, the language reference for the Spring Expression Language (SpEL) currently does not document support for varargs method, constructor, and function invocations.

We should add notes to the corresponding sections (Constructors, Methods, Functions) to officially document our varargs support in SpEL, pointing out that a java.util.List will be converted to an array for the purpose of varargs invocations and that a varargs invocation in SpEL should otherwise behave the same as a varargs invocation in standard Java (where applicable).

@sbrannen sbrannen added type: documentation A documentation task in: core Issues in core modules (aop, beans, core, context, expression) labels Aug 6, 2024
@sbrannen sbrannen added this to the 6.2.x milestone Aug 6, 2024
@sbrannen sbrannen self-assigned this Aug 6, 2024
@sbrannen sbrannen modified the milestones: 6.2.x, 6.2.1 Nov 15, 2024
@sbrannen sbrannen changed the title Document support for varargs method and constructor invocations in SpEL Document support for varargs invocations in SpEL Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant