Hiram R. Chirino created CAMEL-20826:
----------------------------------------
Summary: The camel-package-maven-plugin:generate mvn goal does not
produce reproducible jandex.idx files
Key: CAMEL-20826
URL: https://issues.apache.org/jira/browse/CAMEL-20826
Project: Camel
Issue Type: New Feature
Reporter: Hiram R. Chirino
I’m testing on two machines, (osx jdk HotSpot 22.0.1+8-16), and (linux , jdk
Red Hat 21.0.3+9).. in the {{/camel/core/camel-util}} dir of the main branch.
When I run:
{{}}
{{mvn clean process-classes && sha256sum target/classes/META-INF/jandex.idx}}
on both I get different sha signatures. But if I run something that should be
equivalent:
{{}}
{{mvn clean compile io.smallrye:jandex-maven-plugin:3.1.7:jandex && sha256sum
target/classes/META-INF/jandex.idx}}
then I get the same sha.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)