Merge branch '6.2.x'

This commit is contained in:
Sam Brannen
2025-03-06 16:27:48 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -582,6 +582,7 @@ class GenericConversionServiceTests {
}
@Test
@SuppressWarnings("unchecked")
void stringToListOfMapConverterWithFallbackMatch() {
conversionService.addConverter(new StringToListOfMapConverter());