1. 29 9月, 2020 1 次提交
  2. 09 9月, 2020 2 次提交
  3. 03 9月, 2020 1 次提交
  4. 30 8月, 2020 1 次提交
  5. 28 8月, 2020 1 次提交
  6. 21 8月, 2020 1 次提交
  7. 17 8月, 2020 1 次提交
  8. 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
  9. 25 7月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
  11. 12 6月, 2020 2 次提交
  12. 31 3月, 2020 1 次提交
  13. 19 3月, 2020 1 次提交
  14. 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
  15. 08 2月, 2020 1 次提交
    • K
      Remove unused codes, close leaked I/O stream (#4325) · f676aece
      kezhenxu94 提交于
      ### Motivation:
      
      Clean up unused codes and migrate to JDK8.
      
      ### Modifications:
      
      - Remove unused codes.
      
      - Close unclosed I/O stream.
      
      - Remove meaningless comments.
      
      ### Result:
      
      - No unnecessary codes concerns.
      
      - No resources leak.
      f676aece
  16. 05 2月, 2020 1 次提交
  17. 12 1月, 2020 1 次提交
  18. 04 1月, 2020 1 次提交
  19. 31 12月, 2019 1 次提交
  20. 26 12月, 2019 2 次提交
  21. 25 12月, 2019 2 次提交
  22. 24 12月, 2019 1 次提交
  23. 17 12月, 2019 1 次提交
  24. 11 12月, 2019 1 次提交
  25. 19 11月, 2019 1 次提交
  26. 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
  27. 22 10月, 2019 1 次提交
  28. 11 9月, 2019 1 次提交
    • H
      spring-cloud-gateway traceid does not transmit #3411 (#3446) · 96b2baad
      hi-sb 提交于
      * spring-cloud-gateway traceid does not transmit #3411
      
      skywalking-version:6.5.0
      
      spring-gateway-version:2.1.2
      
      Error Description:
      
       Customize the filter, traceid does not transmit.
      
       "ServerWebExchangeDecorator" is a transport chain,His structure should be like this:
      
      	 serverWebExchangeDecorator
      	    -----(ServerWebExchangeDecorator)delegate
      		    ------(ServerWebExchangeDecorator)delegate
      			  ------.....
      			   -----(DefaultServerWebExchange)delegate
        In the current source code, there is no deep search, but only the next level. When there are multiple custom filters, you get an error.
      
      Repair method:
      
        Look for "delegate" of "ServerWebExchangeDecorator" recursively until "DefaultServerWebExchange"
      
      * spring-boot-webflux traceid does not transmit #3411
      
      spring-boot-starter-webflux-version:2.1.6
      
      Error Description:
      
      Customize the filter, traceid does not transmit.
      
      "ServerWebExchangeDecorator" is a transport chain,His structure should be like this:
      
       serverWebExchangeDecorator
          -----(ServerWebExchangeDecorator)delegate
      	    ------(ServerWebExchangeDecorator)delegate
      		  ------.....
      		   -----(DefaultServerWebExchange)delegate
      
      In the current source code, there is no deep search, but only the next level. When there are multiple custom filters, you get an error.
      
      Repair method:
      
      Look for "delegate" of "ServerWebExchangeDecorator" recursively until "DefaultServerWebExchange"
      
      * checkStyle
      96b2baad
  29. 09 9月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.5.0 (#3439) · ce20fe10
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      ce20fe10
  30. 05 9月, 2019 1 次提交
  31. 29 8月, 2019 2 次提交
  32. 14 8月, 2019 1 次提交
  33. 10 8月, 2019 1 次提交
  34. 05 8月, 2019 1 次提交
  35. 25 7月, 2019 1 次提交