
|
If you were logged in you would be able to see more operations.
|
|
|
OGNL
Created: 26/Nov/07 08:46 AM
Updated: 18/Jan/08 01:28 PM
|
|
| Component/s: |
Core Runtime
|
| Affects Version/s: |
2.7.1
|
| Fix Version/s: |
2.7.2
|
|
|
From forum post:
Just notice that callMethod in OgnlRuntime has changed from
public static Object callMethod(OgnlContext context, Object target,
String methodName, String propertyName, Object[] args) throws OgnlException
to
public static Object callMethod(OgnlContext context, Object target,
String methodName, Object[] args)
throws OgnlException
Is there a reason for this change?
This might break compatibility if we migrate to the next version. Is it possible to still keep the old method signature? or maybe mark it as deprecated first.
|
|
Description
|
From forum post:
Just notice that callMethod in OgnlRuntime has changed from
public static Object callMethod(OgnlContext context, Object target,
String methodName, String propertyName, Object[] args) throws OgnlException
to
public static Object callMethod(OgnlContext context, Object target,
String methodName, Object[] args)
throws OgnlException
Is there a reason for this change?
This might break compatibility if we migrate to the next version. Is it possible to still keep the old method signature? or maybe mark it as deprecated first.
|
Show » |
|