You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by da...@apache.org on 2021/10/16 12:40:46 UTC

[skywalking-java] branch main updated: Add JDK17 supported declaration. (#52)

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

daming 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 2fd1853  Add JDK17 supported declaration. (#52)
2fd1853 is described below

commit 2fd1853d8ce0eb3081ecba4deb42222259630e16
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Oct 16 20:40:42 2021 +0800

    Add JDK17 supported declaration. (#52)
---
 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