Merge branch '7.0.x'

This commit is contained in:
Sam Brannen
2026-05-17 15:33:24 +02:00
@@ -674,9 +674,6 @@ public class TestContextManager {
}
private static String typeName(Object obj) {
if (obj == null) {
return "null";
}
if (obj instanceof Class<?> type) {
return type.getName();
}