Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

v2.0.3

Compare
Choose a tag to compare
@hb0730 hb0730 released this 11 Dec 09:31

Feature

  • [commons-lang]
    • 新增 MapBuilder 链式map
    • 新增 HexUtils 16进制转换

Fixed

Change

  • [commons-json]
    • Jsons改成枚举类型(安全单例)
  • [commons-http]
    • CommonHttps改成Https,并优化创建方式
    • httpConfig#timeoutint改为long
    • 重构http,删除相关header相关方法,使用setter
    • HttpHeader新增builder方法
    • 重命名CommonsNetCallHttpCallback
    • 重命名CommonHttpExceptionHttpException
    • 方法参数重排
  • [commons-lang]
    • MapUtilscollection包迁址至map包下
  • [commons-encrypt]
    • 移除对commons-codec:1.13的依赖