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