Guschtel

Results 17 comments of 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...

@benjaminkott Is there any timeline / plans regarding the typo3 v11 compatibility?

Fixed since https://github.com/TYPO3GmbH/blog/releases/tag/11.0.0

@wing328 could you write down your pointers here?

If you are using Spring, your can extend the Templates to inject a RequestInterceptor. I've done it and can provide a patch/ code examples in the next few days, if...

Easiest Fix that I found so far was to change HibernateSpringPackageDatabase so that the schema and catalog both return null instead of "HIBERNATE": ``` Index: src/main/java/liquibase/ext/hibernate/database/HibernateSpringPackageDatabase.java IDEA additional info: Subsystem:...