1.1.0.Release
·
153 commits
to master
since this release
Current version 1.1.0
src/main/java/weaver/micro/devkit/http/CommonHttpAPI.java
src/main/java/weaver/micro/devkit/Assert.java
The above files are not compatible with the previous version, please check them manually(Return value and input parameter).
New features:
- 新增ApacheHttpClient HttpResponse处理类
HttpResponseHolder
Previous version 1.0.5
Ver1.0.5 was not released, it as follows:
New features:
WorkflowAPI
中新增通过workflowid
及orderid
查询字段id映射的接口WorkflowAPI
中新增通过billid
及orderid
查询字段id映射的接口(优化了泛型, 不覆盖老接口, 两方法兼容)- 新增
StringUtils
, 当前其中有一个方法用于通过Throwable
构造栈追踪字符串 ReflectUtil
中新增通过getter
获取对象属性的方法
Fix bugs:
- 修复
BeanUtil
中isPrimitive
仅识别包装类不识别元类的情况 - 修复
BeanUtil
中o2Primitive
当入参为null
时返回值也为null
的情况, 现在如果入参为null
则返回值为被包装的元类型默认值 - 修复
WorkflowAPI
中获取主表字段映射(旧泛型接口)时的billid
取反的问题