1. 29 9月, 2021 1 次提交
  2. 25 9月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.9.0 iteration (#7801) · 8b681053
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.8.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Create changes-8.8.0.md
      
      * Reset changelog for 8.9.0
      8b681053
  3. 08 9月, 2021 1 次提交
  4. 06 9月, 2021 2 次提交
  5. 30 7月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.8.0 iteration (#7395) · 1c5e22a7
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.7.0
      
      * [maven-release-plugin] prepare for next development iteration
      1c5e22a7
  6. 05 7月, 2021 1 次提交
  7. 20 6月, 2021 1 次提交
  8. 16 6月, 2021 1 次提交
  9. 08 6月, 2021 1 次提交
  10. 10 5月, 2021 1 次提交
  11. 09 4月, 2021 1 次提交
  12. 20 2月, 2021 1 次提交
  13. 02 2月, 2021 1 次提交
    • wu-sheng's avatar
      Begin the 8.5.0 iteration (#6302) · cdfe6ab3
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      cdfe6ab3
  14. 12 12月, 2020 1 次提交
  15. 29 11月, 2020 1 次提交
  16. 04 11月, 2020 1 次提交
  17. 03 11月, 2020 1 次提交
  18. 24 10月, 2020 1 次提交
  19. 16 10月, 2020 1 次提交
  20. 15 10月, 2020 1 次提交
  21. 01 10月, 2020 1 次提交
  22. 29 9月, 2020 1 次提交
  23. 21 8月, 2020 1 次提交
  24. 13 8月, 2020 1 次提交
  25. 31 7月, 2020 1 次提交
    • wu-sheng's avatar
      Begin 8.2.0 iteration. (#5211) · 2f2840cb
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      2f2840cb
  26. 30 7月, 2020 1 次提交
  27. 29 7月, 2020 1 次提交
  28. 21 7月, 2020 1 次提交
  29. 06 7月, 2020 1 次提交
  30. 22 6月, 2020 1 次提交
  31. 12 6月, 2020 1 次提交
  32. 06 6月, 2020 1 次提交
    • S
      Remove nacos (#4867) · f3d907bf
      songzhendong 提交于
      * Add annotation(AlarmCore.start)
      
      * Upgrade nacos version to 1.2.0
      
      * Revert "Upgrade nacos version to 1.2.0"
      
      This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
      
      * Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
      
      * Recovery annotation
      
      * Recovery annotation
      
      * Update nacos version to 1.2.0
      
      * Update tls_key_generate.sh path
      
      Update tls_key_generate.sh path
      
      * Add annotation(AlarmCore.start)
      
      * Revert "Upgrade nacos version to 1.2.0"
      
      This reverts commit 4d7b06f6d20ee09ad377ad6ef736aeab429314e0.
      
      * Update nacos version to 1.2.0(Solve the security problem of the old version of fastsjon)
      
      * Recovery annotation
      
      * Recovery annotation
      
      * Update tls_key_generate.sh path
      
      * Execution Authority
      
      * Remove nacos
      
      * remove nacos code
      
      * remove nacos
      
      remove nacos
      
      * remove nacos
      
      remove nacos
      
      * remove nacos
      
      * remove nacos
      Co-authored-by: Nsongzhendong <289505773@qq.com>
      Co-authored-by: Nsongzhendong <songzhendong@xiaomi.com>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      f3d907bf
  33. 31 3月, 2020 1 次提交
  34. 19 3月, 2020 1 次提交
  35. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  36. 02 1月, 2020 1 次提交
    • W
      add Dynamic Configuration Consul AclToken (#4161) · 5fba9190
      web-xiaxia 提交于
      * Update ConsulConfigurationCenterSettings.java
      
      add aclTokne
      
      * Update ConsulConfigurationWatcherRegister.java
      
      add aclToken
      
      * Update application.yml
      
      add aclToken
      
      * Update ConsulConfigurationCenterSettings.java
      
      add aclToken
      
      * Update application.yml
      
      add aclToken
      
      * add aclToken
      
      * Replace with util
      
      * Replace with util
      
      * add consul aclToken
      5fba9190
  37. 25 12月, 2019 1 次提交
    • wu-sheng's avatar
      Update JDK compiling level to 8, and remove zip dist. (#4119) · b5709960
      wu-sheng 提交于
      * Update JDK compiling level to 8, and remove zip dist.
      
      * Exclude annotation and shade API.
      
      * Fix more exclusion.
      
      * 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
      
      * Fix dependency conflicts, license and notice issue, and dependency check script issue
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      b5709960
  38. 24 12月, 2019 1 次提交
  39. 12 11月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.6.0 SNAPSHOT (#3839) · 3fbaec42
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.5.0
      
      * [maven-release-plugin] prepare for next development iteration
      3fbaec42