-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release to support reproducible builds #296
Comments
Tagging @olamy as you did the last release |
@lucamolteni #243 is about having jaxb maven plugin itself reproducible I just tested Kie Optaplanner build reproducibility locally:
the only issues are with Quarkus-generated files
but your use of JAXB2 does not have any issue |
starting an effort to better understand this jaxb2 reproducible output and clarify where to solve it (a maven plugin or a jaxb2 implementation): jvm-repo-rebuild/reproducible-central#139 |
To be published in apache, https://github.com/apache/incubator-kie-optaplanner requires reproducible builds. It seems like the current build is blocked by
jaxb2-maven-plugin:3.1.0
, here's the output ofIt seems like there are commit related to reproducible build such as #243 but in 3.1.0 it seems unsupported (see https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/mojo/jaxb2-maven-plugin/README.md)
From local checking out the
master
branch it seems like the build plan correctly works and reproducible builds are supported.Can you tell me when there will be a new release?
Thank you
The text was updated successfully, but these errors were encountered: