Liquibase Issue in 2.15.x.Final #30014
Replies: 4 comments 2 replies
-
/cc @andrejpetras(liquibase), @geoand(liquibase), @gsmet(liquibase) |
Beta Was this translation helpful? Give feedback.
-
Can you please attach a sample application that exhibits this problem? |
Beta Was this translation helpful? Give feedback.
-
Hi As requested here is a very simplified example application. Attached is a simple example, it needs a mysql database schema lq-test (you will need to check the application.properties). It works with 2.14.3 but not with 2.15.1. I tested it running a 2.14.3 first then switch to 2.15.1 and run again and the error will occur. Macbook Pro M1 |
Beta Was this translation helpful? Give feedback.
-
Hi Georgios
Thanks.
On Fri, 23 Dec 2022 at 00:31, Georgios Andrianakis ***@***.***> wrote:
I don't know if this is a bug in Liquibase or if things have changed their
intentionaly. It seems like the classpath:/ prefix no longer works in the
include block. If you remove it, everything works as expected
—
Reply to this email directly, view it on GitHub
<#30014 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPYWIQPIA35YLLFHKRF7XLWOQ3ZBANCNFSM6AAAAAATF7U6RQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
—
Brent Crammond
Anameg Consulting Ltd
MBA, BSc (CompSci)
Mobile: +64 21 228 5366
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It appears that something has changed in 2.15.1.Final that breaks liquibase, the 0001_create_database.sql exists and is working when I put it back to 2.14.3.Final. It could be something to do with my configuration but it has been working yup until now.
Stacktrace:
resources/db/change_log.json:
Beta Was this translation helpful? Give feedback.
All reactions