-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
680aa8e
commit f96d012
Showing
44 changed files
with
9,809 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
metadata/org.hibernate.orm/hibernate-core/7.0.0.Final/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ | ||
"proxy-config.json", | ||
"reflect-config.json", | ||
"resource-config.json" | ||
] |
10 changes: 10 additions & 0 deletions
10
metadata/org.hibernate.orm/hibernate-core/7.0.0.Final/proxy-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} | ||
] |
Oops, something went wrong.