Skip to content

1.1.0.Release

Compare
Choose a tag to compare
@ruan4261 ruan4261 released this 08 Mar 10:05
· 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中新增通过workflowidorderid查询字段id映射的接口
  • WorkflowAPI中新增通过billidorderid查询字段id映射的接口(优化了泛型, 不覆盖老接口, 两方法兼容)
  • 新增StringUtils, 当前其中有一个方法用于通过Throwable构造栈追踪字符串
  • ReflectUtil中新增通过getter获取对象属性的方法

Fix bugs:

  • 修复BeanUtilisPrimitive仅识别包装类不识别元类的情况
  • 修复BeanUtilo2Primitive当入参为null时返回值也为null的情况, 现在如果入参为null则返回值为被包装的元类型默认值
  • 修复WorkflowAPI中获取主表字段映射(旧泛型接口)时的billid取反的问题