asyncload icon indicating copy to clipboard operation
asyncload copied to clipboard

AsyncLoadExecutor类的mode设值问题

Open huangyaofu2 opened this issue 8 years ago • 1 comments

设置<property name="mode" value="REJECT"/>的时候,由于setMode方法被重载,bean设置的时候出问题

Caused by: java.lang.IllegalStateException: Cannot convert value of type 'java.lang.String' to required type 'com.alibaba.asyncload.AsyncLoadExecutor$HandleMode' for property 'mode': no matching editors or conversion strategy found

huangyaofu2 avatar Jun 08 '17 02:06 huangyaofu2

这是一个问题,我记得主干修复过一次

agapple avatar Jun 22 '17 05:06 agapple