You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/ExpressionTree.java
Copy file name to clipboardExpand all lines: core/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/AbstractInjectionFailureAnalyzer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public abstract class AbstractInjectionFailureAnalyzer<T extends Throwable> exte
64
64
Throwablecandidate = root;
65
65
Cresult = null;
66
66
while (candidate != null) {
67
-
if (type.isAssignableFrom(candidate.getClass())) {
Copy file name to clipboardExpand all lines: module/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ else if (item instanceof List) {
337
337
if (value == null || ClassUtils.isPrimitiveOrWrapper(value.getClass()) || valueinstanceofString) {
338
338
returnvalue;
339
339
}
340
-
if (CharSequence.class.isAssignableFrom(value.getClass())) {
340
+
if (valueinstanceofCharSequence) {
341
341
returnvalue.toString();
342
342
}
343
343
return"Complex property value " + value.getClass().getName();
Copy file name to clipboardExpand all lines: module/spring-boot-http-codec/src/test/java/org/springframework/boot/http/codec/autoconfigure/CodecsAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-http-converter/src/test/java/org/springframework/boot/http/converter/autoconfigure/HttpMessageConvertersAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-jdbc/src/main/java/org/springframework/boot/jdbc/autoconfigure/JdbcConnectionDetailsBeanPostProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ abstract class JdbcConnectionDetailsBeanPostProcessor<T> implements BeanPostProc
0 commit comments