GH-794 Address regression with input type conversion of Maps
Resolves #794
This commit is contained in:
@@ -1060,7 +1060,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry {
|
||||
}
|
||||
}
|
||||
else {
|
||||
convertedInput = this.convertNonMessageInputIfNecessary(type, input, JsonMapper.isJsonString(input) || input instanceof Map);
|
||||
convertedInput = this.convertNonMessageInputIfNecessary(type, input, JsonMapper.isJsonString(input));
|
||||
if (convertedInput != null && logger.isDebugEnabled()) {
|
||||
logger.debug("Converted input: " + input + " to: " + convertedInput);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user