From 71fce5608af495525110c533e0bb99b7e468b77d Mon Sep 17 00:00:00 2001
From: peachisai <2581009893@qq.com>
Date: Sun, 9 Mar 2025 12:16:57 +0800
Subject: [PATCH 1/3] Add the javadoc plugin for virtual thread executor plugin
---
.../pom.xml | 33 +++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/test/plugin/scenarios/jdk-virtual-thread-executor-scenario/pom.xml b/test/plugin/scenarios/jdk-virtual-thread-executor-scenario/pom.xml
index 686330b61a..a9b9bb25f6 100644
--- a/test/plugin/scenarios/jdk-virtual-thread-executor-scenario/pom.xml
+++ b/test/plugin/scenarios/jdk-virtual-thread-executor-scenario/pom.xml
@@ -98,6 +98,39 @@
21
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ empty-javadoc-jar
+ package
+
+ jar
+
+
+ javadoc
+ ${basedir}/javadoc
+
+
+
+
\ No newline at end of file
From 6621b927940e477282153ac77fe303f16fc9ed3c Mon Sep 17 00:00:00 2001
From: peachisai <2581009893@qq.com>
Date: Sun, 9 Mar 2025 12:17:23 +0800
Subject: [PATCH 2/3] Fix
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 74ab4201d7..1d859d60a3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Release Notes.
------------------
* Add the virtual thread executor plugin
+* Add the javadoc plugin for virtual thread executor plugin
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/236?closed=1)
From 20074bf6a1b22f8ce789be6b03d7f3c79039568a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?=
Date: Sun, 9 Mar 2025 12:20:32 +0800
Subject: [PATCH 3/3] CHANGES.md
---
CHANGES.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 1d859d60a3..74ab4201d7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,7 +6,6 @@ Release Notes.
------------------
* Add the virtual thread executor plugin
-* Add the javadoc plugin for virtual thread executor plugin
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/236?closed=1)