python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Liquibase override liquibase.properties via command line
In my pom I have:
<plugins>
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>...
Hurricane
Votes: 0
Answers: 1
Liquibase oracle multiple schemas with different credentials
How to redefine liquibase.properties files for different changesets if there are several users (schemas) in the oracle database with privileges only for their schema?
Max Novozhilov
Votes: 0
Answers: 2
mvn Liquibase:diff A required class was missing while executing org.liquibase:liquibase-maven-plugin:3.8.1:diff: javax/xml/bind/annotation/XmlSchema
I am trying to generate liquibase changelogs based on jpa entities using maven-hibernate-plugin so I can use the generated chagelogs to create my database. I followed the https://www.baeldung.com/liqu...

Hesam Karimian
Votes: 0
Answers: 0
Liquibase creates the relationships well but Hibernate doesn't in my integration tests with Spring Boot
I'm running an embedded postgres DB for integration tests in Spring Boot.
The idea is to disable liquibase for integration tests since it populates a lot of unnecessary data for testing in our project...

Jose Climent
Votes: 0
Answers: 1