Updates tests for java 16
This commit is contained in:
@@ -77,7 +77,8 @@ public class CachedRandomPropertySource extends PropertySource<PropertySource> {
|
||||
}
|
||||
return randomValueCache.computeIfAbsent(type, (theType) -> {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("No random value found in cache for key and value, generating a new value");
|
||||
logger.debug(String.format(
|
||||
"No random value found in cache for key: %s and type: %s, generating a new value", key, type));
|
||||
}
|
||||
return getSource().getProperty("random." + type);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user