Skip to content

Typo in SpEL Evaluation Context Sample [SPR-17581] #22113

@spring-projects-issues

Description

@spring-projects-issues

Amir Pashazadeh opened SPR-17581 and commented

In the sample it is written

EvaluationContext context = SimpleEvaluationContext().forReadOnlyDataBinding().build();

but it must be

EvaluationContext context = SimpleEvaluationContext.forReadOnlyDataBinding().build();

And parentheses are redundant.


Affects: 5.1.3

Reference URL: https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/core.html#expressions-type-conversion

Referenced from: commits b00f98f, 288c97b, 474ac2d

Backported to: 5.0.12, 4.3.22

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions