Skip to content

Use Arc features in Hibernate extensions for eager startup and active/inactive #48783

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yrodiere
Copy link
Member

@yrodiere yrodiere commented Jul 4, 2025

Draft for now.

To do:

  • Implement basic functionality for Hibernate ORM/Reactive
  • Run basic tests locally for Hibernate ORM/Reactive
  • Handle FIXME in the code about initialization (one-by-one vs. parallel threads)
  • Handle FIXME in the code about Panache
  • Run the whole test suite and not just a few tests in the ORM extension
  • Handle Hibernate Envers
  • Handle Hibernate Search
  • Update documentation
  • Write migration guide entry

yrodiere added 3 commits July 4, 2025 18:16
We don't need to handle Hibernate Reactive here, since Hibernate
Reactive is explicitly ruled out a few lines above.
@quarkus-bot quarkus-bot bot added area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive labels Jul 4, 2025
Copy link

quarkus-bot bot commented Jul 4, 2025

/cc @gsmet (hibernate-orm)

Copy link

github-actions bot commented Jul 4, 2025

🎊 PR Preview 1801547 has been successfully built and deployed to https://quarkus-pr-main-48783-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Arc features in Hibernate extensions for eager startup and active/inactive
1 participant