Skip to content

Commit 3f1b01a

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45037
2 parents 97ed923 + 8dd0c91 commit 3f1b01a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/intTest/java/org/springframework/boot/context/embedded/EmbeddedServerContainerInvocationContextProvider.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ private AbstractApplicationLauncher getAbstractApplicationLauncher(Application a
130130
return launcher;
131131
}
132132
catch (NoSuchMethodException ex) {
133-
throw new IllegalStateException("Launcher class %s does not have an (Application, File) constructor");
133+
throw new IllegalStateException(String
134+
.format("Launcher class %s does not have an (Application, File) constructor", launcherClass.getName()));
134135
}
135136
}
136137

0 commit comments

Comments
 (0)