pan3793 commented on code in PR #8243:
URL: https://github.com/apache/hadoop/pull/8243#discussion_r2792168265
##########
hadoop-cloud-storage-project/hadoop-gcp/pom.xml:
##########
@@ -336,9 +346,14 @@
<includes>
<include>io.grpc.**</include>
<include>io.opencensus.**</include>
+ <include>io.opentelemetry.**</include>
<include>io.perfmark.**</include>
</includes>
</relocation>
+ <relocation>
+ <pattern>META-INF/versions/9/io/opentelemetry</pattern>
Review Comment:
quite hacky and fragile approach, easy to break silently once opentelemetry
creates more versioned classes ...
after a closer look, this seems to be a malformed multi-release jar, it
actually misses the `versions/9` sub dir, and it gets removed in the latest
version 1.59.0, maybe we can just upgrade to 1.59.0? then we don't need to
worry about it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]