Add initial set of hibernate-core 7.2 metadata #896
Conversation
fb718a5 to
ae43978
Compare
| # You should have received a copy of the CC0 legalcode along with this | ||
| # work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | ||
|
|
||
| ../../../../../gradlew deleteGeneratedMetadata |
There was a problem hiding this comment.
@kimeta how would this work with your latest automatic fixes? Maybe we need to augment our scripts to catch also generate-metadata.sh?
We should add this then into the CONTRIBUTING.md guide.
There was a problem hiding this comment.
Yes, I think generate-metadata.sh should be priority if it exists.
| {"excludeClasses": "com.sun.**"}, | ||
| {"excludeClasses": "java.**"}, | ||
| {"excludeClasses": "org.slf4j.**"}, | ||
| {"excludeClasses": "org_hibernate_orm.hibernate_core.entity.**"}, |
| @@ -0,0 +1,49 @@ | |||
| { | |||
There was a problem hiding this comment.
Are there any manual entries in this PR?
There was a problem hiding this comment.
If it does, can you put it in the README.md in the library's test suite (tests/src/org.hibernate.orm/hibernate-core/7.1.0.Final/README.md). In the future we will have a field that marks if an entry is manually added.
|
@christophstrobl Does the test directory from |
|
@kimeta feel free to modify as needed. I did not add any new tests. |
ae43978 to
b50c8cb
Compare
|
@christophstrobl I deleted test, rebased to the new master, and adapted metadata/org.hibernate.orm/hibernate-core/index.json to the new format. |
What does this PR do?
Add metadata for hibernate-core 7.2 which added a few new requirements for reflection configuration.
Checklist before merging