Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@LamGC LamGC released this 30 Jun 07:51
· 12 commits to master since this release
v1.3.1
83bd0ba

该版本相比v1.3.0修改如下:

  • Encrypt Utils
    • Encrypt Utils所有工具类的方法,在遇到NoSuchAlgorithmException异常时,将会使用IllegalStateException异常包装后抛出(原本使用RuntimeException)(注意:正常使用下并不会出现该情况);(d5532a1)
  • Base Utils
    • ArgumentsProperties已被标记为弃用,建议使用Commons-Cli套件中的CommandLineParser代替;(9b87f32)