Guschtel
Guschtel
Fixes #5410 @MalloD12 can you please advise if that is what you are expecting? If so, I can have a look at #1384 in a similar way and add tests.
Fixes #1384 and #5410 @MalloD12 have a look again, I tried to change the tests to Spock tests. First time using Spock, so please be kind if there's room to...
Might be related: https://github.com/liquibase/liquibase/issues/1384
I haven't forgotten this issue :) I'll definitely look into it as soon as time allows :+1:
I can confirm this. It also happened to us on Spring Boot 3.2.4 with ``` spring: main: lazy-initialization: true ``` The workaround ist to not load the relevant `@Configuration`s lazily...