Skip to content
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

Enable reproducible archives #1981

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marko-bekhta
Copy link
Member

fixes #1929

Hey @DavideD 😃,
I thought while I was at it for ORM, I might as well see about Reactive....
It seems that the only thing for Reactive was to enable those two bool flags as nothing else was detected by the check. Now as for the check to make sure we don't break something along the way ... for Search/Validator and ORM I've added a check in the nightly builds, not sure about Reactive as most of the things are done with GH actions here... How would you want to handle that? (A Validator example https://ci.hibernate.org/blue/organizations/jenkins/hibernate-validator-nightly/detail/main/46/pipeline)

Also... to double check... Reactive produces only one jar (hibernate-reactive-core), right? Here's the result I get from the check:

ok=4
ko=0
okFiles="hibernate-reactive-core-2.4.1-SNAPSHOT.jar hibernate-reactive-core-2.4.1-SNAPSHOT.module hibernate-reactive-core-2.4.1-SNAPSHOT.pom hibernate-reactive-core-2.4.1-SNAPSHOT-sources.jar"
koFiles=""

@DavideD
Copy link
Member

DavideD commented Sep 9, 2024

Thanks. I'm a bit late on this but I'm going to have a look at it soon.
By the way, you left ORM in the comments, but I'm assuming it should be `Reactive

@DavideD DavideD changed the title [#1929] Enable reproducible archives Enable reproducible archives Sep 9, 2024
@marko-bekhta
Copy link
Member Author

right ... fixed the comments 🙈 sorry
Let me know if you want the check to run on Jenkins or as GH actions ... 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable reproduceable archives
2 participants