You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/08 12:38:59 UTC

[skywalking-java] branch asynchttpclient-scenario created (now dc4604a)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch asynchttpclient-scenario
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git.


      at dc4604a  Correct asynchttpclient-scenario case and supported versions.

This branch includes the following new commits:

     new dc4604a  Correct asynchttpclient-scenario case and supported versions.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-java] 01/01: Correct asynchttpclient-scenario case and supported versions.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch asynchttpclient-scenario
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git

commit dc4604aafc5c5a8fbf52372feb1c6b66b514efd7
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Nov 8 20:38:54 2021 +0800

    Correct asynchttpclient-scenario case and supported versions.
---
 docs/en/setup/service-agent/java-agent/Supported-list.md           | 2 +-
 test/plugin/scenarios/asynchttpclient-scenario/pom.xml             | 7 ++-----
 .../plugin/scenarios/asynchttpclient-scenario/support-version.list | 1 -
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md
index 9f5c980..882f0f6 100644
--- a/docs/en/setup/service-agent/java-agent/Supported-list.md
+++ b/docs/en/setup/service-agent/java-agent/Supported-list.md
@@ -27,7 +27,7 @@ metrics based on the tracing data.
   * [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x
   * [Jetty Client](http://www.eclipse.org/jetty/) 9
   * [Apache httpcomponent AsyncClient](https://hc.apache.org/httpcomponents-asyncclient-4.1.x/) 4.x
-  * [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) 2.x
+  * [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) 2.1+
   * JRE HttpURLConnection (Optional²)
 * HTTP Gateway
   * [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) 2.0.2.RELEASE -> 3.x (Optional²)
diff --git a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
index 4c008b8..d0a89a5 100644
--- a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
+++ b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
@@ -31,9 +31,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <compiler.version>1.8</compiler.version>
-        <async-http-client.version>2.10.0</async-http-client.version>
-        <test.framework.version>4.1.2</test.framework.version>
-        <docker.image.version>${test.framework.version}</docker.image.version>
+        <test.framework.version>2.10.0</test.framework.version>
         <spring-boot.version>1.5.9.RELEASE</spring-boot.version>
         <lombok.version>1.18.20</lombok.version>
         <log4j.version>2.8.1</log4j.version>
@@ -62,8 +60,7 @@
         <dependency>
             <groupId>org.asynchttpclient</groupId>
             <artifactId>async-http-client</artifactId>
-            <version>${async-http-client.version}</version>
-            <scope>provided</scope>
+            <version>${test.framework.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
diff --git a/test/plugin/scenarios/asynchttpclient-scenario/support-version.list b/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
index 3a1cc30..5da20eb 100644
--- a/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
+++ b/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
@@ -14,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-2.0.0
 2.1.0
 2.2.0
 2.3.0