Branch: refs/heads/7.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: b0c7544fa3c25caeca833ff3f378eb6feebc9eee
https://github.com/hibernate/hibernate-orm/commit/b0c7544fa3c25caeca833ff...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/Context.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/HibernateProcessor.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AnnotationMetaEntity.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/util/Constants.java
Log Message:
-----------
HHH-20642 Renamed Quarkus Data package
Commit: 86c220c7b593df21b433f07606b02806d0844b18
https://github.com/hibernate/hibernate-orm/commit/86c220c7b593df21b433f07...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/Context.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/HibernateProcessor.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AnnotationMetaEntity.java
A
tooling/metamodel-generator/src/main/java/org/hibernate/processor/spi/DefaultQuarkusDataTypeNames.java
A
tooling/metamodel-generator/src/main/java/org/hibernate/processor/spi/QuarkusDataTypeNames.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/util/Constants.java
Log Message:
-----------
HHH-20642 Extract Quarkus Data type names into a ServiceLoader SPI
Allow external projects (e.g. Quarkus Data) to provide their own type
names for entity markers and repository base classes via the new
QuarkusDataTypeNames SPI, instead of hardcoding them. When no
ServiceLoader implementation is found, DefaultQuarkusDataTypeNames
provides the original Panache Next names as a fallback.
Co-Authored-By: Claude Opus 4.6 <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/dc7d9ff58460...86c220c...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications