-
Notifications
You must be signed in to change notification settings - Fork 96
Enable reproducible archives #1981
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
Conversation
Thanks. I'm a bit late on this but I'm going to have a look at it soon. |
ae6469a
to
03ae9dc
Compare
right ... fixed the comments 🙈 sorry |
03ae9dc
to
d62eb66
Compare
it's been a while 😄 I noticed this one while going through the list of my PRs 🙈 |
Any particular reason for this to be still a draft?
Hibernate Reactive also releases snapshots from CI now here: https://ci.hibernate.org/view/Reactive/job/hibernate-reactive-publish-snapshot/
Yes |
Besides me not noticing it's still a draft, no, no other reason 😃 🙈
nice 😃👍🏻, so adding another one to CI seems like a way to go. |
Are you planning on doing it? Or should I merge this now and do it later? |
There's this new Jenkins file: ci/nightly/Jenkinsfile Usually, I would merge the Jenkins file and then create a job on CI, but let's try it the other way around.. I'll go create a placeholder for the nightly reactive job and then you can merge it whenever you would like 😃 Update: |
Merged, thanks a lot |
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: