This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new fc89ba6aef HDDS-12116. Customizable prefix for shaded protobuf in
ozonefs-hadoop3-client (#7729)
fc89ba6aef is described below
commit fc89ba6aef9bd01562f76ef19888a56950bc6939
Author: Pavel Stepanov <[email protected]>
AuthorDate: Wed Jan 29 18:29:14 2025 +0400
HDDS-12116. Customizable prefix for shaded protobuf in
ozonefs-hadoop3-client (#7729)
---
hadoop-ozone/ozonefs-hadoop3-client/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
index a6901eccae..cef080bf86 100644
--- a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
@@ -32,6 +32,7 @@
<properties>
<!-- no tests in this module so far -->
<maven.test.skip>true</maven.test.skip>
+ <proto.shaded.prefix>org.apache.hadoop.shaded</proto.shaded.prefix>
</properties>
<dependencies>
<dependency>
@@ -102,7 +103,7 @@
<relocations>
<relocation>
<pattern>com.google.protobuf</pattern>
-
<shadedPattern>org.apache.hadoop.shaded.com.google.protobuf</shadedPattern>
+
<shadedPattern>${proto.shaded.prefix}.com.google.protobuf</shadedPattern>
<includes>
<include>com.google.protobuf.*</include>
</includes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]