Re : META-INF\MANIFEST.MF build problem
Can you run your build and send me the output? I'll see if I can detect any issues. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : META-INF\MANIFEST.MF build problem
Hi,1. Download 3.8.x branch2. Cmd in liquibase-root>`mvn -DskipTests=true package`Generates liquibase-3.8.x\liquibase-core\target\liquibase-core-3.8.6-local-SNAPSHOT.jar with a manifest.mf...
View ArticleRe : META-INF\MANIFEST.MF build problem
Ah - I see what the problem is. The jar file that you should be checking is in the `liquibase-dist/target` directory. I'll make some updates to our development instructions to make this clearer.Steve...
View ArticleRe : META-INF\MANIFEST.MF build problem
From the name of the folder I was assuming, but there is no such file generated. The build fails.[INFO] liquibase-core ..................................... SUCCESS [01:13 min][INFO]...
View ArticleRe : META-INF\MANIFEST.MF build problem
Ah - I see that now. We are still using JDK 8, and you are using 12, and the classes in that added dependency were remove in JDK 11, if I recall correctly. I'd love to get a pull request, and I will...
View Article3.8.5-local-SNAPSHOT instead of 3.8.5 from...
Hi Liquibase,3.8.5-local-SNAPSHOT instead of 3.8.5 from https://github.com/liquibase/liquibase/releases/tag/v3.8.53.8.5 base.pom.xml:...
View ArticleRe : META-INF\MANIFEST.MF build problem
Hi,I've created a pull request adding the dependency to the maven plugin.I've also created another one fixing the not filled other properties in the manifest.Regards, Gyula
View ArticleManually updated sql, how to sync databasechangelog table (md5)....
Hi all,Currently there have been some manual update work done to directly to the database. And after deploying the application, the databasechangelock has gone locked, and sql-xml-scripts are more like...
View ArticleLiquibase Not Assigning Right Default Values to primary key columns in SQL...
0I have generated a generateChangelog on a current database, I have attempted to create a new database from that changelog using update/updateSQL(tried both). I've come across some strange behaviour as...
View ArticleRe : Liquibase Not Assigning Right Default Values to primary key columns in...
Could you include the changelog that was created, the command you used, and details on the database platform?Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleRe : Manually updated sql, how to sync databasechangelog table (md5)....
A lot of questions in here - I'll try to answer as best I can.The first issue with the databasechangeloglock - this sometimes happens when an update operation is interrupted. There are two ways to...
View ArticleRe : META-INF\MANIFEST.MF build problem
Thanks so much! We will review and merge as soon as we can. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : 3.8.5-local-SNAPSHOT instead of 3.8.5 from...
I'm not 100% clear what you are asking here. I think you want to build locally, but have that build not be marked as a local build. If that is what you want, you will need to override the settings in...
View Articleloadupdatedata behavior for mysql
I have changeset to loading a csv to the database. I am using loadUpdateData tag so that any changes to the csv are handled automatically without having to write a new changeset. In the loadUpdateData,...
View ArticleUnexpected error running Liquibase: java.lang.RuntimeException:...
Hello.I been unable to use liqubase, it throws this java.lang.NullPointerException error when used, it is a big DB with 836 tables so that maybe has something to do with it.END) AS referencing_name...
View Articleliquibase 3.8.5 needs a pro license key
Hello,I just update from liquibase 3.6.3 to 3.8.5 and now starts complaining about a missing "Liquibase Pro license"Failed to execute goal org.liquibase:liquibase-maven-plugin:3.8.5:status...
View ArticleRe : liquibase 3.8.5 needs a pro license key
That is not a setup that we tested, and that is not something that we want to have happen. I will create a tracking ticket for this and we will get this fixed as soon as possible. Steve DoniePrincipal...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
I'll take a look - what version of liquibase are you using? What database? It appears you are running the generateChangelog command - is that correct?Steve DoniePrincipal Software EngineerLiquibase...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
Looking at the stack trace, I see "REFERENCED_NAME like 'public.%' " so I am guessing the database is PostgreSQL. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleSteps contributing the documentation
Hi,I'm trying to contribute in the documentation also. If I understand correctly to change the documentation of a change like loadData then the steps are:Clone the liquibase repositoryChange the...
View Article