NihalJain commented on PR #6759:
URL: https://github.com/apache/hbase/pull/6759#issuecomment-2703376293

   > I wonder if there's a maven plugin that we could use to resolve these JS 
file dependencies at build time and with CRC verification...
   
   We could write a maven exec plugin and script to ensure the js files are 
intact. 
   - Download the JS files from CDN and calculate their CRC.
   - Calculate the CRC of the local JS files.
   - Compare the CRC values.
   
   Or else we can look in direction of 
https://issues.apache.org/jira/browse/HBASE-27802


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