Skip to content
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

Disable: Liquibase send analytics by default since 4.30 #11404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qmonmert
Copy link
Contributor

Fix #11381

image

@@ -73,6 +73,9 @@ class LiquibaseConfiguration {
liquibase.setTestRollbackOnUpdate(liquibaseProperties.isTestRollbackOnUpdate());
liquibase.setShouldRun(liquibaseProperties.isEnabled());

// https://github.com/liquibase/liquibase/issues/6501#issuecomment-2464909449
System.setProperty("liquibase.analytics.enabled", "false");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to put this, in yaml or properties, instead of code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pascalgrimaud I tried but it didn't work. I find this solution liquibase/liquibase#6501 but maybe with liquibase/liquibase#6516 it will work soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Liquibase send analytics by default since 4.30
2 participants