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


##########
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:
   Jackson added support for java 22 and hence these new files are coming in 
which maven fails to shade, but it still supports java 8: 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.19
   
   I had checked, previous version were also bringing in similar jdk21 files, 
which maven was able go shade and hence was not failing.  i dont think we need 
to handle these new files.
   
   



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