Skip to content

[Repositories] Automatically copy release information from ORM #253

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

Merged
merged 2 commits into from
May 19, 2025

Conversation

yrodiere
Copy link
Member

cc @gavinking

With this change, we just pull release information from ORM.

You retain the ability to override parts of it using things like this, e.g. in series.yml:

...
subprojects:
  repositories:
    summary: Jakarta Data 1.0, compatibility with Hibernate ORM 7, reactive repositories
    maven:
      artifacts:
        - artifact_id: hibernate-processor
          summary: Annotation processor
        - artifact_id: hibernate-core
          summary: Runtime support
    integration_constraints:
      java:
        version: 17, 21 or 23
      jakarta_ee_data:
        version: 1.0
      jakarta_ee:
        version: 11
      orm:
        version: 7.0

Note: some files would still need to be created on new releases


This PR also fixes license information, which was incorrect.

@yrodiere yrodiere merged commit cfd39a6 into hibernate:production May 19, 2025
2 checks passed
@marko-bekhta
Copy link
Member

Update license information for 7.2.0.Alpha2+

hah the message confused me, and I was thinking there was something missing in Search somewhere 🙈 😃

@gavinking
Copy link
Member

Thanks, Yoann.

@yrodiere
Copy link
Member Author

Update license information for 7.2.0.Alpha2+

hah the message confused me, and I was thinking there was something missing in Search somewhere 🙈 😃

Yeah, the message is wrong. Too late :)

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.

3 participants