JIRA: https://jira.spring.io/browse/INT-3874 Previously the `IntegrationEvaluationContextFactoryBean` copied only those spel-functions which are defined as beans in the ctx. Those which are specified through the `setFunctions` hasn't been copied from parent ctx to child. This fix addresses and issue.