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

disabling the extension logic IS NOT WORKING #7

Open
tarekbazine opened this issue Jun 22, 2020 · 2 comments
Open

disabling the extension logic IS NOT WORKING #7

tarekbazine opened this issue Jun 22, 2020 · 2 comments

Comments

@tarekbazine
Copy link

Hello,
I tried to set liquibase.ext.nochangeloglock.enabled=false in some of my applications profiles, BUT it did not work (ie: the lock is being ignored ).

<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
...
<java.version>1.8</java.version>
...
<liquibase-maven-plugin.version>3.6.3</liquibase-maven-plugin.version>
....
<dependency>
	<groupId>org.liquibase</groupId>
	<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
	<groupId>org.liquibase</groupId>
	<artifactId>liquibase-maven-plugin</artifactId>
	<version>${liquibase-maven-plugin.version}</version>
</dependency>
<dependency>
	<groupId>org.liquibase.ext</groupId>
	<artifactId>liquibase-nochangeloglock</artifactId>
	<version>1.1</version>
</dependency>

Thanks

@nvoxland
Copy link
Contributor

nvoxland commented Nov 7, 2022

The spring boot integration is not currently able to pass along generic application settings to Liquibase.

Are you able to set it as a system property? That should accept it.

@nicobte
Copy link

nicobte commented Nov 7, 2024

Hello @nvoxland, I've been trying to use this with liquibase-cassandra without success so far. Shoud it work?

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

No branches or pull requests

3 participants