Improve RPC requiring workflow to have default constructor
longquanzheng opened this issue · 0 comments
longquanzheng commented
Otherwise ByteBuddy cannot create the instance, got error "NoSuchMethodException" on result = (T) dynamicType.newInstance();