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

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

commit 25ccedb83c1f5ea437b415b8c38e936c2f8695a0
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Feb 10 15:39:36 2026 +0800

    Remove oal as root folder in generated-test-sources
    
    Generated files are now directly under target/generated-test-sources/
    following standard Maven conventions for generated sources.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
---
 .../apache/skywalking/oal/v2/generator/OALSourceGenerationTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/oap-server/oal-rt/src/test/java/org/apache/skywalking/oal/v2/generator/OALSourceGenerationTest.java
 
b/oap-server/oal-rt/src/test/java/org/apache/skywalking/oal/v2/generator/OALSourceGenerationTest.java
index af6bfe6db5..6558b9eae3 100644
--- 
a/oap-server/oal-rt/src/test/java/org/apache/skywalking/oal/v2/generator/OALSourceGenerationTest.java
+++ 
b/oap-server/oal-rt/src/test/java/org/apache/skywalking/oal/v2/generator/OALSourceGenerationTest.java
@@ -57,7 +57,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
  *
  * <p>Output directory structure follows Java package conventions for IDE 
navigation:
  * <pre>
- * target/generated-test-sources/oal/
+ * target/generated-test-sources/
  * └── org/apache/skywalking/oap/server/core/source/oal/rt/
  *     ├── metrics/          - Generated metrics classes (*.java)
  *     │   └── builder/      - Generated builder classes (*.java)
@@ -81,7 +81,7 @@ public class OALSourceGenerationTest {
         "oal/cilium.oal"
     };
 
-    private static final String OUTPUT_PATH = 
"target/generated-test-sources/oal";
+    private static final String OUTPUT_PATH = "target/generated-test-sources";
 
     @BeforeAll
     public static void setup() throws IOException {

Reply via email to