Resource loader can't load changelog file
Description
Environment
Ubuntu 12.04, Maven 3, MySQL 5.6.21
Activity
Show:
Nathan Voxland April 28, 2015 at 6:18 PM
Thanks for the test environment, Klaus. I pushed a fix up so your setup works for me now.
Nathan Voxland April 23, 2015 at 8:52 PM
Retesting

Klaus Bayrhammer April 23, 2015 at 1:40 PM
Still occurs on our environment (with liquibase 3.3.2). See CORE-2335.
I have extracted an environment where you can reproduce the bug https://github.com/klausbayrhammer/spring-boot/tree/fileNotFoundException/spring-boot-samples/spring-boot-sample-liquibase
You just have to execute
mvn clean package assembly:single
java -jar target/spring-boot-sample-liquibase-1.3.0.BUILD-SNAPSHOT-jar-with-dependencies.jar
Nathan Voxland December 5, 2014 at 9:47 PM
Working for me with 3.3.1. Probably fixed by other issues

SergeyK November 27, 2014 at 10:56 AM
Could be related to https://liquibase.jira.com/browse/CORE-2141
I'm using SpringLiquibase. Defined like:
Also I have jar file mysql.jar, which has structure like:
And then I'm running this jar via
All this stuff finishes with exception
Which completely fail liquibase provisioning.
May help: version 3.1.1 works fine as well as 2.0.5, which I used before.