We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49676ee commit e1950e3Copy full SHA for e1950e3
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/ChangeableUrls.java
@@ -98,8 +98,8 @@ private static List<URL> getUrlsFromClassPathOfJarManifestIfPossible(URL url) {
98
}
99
catch (IOException ex) {
100
throw new IllegalStateException(
101
- "Failed to read Class-Path attribute from manifest of jar "
102
- + url);
+ "Failed to read Class-Path attribute from manifest of jar " + url,
+ ex);
103
104
105
return Collections.<URL>emptyList();
0 commit comments