Skip to content

Make Hibernate ORM Dev UI persistence unit selection consistent#53738

Open
AbdulHaseeb22 wants to merge 1 commit intoquarkusio:mainfrom
AbdulHaseeb22:fix/hibernate-dev-ui-consistent-pu-selection
Open

Make Hibernate ORM Dev UI persistence unit selection consistent#53738
AbdulHaseeb22 wants to merge 1 commit intoquarkusio:mainfrom
AbdulHaseeb22:fix/hibernate-dev-ui-consistent-pu-selection

Conversation

@AbdulHaseeb22
Copy link
Copy Markdown

@AbdulHaseeb22 AbdulHaseeb22 commented Apr 22, 2026

The DDL, Entity Types, and Named Queries pages were each rendering one tab per
persistence unit, while the HQL Console was already using a combo-box for the
same purpose, This unifies all four pages to use the combo-box approach.
Also renames the "Persistence Units" page to "DDL" since that better reflects
what it actually shows, and fixes a minor loading state issue where the progress
bar never appeared on first render because _persistenceUnits was initialised
to [] instead of null.

@quarkus-bot quarkus-bot Bot added the area/hibernate-orm Hibernate ORM label Apr 22, 2026
@quarkus-bot
Copy link
Copy Markdown

quarkus-bot Bot commented Apr 22, 2026

/cc @gsmet (hibernate-orm)

@AbdulHaseeb22 AbdulHaseeb22 changed the title Make Hibernate ORM Dev UI persistence unit selection consistent acros… Make Hibernate ORM Dev UI persistence unit selection consistent Apr 22, 2026
@gsmet gsmet requested a review from mbellade April 22, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/hibernate-orm Hibernate ORM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

More consistent structure in Hibernate Dev UIs

1 participant