NihalJain commented on code in PR #6993:
URL: https://github.com/apache/hbase/pull/6993#discussion_r2096097021


##########
hbase-shaded/pom.xml:
##########
@@ -90,7 +90,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.5.1</version>
+          <version>3.6.0</version>

Review Comment:
   > Also let me raise backport of this PR for branch-2 for CI to run through!
   
   Raised https://github.com/apache/hbase/pull/7002
   
   > You just need to dependencyManage byte-buddy to to 1.15.11 to support up 
to JDK24 by maven-shade-plugin @NihalJain .
   
   Hey @stoty Do you mean I should downgrade back to older maven-shade-plugin 
and dependency manage the bytebuddy coming transitively via maven-shade-plugin 
in our pom? Any reason for preferring to not moving to latest 
maven-shade-plugin, if I got you correctly?
   
   



-- 
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]

Reply via email to