Remove hbmxml from tools#12539
Closed
koentsje wants to merge 9 commits into
Closed
Conversation
|
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
- Remove hbm.xml generation and transformation support the from Maven plugin Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Remove hbm.xml generation and transformation support from the Gradle plugin Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Remove hbm.xml generation support from the Ant plugin Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Remove the hbm.xml generation tests from hibernate-reveng Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Remove more hbm.xml generation tests and strip HbmExporter usage from remaining tests Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Convert SchemaExport, SchemaUpdate, and NativeMetadataDescriptor tests from hbm.xml to annotated entity and orm.xml Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Convert remaining hbm.xml-dependent tests to annotated entities and delete tests that cannot be converted Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Remove HbmExporter, MappingExporter, hbm templates, and strip Cfg2HbmTool Signed-off-by: Koen Aers <koen.aers@gmail.com>
- Rename HbmLint to Lint, Cfg2HbmTool to MappingTemplateHelper Signed-off-by: Koen Aers <koen.aers@gmail.com>
a63ed64 to
9fa96d3
Compare
|
Member
|
Closing in favor of #12555, which incorporates this commits, but takes the next steps as well. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Hibernate ORM 8.0 drops hbm.xml mapping file support. This PR aligns the tooling modules by removing all hbm.xml generation, transformation, and other related infrastructure.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.