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

add hibernate-search-parent-7.2.0.Alpha2 #178

Conversation

marko-bekhta
Copy link
Contributor

Hello @hboutemy 😃

We've released the next alpha of Hibernate Search, and I wasn't sure whether the new versions should be added manually or if that happens automatically ... so I'm opening this PR just in case. (and the build for alpha2 is still reproducible! 😃) Thanks!

@hboutemy
Copy link
Member

thanks @marko-bekhta
yes, there is automation to detect new releases: and yes, the new release is still reproducible :)
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/hibernate/search/hibernate-search-bom/README.md

@hboutemy hboutemy closed this Jun 11, 2024
@hboutemy
Copy link
Member

notice: I just tried to rebuild with mvn verify instead of mvn package to check -sources.jar and I found sources are not reproducible:

├── org/hibernate/search/backend/lucene/reporting/impl/LuceneSearchHints_$bundle.java
│ @@ -5,15 +5,15 @@
│  import javax.annotation.processing.Generated;
│  import org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints;
│  import java.lang.String;
│  
│  /**
│   * Warning this class consists of generated code.
│   */
│ -@Generated(value = "org.jboss.logging.processor.generator.model.MessageBundleImplementor", date = "2024-06-10T15:35:17+0000")
│ +@Generated(value = "org.jboss.logging.processor.generator.model.MessageBundleImplementor", date = "2024-06-11T06:20:14+0000")
│  public class LuceneSearchHints_$bundle implements LuceneSearchHints, BackendSearchHints, Serializable {
│

@marko-bekhta
Copy link
Contributor Author

Hey 😃

yes, there is automation to detect new releases: and yes, the new release is still reproducible :)

thanks!

notice: I just tried to rebuild with mvn verify instead of mvn package to check -sources.jar and I found sources are not reproducible:

hmm 😕, I'll take a look at that. we'll probably have to make a patch for the logging lib to use the project.build.outputTimestamp timestamp... I'll post an update here once we'll figure it out 😃

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

Successfully merging this pull request may close these issues.

2 participants