This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new 88b4b5c930 Add OAP version requirement (#624)
88b4b5c930 is described below
commit 88b4b5c930d5c72069f226e349d5b386554044f5
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Oct 20 17:58:24 2023 +0800
Add OAP version requirement (#624)
---
docs/en/setup/service-agent/java-agent/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/en/setup/service-agent/java-agent/README.md
b/docs/en/setup/service-agent/java-agent/README.md
index d0ace7c3fe..f457913c83 100755
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -8,6 +8,8 @@
1. Add `-javaagent:/path/to/skywalking-package/agent/skywalking-agent.jar` to
JVM argument. And make sure to add it
before the `-jar` argument.
+**Require SkyWalking OAP server 9.7.0+ if the agent works on the JRE using
ZGC.**
+
The agent release dist is included in Apache [official
release](http://skywalking.apache.org/downloads/). New agent
package looks like this.