You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com caa31778ef fix(workflow): 解决Dubbo序列化安全限制下的VO对象传递问题
- 添加BeanUtil依赖用于对象转换
- 引入LinkedHashMap、Collection、ArrayList支持
- 实现sanitizeMap方法对返回数据进行安全序列化处理
- 添加sanitizeValue递归处理嵌套数据结构
- 提供isDubboSafeValue判断基础类型安全性
- 避免consumer端因VO对象反序列化失败导致的问题
5 days ago
..
src/main fix(workflow): 解决Dubbo序列化安全限制下的VO对象传递问题 5 days ago
Dockerfile update 优化 升级jdk版本 8 months ago
pom.xml update 优化 从工作流api模块去除bus依赖 由使用者主动增加依赖 9 months ago