Open LennardWolf2023 opened 2 weeks ago
Hello dear Thymleaf repo maintainers, I wanted to ask whether there was already someone that took a look at the issue? Thank you very much in advance.
We also placed this report in https://github.com/spring-projects/spring-boot/issues/43207
Hello dear thymeleaf community,
We faced an error when migrating spring-boot-starter-thymeleaf with version 3.3.4, that did not occur in the previous 3.3.3 version. When loading a template that uses the layout decorate functionality, a
Circular loading of installed providers detected
occurs, when the application runs inside an our docker container.We are using the following versions:
The stack trace looks like the following:
Stacktrace:
Reproduce:
Create a Kotlin application with a warm up service that loads the templates initially when starting the application:
The sampleFullBleed looks like the following:
Workaround: We have found that when we are pinning the groovy version that is delivered within the thymeleaf library to version 4.0.22 instead of using version 4.0.23 that was delivered with the new 3.3.4 version of thymeleaf spring boot starter, the error does not occur anymore. That works for the moment, of course for further releases this could raise other isssues.
We would be very thankful, if you could help us to fix the issue.