1. 05 8月, 2019 1 次提交
  2. 03 8月, 2019 3 次提交
    • wu-sheng's avatar
      Add change log for 6.3.0 release. (#3209) · bb4ce945
      wu-sheng 提交于
      * Add changelog for 6.3.0 release.
      
      * Update CHANGES.md
      Co-Authored-By: Nkezhenxu94 <kezhenxu94@apache.org>
      
      * Update CHANGES.md
      bb4ce945
    • A
      Fixed java agent cannot trace gRPC stream service (#3145) · 532f4303
      Andy Ai 提交于
      * Fixed java agent cannot trace gRPC stream service
      532f4303
    • L
      Add jdk http plugin (#3171) · 6e837153
      li.can 提交于
      * add http
      
      * update plugin
      
      * Add StaticMethodsAroundInterceptor to be injected.
      
      * move to options plugin
      
      * move folder
      
      * update pom
      
      * support https
      
      * add witness class
      
      * Make JDK9-11 available for bootstrap instrumentation
      
      * Remove temp folder of old bootstrap instrumentation requirement.
      
      * remove witness ,work for jdk6,7,8,9,10,11
      
      * Make JDK 12 works.
      
      * move jdk-http-plugin to bootstrap-plugins folder
      
      * add httpsclient
      
      * update README.md
      6e837153
  3. 02 8月, 2019 3 次提交
  4. 31 7月, 2019 2 次提交
  5. 29 7月, 2019 2 次提交
  6. 28 7月, 2019 1 次提交
  7. 27 7月, 2019 1 次提交
  8. 26 7月, 2019 1 次提交
  9. 25 7月, 2019 2 次提交
  10. 23 7月, 2019 1 次提交
  11. 22 7月, 2019 1 次提交
    • L
      Support servlet 2.5 for Jetty,Tomcat,SpringMvc (#3120) · 137b142a
      li.can 提交于
      * servlet 2.5
      
      * method exist
      
      * update MethodUtil
      
      * Update MethodUtil.java
      
      Add a comment to the new core util method. @candyleer I am concerning this method will be used widely even unnecessary.
      137b142a
  12. 21 7月, 2019 1 次提交
  13. 20 7月, 2019 1 次提交
  14. 18 7月, 2019 3 次提交
  15. 16 7月, 2019 1 次提交
  16. 15 7月, 2019 2 次提交
  17. 12 7月, 2019 1 次提交
  18. 03 7月, 2019 1 次提交
    • G
      Adding deadline to gRPC client (#2987) · 01b963c1
      Gao Hongtao 提交于
      * Set up 10 seconds deadline after gRPC client sending
       * The duration of deadline contains three segments: connecting,
         request and response
      
      For blocking stub, I just set deadline before invoke service. For
      bi-streaming stub, I found all of them are used as a blocking style,
      that after getting streaming response client stub just close current
      streaming. Base on above reality, I pick the same way as blocking one.
      01b963c1
  19. 02 7月, 2019 1 次提交
    • Spring @Async plugin support (#2902) · 48ffd092
      于玉桔 提交于
      * spring_async_plugin
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * format fix
      
      * rename
      
      * fix
      
      * fix version
      
      * Update SWCallable.java
      
      * Update Supported-list.md
      
      * Update Supported-list.md
      48ffd092
  20. 01 7月, 2019 2 次提交
  21. 29 6月, 2019 1 次提交
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c
  22. 28 6月, 2019 1 次提交
  23. 27 6月, 2019 2 次提交
  24. 24 6月, 2019 1 次提交
  25. 23 6月, 2019 1 次提交
    • wu-sheng's avatar
      Fix OOM by empty stack of exception. (#2931) · d844a525
      wu-sheng 提交于
      * Support bootstrap class enhance and fix OOM by empty stack of exception.
      
      * Agent document update
      
      * Remove a word.
      
      * Fix wrong cause exception search.
      
      * Fix the condition
      
      * Revert bootstrap class loader enhance.
      
      * Remove import.
      
      * no message
      d844a525
  26. 21 6月, 2019 1 次提交
  27. 20 6月, 2019 1 次提交
  28. 19 6月, 2019 1 次提交