-
Notifications
You must be signed in to change notification settings - Fork 3.6k
HHH-14835 : More changes to support SchemaMigrator/SchemaValidator using Hibernate Reactive #4235
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
Conversation
…ing Hibernate Reactive Changes required for sequences to be created with a default catalog
Can this be changed to a draft? |
Couldn't we apply the changes needed for Db2 as a separate pr? |
@DavideD, yes that would be fine. DB2 should be very close. I just need to review it. I just thought it might be worth waiting a (hopefully) a day or two, then this issue could cover DB2 as well. I also had a very small fix related to Sybase that Andrea mentioned got fixed in 6, that doesn't really warrant a separate issue. I'm fine with creating a separate issue for DB2 though. Whatever works. |
@gbadner exciting to hear |
We should check when the next ORM Final release is planned (@Sanne? or @dreab8?). If the MSSQL part is ready, it would be nice to have it working in the final release of Hibernate Reactive, even if the Db2 part is missing. But if we are close to have both, a single PR sounds good. |
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
(cherry picked from commit aaba476)
Force-pushed with amended commit that fixes an issue @dreab8 found on Sybase that turned up after merging with wip/6.0 branch. |
I started looking at DB2 work, but now I'm seeing failures due to the Vert.X bug with both It looks like we're going to have to wait for the Vert.X bug to be fixed before being able to support Provided all the checks pass, I think it's fine to merge this PR. |
/** | ||
* @author Andrea Boriero | ||
*/ | ||
@TestForIssue(jiraKey = "HHH-XXX") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix the jiraKey
- and I guess the author, or did Andrea help here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry, my mistake. That was not from cherry-picking. I'll fix it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 823be54 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied the test from a test that Andrea wrote, with minor changes.
…ing Hibernate Reactive Add jira key to test case
Thanks! merged it |
https://hibernate.atlassian.net/browse/HHH-14835