[
https://issues.apache.org/jira/browse/CAMEL-20826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-20826.
---------------------------------
Resolution: Fixed
> 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: Task
> Components: build system
> Reporter: Hiram R. Chirino
> Assignee: Hiram R. Chirino
> Priority: Major
> Fix For: 4.7.0
>
>
> 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)