Skip to content

v1.7.0

Compare
Choose a tag to compare
@TimmyYu TimmyYu released this 10 Apr 03:27
· 236 commits to master since this release

en:
Fix

  1. Fix set cannot read set information of system and request grouping at startup
  2. Fix the bug that there is no sorting when the node updates and reads
  3. Update maven partial dependencies to new version
  4. Fix a lot of built-in spelling errors
  5. jdk8 codeStyle
  6. Lots of other bug fixes

Features

  1. Logs are managed using logback, which all log controllers use
  2. Support CompletableFuture request service, and the builder supports the interface of CompletableFuture

cn:
问题修复
1、修正set无法在启动时,读取系统的set信息并请求分组
2、修正节点更新读取时,没有排序的问题
3、更新maven部分依赖至新版本
4、修正大量内置的拼写错误
5、jdk8 codeStyle
6、其他大量的错误修正

新增功能:
1、日志使用logback管理 ,所有的日志控制器都走logback
2、可以使用CompletableFuture 请求服务 ,生成器支持completableFuture的接口