Merge branch '3.3.x' into 3.4.x

Closes gh-45037
This commit is contained in:
Phillip Webb
2025-04-08 11:25:26 -07:00

View File

@@ -130,7 +130,8 @@ class EmbeddedServerContainerInvocationContextProvider
return launcher;
}
catch (NoSuchMethodException ex) {
throw new IllegalStateException("Launcher class %s does not have an (Application, File) constructor");
throw new IllegalStateException(String
.format("Launcher class %s does not have an (Application, File) constructor", launcherClass.getName()));
}
}