ricardozanini commented on PR #1741:
URL: 
https://github.com/apache/incubator-kie-kogito-images/pull/1741#issuecomment-1946027583

   > @ricardozanini one thing I noticed - you are comparing jar files with 
different names. Those names fall into generation of crc32 or other checksum 
tools. So if you have the same jars, with different names, it will differ. 
Could you please doublecheck that you compare jars with the same name please? 
E.g. having those in different folders or similar.
   
   The file name does not impact the crc32/MD5 check: 
https://stackoverflow.com/a/5055152/1354502
   
   Thus:
   ```~ md5 
dev/github.com/serverlessworkflow/sdk-java/libs/management-console-999-SNAPSHOT.jar
 
dev/github.com/serverlessworkflow/sdk-java/libs/2/management-console-999-SNAPSHOT.jar
   MD5 
(dev/github.com/serverlessworkflow/sdk-java/libs/management-console-999-SNAPSHOT.jar)
 = 8583b8e2fc68418521e00e923eda3a8f
   MD5 
(dev/github.com/serverlessworkflow/sdk-java/libs/2/management-console-999-SNAPSHOT.jar)
 = bfc9e11821963834f32fdd9743488130
   ```
   
   It checks the file contents. :(
   
   Also, I did a hexdump yesterday and the files are different indeed.


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

Reply via email to