This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch 8.16.0-release
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/8.16.0-release by this push:
new 67991fb75c Create changes-8.16.0.md
67991fb75c is described below
commit 67991fb75cc6f2e888d2596577bdd93d1d41b70a
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed May 31 22:09:44 2023 +0800
Create changes-8.16.0.md
---
changes/changes-8.16.0.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/changes/changes-8.16.0.md b/changes/changes-8.16.0.md
new file mode 100644
index 0000000000..deadb54433
--- /dev/null
+++ b/changes/changes-8.16.0.md
@@ -0,0 +1,28 @@
+Changes by Version
+==================
+Release Notes.
+
+8.16.0
+------------------
+
+* Exclude `synthetic` methods for the WitnessMethod mechanism
+* Support ForkJoinPool trace
+* Support clickhouse-jdbc-plugin trace sql parameters
+* Support monitor jetty server work thread pool metric
+* Support Jersey REST framework
+* Fix ClassCastException when SQLServer inserts data
+* [Chore] Exclude org.checkerframework:checker-qual and
com.google.j2objc:j2objc-annotations
+* [Chore] Exclude proto files in the generated jar
+* Fix Jedis-2.x plugin can not get host info in jedis 3.3.x+
+* Change the classloader to locate the agent path in AgentPackagePath, from
`SystemClassLoader` to AgentPackagePath's loader.
+* Support Grizzly Trace
+* Fix possible IllegalStateException when using Micrometer.
+* Support Grizzly Work ThreadPool Metric Monitor
+* Fix the gson dependency in the kafka-reporter-plugin.
+* Fix deserialization of kafka producer json config in the
kafka-reporter-plugin.
+* Support to config custom decode methods for kafka configurations
+
+#### Documentation
+
+
+All issues and pull requests are
[here](https://github.com/apache/skywalking/milestone/175?closed=1)