Skip to content

Commit 4dba51a

Browse files
Add initial set of hibernate 7.0 metadata (#579)
* Add initial set of hibernate 7.0 metadata (still old format) Hibernate 7 is still in beta, still if there's a need to early test integration this is a least some metadata that allows to bootstrap hibernate. * Add tests to capture AnnotationDescriptor handling * Update test to match what hibernate does internally * fix formatting errors * fix metadata errors only reported by ci - sigh * one has slipped * Add update hibernate-core default-for entry. Make sure hibernate 6.6.x versions are routed to the 6.6 metadata. * Remove generated resources & update comments.
1 parent 9f25247 commit 4dba51a

39 files changed

+11140
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
"proxy-config.json",
3+
"reflect-config.json",
4+
"resource-config.json"
5+
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"condition":{"typeReachable":"org.hibernate.boot.jaxb.internal.ConfigurationBinder"},
4+
"interfaces":["jakarta.xml.bind.annotation.XmlAccessorType","org.glassfish.jaxb.core.v2.model.annotation.Locatable"]
5+
},
6+
{
7+
"condition":{"typeReachable":"org.hibernate.boot.jaxb.internal.ConfigurationBinder"},
8+
"interfaces":["jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter","org.glassfish.jaxb.core.v2.model.annotation.Locatable"]
9+
}
10+
]

0 commit comments

Comments
 (0)