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

Merged
merged 1 commit into from
Dec 9, 2024

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

Copy link
Member

Choose a reason for hiding this comment

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

Ok let's merge like this and we'll improve it later

Copy link
Contributor

Choose a reason for hiding this comment

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

@pascalgrimaud : could you create a new issue? otherwise there's change that it stays as is for a long time.

Copy link
Member

Choose a reason for hiding this comment

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

Sure, sorry !

@pascalgrimaud pascalgrimaud merged commit 497b207 into jhipster:main Dec 9, 2024
37 checks passed
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
3 participants