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

Handle Liquibase analytics feature #98

Open
rweisleder opened this issue Jan 7, 2025 · 0 comments
Open

Handle Liquibase analytics feature #98

rweisleder opened this issue Jan 7, 2025 · 0 comments
Labels
dependency-update Dependency update java Pull requests that update Java code version update

Comments

@rweisleder
Copy link

Liquibase 4.30 comes with an analytics feature that is enabled by default. (opt-out)

Since there is no Java API (at least in 4.30), Spring Boot would be unable to provide a property to disable that feature via application.properties. spring-projects/spring-boot#43067
The only way would be via environment variables or System.setProperty(..).

Presumably Liquibase 4.31 will provide a Java API to disable that feature, so that Spring Boot could create a property. liquibase/liquibase#6516

Liquibase 4.30 will be provided by Spring Boot 3.5.0 for the first time in May 2025. Depending on the release cycle it may include 4.31 directly.

I suggest we disable this feature. Alternatively, we could switch to Flyway to simplify the database setup for our participants. (SQL is easier for most of them than YAML)

@BjoernKW BjoernKW added version update dependency-update Dependency update java Pull requests that update Java code labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update Dependency update java Pull requests that update Java code version update
Projects
None yet
Development

No branches or pull requests

2 participants