Merge branch '4.0.x' into 4.1.x

Closes gh-51159
This commit is contained in:
Stéphane Nicoll
2026-07-30 08:44:46 +02:00
@@ -70,9 +70,7 @@ class GroovyTemplateAutoConfigurationTests {
@AfterEach
void close() {
LocaleContextHolder.resetLocaleContext();
if (this.context != null) {
this.context.close();
}
this.context.close();
}
@Test