Bumping versions

This commit is contained in:
buildmaster
2023-05-02 15:11:41 +00:00
parent 002c3fdb15
commit d3e718a450

View File

@@ -92,7 +92,7 @@ public abstract class ConfigurationChangeDetector {
right.forEach(item -> log.debug(item));
}
this.log.warn("The current number of ConfigMap PropertySources does not match "
+ "the ones loaded from the Kubernetes - No reload will take place");
+ "the ones loaded from the Kubernetes - No reload will take place");
return false;
}
@@ -165,8 +165,8 @@ public abstract class ConfigurationChangeDetector {
}
}
this.log.debug("findPropertySources : " + managedSources.stream().map(PropertySource::getName)
.collect(Collectors.toList()));
this.log.debug("findPropertySources : "
+ managedSources.stream().map(PropertySource::getName).collect(Collectors.toList()));
return managedSources;
}