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 2020/04/04 08:01:44 UTC

[skywalking-data-collect-protocol] branch master updated: Add v3 in all java package name.

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 16fafd5  Add v3 in all java package name.
16fafd5 is described below

commit 16fafd53d427b42e80a6fa8fc6dee28569053ebe
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Apr 4 16:01:08 2020 +0800

    Add v3 in all java package name.
---
 browser/BrowserPerf.proto             | 2 +-
 common/Common.proto                   | 2 +-
 management/Management.proto           | 2 +-
 profile/Profile.proto                 | 2 +-
 service-mesh-probe/service-mesh.proto | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index e1050ea..b227f7e 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.language.agent";
+option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
 
 import "common/Common.proto";
 
diff --git a/common/Common.proto b/common/Common.proto
index a1f7c1d..3adcd2e 100644
--- a/common/Common.proto
+++ b/common/Common.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.common";
+option java_package = "org.apache.skywalking.apm.network.common.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
 
 message KeyStringValuePair {
diff --git a/management/Management.proto b/management/Management.proto
index b913677..d22de66 100644
--- a/management/Management.proto
+++ b/management/Management.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.management";
+option java_package = "org.apache.skywalking.apm.network.management.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
 
 import "common/Common.proto";
diff --git a/profile/Profile.proto b/profile/Profile.proto
index eb6bd96..4a03fb9 100644
--- a/profile/Profile.proto
+++ b/profile/Profile.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.language.profile";
+option java_package = "org.apache.skywalking.apm.network.language.profile.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
 
 import "common/Common.proto";
diff --git a/service-mesh-probe/service-mesh.proto b/service-mesh-probe/service-mesh.proto
index 54e1838..d1d52af 100644
--- a/service-mesh-probe/service-mesh.proto
+++ b/service-mesh-probe/service-mesh.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.servicemesh";
+option java_package = "org.apache.skywalking.apm.network.servicemesh.v3";
 
 import "common/Common.proto";