Skip to content

Topic/6 test data cleanup #3980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from

Conversation

sebersole
Copy link
Member

Supersedes #3976

Reverts the last massive commit there and I'll be applying the pieces individually. This first commit deals with nationalized data problems. The next will deal with test data clean up

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented May 12, 2021

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 HHH-\d+
    ↳ Offending commits: [50b8e7c, 0f27b77, 62c6fea, d36079a, 9dfea9d, ba645e1, 53333a1]
❌ The PR title or body should list the keys of all JIRA issues mentioned in the commits
    ↳ Issue keys mentioned in commits but missing from the PR title or body: [HHH-14589]

› This message was automatically generated.

@dreab8 dreab8 added the 6.0 label May 13, 2021
sebersole added 7 commits May 13, 2021 08:17
…rk and update the section

- re-enable tests
- re-organize some tests
- fix basic-type resolution in various cases from tests in both `hibernate-core` and `documentation`
- updated the basic_types.adoc user-guide section + moved much of the "legacy" discussion to an appendix

A major change here is the change to the `AdjustableBasicType` contract (previously `SqlTypeDescriptorIndicatorCapable`).  We know pass along the "real" domain type to be able to use that in the adjustment.  Mainly this was needed for better primitive/wrapper (and primitive/wrapper array) handling

The basic-types section of the user-guide has been expanded and re-organized significantly, although it is not quite complete
- re-organize some tests
- More work on basic_types.adoc
- changes to `ColumnTransformerTest` are related to "composite basics" not being supported, not problems with ColumnTransformer.
- final failure in `org.hibernate.userguide.mapping.basic` is `SubselectTest#testRefreshLifecycle` which actually fails because refresh is not working properly
- fixed missing impls of the optional contract `org.hibernate.type.AdjustableBasicType`
@sebersole sebersole force-pushed the topic/6-test-data-cleanup branch from 52f4dfa to ba645e1 Compare May 13, 2021 13:29
@beikov beikov changed the base branch from wip/6.0 to main December 6, 2021 17:48
@sebersole sebersole closed this Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants