2.2.2.RELEASE
新特性
- 支持自定义认证服务器OAuth2认证失败时响应内容,详见:I17O6B
更新日志
- 回退fastJson版本为1.2.60
- 升级分布式链路日志minbox-logging为1.0.3.RELEASE
- 提供自定义认证失败使用示例,CustomAuthorizationDeniedResponse
- 提供默认
AuthorizationDeniedResponse默认实现DefaultAuthorizationDeniedResponse - 修复minbox-logging采集日志发生位置错误问题
- 统一部分源码类上的注释格式
- ApiBoot提供
WebResponseExceptionTranslator实现类ApiBootWebResponseExceptionTranslator ,用于处理OAuth2Exception异常。