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/10/16 11:46:35 UTC

[skywalking-java] branch jdk17-doc created (now 3d0d783)

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

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


      at 3d0d783  Add JDK17 supported declaration.

This branch includes the following new commits:

     new 3d0d783  Add JDK17 supported declaration.

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: Add JDK17 supported declaration.

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

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

commit 3d0d7837421cd3add570b7c5384698efaf8aaed1
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Oct 16 19:46:28 2021 +0800

    Add JDK17 supported declaration.
---
 CHANGES.md                                       | 4 ++--
 docs/en/setup/service-agent/java-agent/README.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 5e977cd..6218db0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,7 +6,8 @@ Release Notes.
 ------------------
 
 * **Split Java agent from the main monorepo. It is a separate repository and going to release separately**.
-* Upgrade jdk 11 in dockerfile and remove unused java_opts.
+* Support JDK 8-17 through upgrading byte-buddy to 1.11.18.
+* Upgrade JDK 11 in dockerfile and remove unused java_opts.
 * DataCarrier changes a `#consume` API to add properties as a parameter to initialize consumer when
   use `Class<? extends IConsumer<T>> consumerClass`.
 * Support Multiple DNS period resolving mechanism
@@ -28,7 +29,6 @@ Release Notes.
 * Make GRPC log reporter sharing GRPC channel with other reporters of agent. Remove config items of `agent.conf`, `plugin.toolkit.log.grpc.reporter.server_host`, `plugin.toolkit.log.grpc.reporter.server_port`, and `plugin.toolkit.log.grpc.reporter.upstream_timeout`.
     rename `plugin.toolkit.log.grpc.reporter.max_message_size` to `log.max_message_size`.
 * Implement Kafka Log Reporter. Add config item of `agnt.conf`, `plugin.kafka.topic_logging`.
-* Upgrade byte-buddy to 1.11.18
 * Add plugin to support Apache HttpClient 5.
 * Format SpringMVC & Tomcat EntrySpan operation name to `METHOD:URI`.
 * Make `HTTP method` in the operation name according to runtime, rather than previous code-level definition, which used to have possibilities including multiple HTTP methods.
diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index e6c1b8f..d0ace7c 100755
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -1,6 +1,6 @@
 # Setup java agent
 
-1. Agent is available for JDK 8 - 14.
+1. Agent is available for JDK 8 - 17.
 1. Find `agent` folder in SkyWalking release package
 1. Set `agent.service_name` in `config/agent.config`. Could be any String in English.
 1. Set `collector.backend_service` in `config/agent.config`. Default point to `127.0.0.1:11800`, only works for local