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

Upgrade to Hibernate ORM 7 #45164

Open
yrodiere opened this issue Dec 17, 2024 · 3 comments · May be fixed by #41310
Open

Upgrade to Hibernate ORM 7 #45164

yrodiere opened this issue Dec 17, 2024 · 3 comments · May be fixed by #41310
Assignees
Labels
area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/hibernate-search Hibernate Search area/hibernate-validator Hibernate Validator kind/enhancement New feature or request

Comments

@yrodiere
Copy link
Member

yrodiere commented Dec 17, 2024

Description

It's already been in the works for quite some time (see #41310) but I'm creating this issue for tracking purposes, as it's turning out to involve quite a few things.

We need to take into account:

  • The release of Hibernate ORM 7.0, obviously. It is becoming increasingly unlikely to happen before Jan 15th. So we're looking at integrating it in time for the March release (3.20), maybe?
  • The release of Hibernate Reactive 3/Search 8 -- they need to be upgraded at the same time.
  • The release of Hibernate Validator 9 -- it might need to be upgraded at the same time, since it's Jakarta EE 11.
  • The Vert.x 5 upgrade in Quarkus (cc @tsegismont). If it breaks compatibility, we might want to align Reactive 3.0 to use Vert.x 5. See Upgrade Vert.x SQL client to 5 hibernate/hibernate-reactive#2036

Implementation ideas

No response

@yrodiere yrodiere added the kind/enhancement New feature or request label Dec 17, 2024
@yrodiere yrodiere added area/hibernate-validator Hibernate Validator area/hibernate-orm Hibernate ORM area/hibernate-search Hibernate Search area/hibernate-reactive Hibernate Reactive and removed triage/needs-triage labels Dec 17, 2024
Copy link

quarkus-bot bot commented Dec 17, 2024

/cc @DavideD (hibernate-reactive), @gavinking (hibernate-reactive), @gsmet (hibernate-orm,hibernate-search,hibernate-validator), @marko-bekhta (hibernate-search,hibernate-validator)

@yrodiere yrodiere linked a pull request Dec 17, 2024 that will close this issue
10 tasks
@yrodiere yrodiere self-assigned this Dec 17, 2024
@marko-bekhta
Copy link
Contributor

Here's a Validator upgrade #42292 (if we end up needing it for this one)

@yrodiere
Copy link
Member Author

Here's a Validator upgrade #42292 (if we end up needing it for this one)

Thanks!

I'll try to get an upgrade to ORM 7.0.0.Beta3 / Reactive 3.0.0.Beta1 ready today, or at least before the holidays, so we know where we stand. I'll include Search if it's there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/hibernate-search Hibernate Search area/hibernate-validator Hibernate Validator kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants