Skip to content

Commit

Permalink
Add initial set of hibernate 7.0 metadata (still old format)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
christophstrobl committed Dec 5, 2024
1 parent 680aa8e commit f96d012
Show file tree
Hide file tree
Showing 44 changed files with 9,809 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"proxy-config.json",
"reflect-config.json",
"resource-config.json"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"condition":{"typeReachable":"org.hibernate.boot.jaxb.internal.ConfigurationBinder"},
"interfaces":["jakarta.xml.bind.annotation.XmlAccessorType","org.glassfish.jaxb.core.v2.model.annotation.Locatable"]
},
{
"condition":{"typeReachable":"org.hibernate.boot.jaxb.internal.ConfigurationBinder"},
"interfaces":["jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter","org.glassfish.jaxb.core.v2.model.annotation.Locatable"]
}
]
Loading

0 comments on commit f96d012

Please sign in to comment.