Skip to content

Commit cd988a6

Browse files
committed
Fix
1 parent 94415fb commit cd988a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/setup/service-agent/java-agent/Plugin-test.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The test case project must be packaged as `project-name.war` by using `mvn packa
3838
Take the following test project as an example
3939
* [spring-4.3.x-scenario](../../../../../test/plugin/scenarios/spring-4.3.x-scenario)
4040

41+
Note on `tomcat:10.1.50-jdk25-temurin` image:
42+
43+
Starting from JDK 22, the Tomcat community removed `curl` from the official Tomcat JDK images. Since `curl` is required by our plugin test framework, we provide a custom `tomcat-jdk25` image built with `curl` installed.
44+
You can refer to the [tomcat-jdk25-dockerFile](../../../../../.github/workflows/Dockerfile-tomcat-jdk25-withCurl) to build the image for local plugin tests.
4145

4246
## Test project hierarchical structure
4347
The test case is an independent maven project, and it must be packaged as a war tar ball or zip file, depending on the chosen base image. Also, two external accessible endpoints usually two URLs) are required.

0 commit comments

Comments
 (0)