Skip to content

v2.7.5

Choose a tag to compare

@lujiafa lujiafa released this 25 Jun 09:03

Changes

  • refactor(web): extracted ExceptionViewBuilder for unified exception-view construction; lifted hasSuccess() to a default method on BaseResponseData; added a @ConditionalOnProperty switch to its bean.
  • fix(web): fixed the unified exception handler's JSON response body losing code/message.
  • fix: corrected CharConstant.EMPTY from a NUL character to an empty string.
  • fix(cache): adapted to Redisson 4.x — removed Config.fromJSON, switched to fromYAML.
  • chore(deps): Redisson bumped to 4.6.1 (Java 8 compatible).