-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature
Milestone
Description
I've tried to upgrade to the ognl 3.2.6 (latest version). However, an error occurs on the OgnlCache.
This behavior occurs on 3.2.2+.
java.lang.RuntimeException: MemberAccess implementation must be provided!
at ognl.OgnlContext.<init>(OgnlContext.java:136)
at ognl.OgnlContext.<init>(OgnlContext.java:110)
at ognl.Ognl.createDefaultContext(Ognl.java:178)
at org.apache.ibatis.scripting.xmltags.OgnlCache.getValue(OgnlCache.java:43)
at org.apache.ibatis.scripting.xmltags.ExpressionEvaluator.evaluateBoolean(ExpressionEvaluator.java:32)
...
Related Links
- Drop support for JDK 1.6 and 1.7 at build definitions #1207 (Drop support JDK 6 and 7 at build definitions #1209)
- https://github.com/jkuhnert/ognl/blob/master/docs/VersionNotes.md#release-notes---version-323---wip-new-changes-are-coming
- https://github.com/jkuhnert/ognl/blob/OGNL_3_2_1/src/java/ognl/DefaultMemberAccess.java
Metadata
Metadata
Assignees
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature