Skip to content

SpringExpressionsParser doesn't work with newer version of ANTLR [SPR-5343] #10016

@spring-projects-issues

Description

@spring-projects-issues

Kenny MacLeod opened SPR-5343 and commented

SpringExpressionsParser refers to the ruleMemo field in the org.antlr.runtime.BaseRecognizer subclass. This field was removed from BaseRecognizer in 2007

http://fisheye2.atlassian.com/browse/antlr/runtime/Java/src/org/antlr/runtime/BaseRecognizer.java?r1=3920&r2=3994

SpringExpressionsParser should be updated to work with the current version of ANTLR, if possible.


Affects: 3.0 M1

2 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions