Merge branch '4.1.x'

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