Skip to content

Document that SpEL expressions using array construction cannot be compiled #32401

Closed
@sbrannen

Description

@sbrannen

SpEL's ConstructorReference supports compilation of expressions that instantiate new objects, but it does not support compilation of expressions that construct new arrays -- for example, via new int[] {1, 2, 3}.

The reference manual should document this limitation.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions