-
Notifications
You must be signed in to change notification settings - Fork 4
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
[WOR-1099] Update liquibase-core from 4.17.2 to 4.23.0 #2428
Conversation
jenkins retest |
Liquibase is complaining about things that it did not care about in the past (duplicate identifiers). Created WOR-1099 to investigate/fix. |
0d58804
to
9a1e755
Compare
@@ -88,10 +88,6 @@ | |||
<include file="changesets/20201106_workspace_google_project_columns.xml" relativeToChangelogFile="true"/> | |||
<include file="changesets/20201113_add_billing_account_workspace.xml" relativeToChangelogFile="true"/> | |||
<include file="changesets/20210430_add_workspace_billing_account_error_message.xml" relativeToChangelogFile="true"/> | |||
<include file="changesets/20210524_add_memory_retry_multiplier.xml" relativeToChangelogFile="true"/> |
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.
These are duplicated above at lines 83-86, I assume due to a bad merge conflict. The newer versions of liquibase started erroring on this. The IDs it prints are from the changesets within these 4 files.
[error] Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
[error] 8 changesets had duplicate identifiers
[error] dummy::add_billing_project_export_table_column::mbemis
[error] dummy::add_memory_retry::cjllanwarne
[error] dummy::REMOVE_WORKSPACE_ATTRIBUTE_SCRATCH::dhite
[error] dummy::drop_workspace_attr_temp_table::dhite
[error] dummy::add_billing_project_export_google_project_column::mbemis
[error] dummy::add_billing_project_export_dataset_column::mbemis
[error] dummy::create_workspace_attr_temp_table::dhite
[error] dummy::create_workspace_attr_temp_table_revised::dhite
Superseded by #2539. |
About this PR
📦 Updates org.liquibase:liquibase-core from
4.17.2
to4.23.0
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
⚙ Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: