spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.54k stars 1.11k forks source link

Add Ability to Customize the SpEL Evaluation Contexts Used Throughout the Framework [INT-3115] #7093

Closed spring-operator closed 11 years ago

spring-operator commented 11 years ago

Gary Russell opened INT-3115 and commented

For example custom PropertyAccessors.


Issue Links:

1 votes, 3 watchers

spring-operator commented 11 years ago

Gary Russell commented

PR: https://github.com/SpringSource/spring-integration/pull/851

spring-operator commented 11 years ago

Gary Russell commented

Merged

spring-operator commented 11 years ago

Gary Russell commented

Eliminate WARN logs (no BF) in test cases - add a mock BF where necessary.

Fix edge cases where an evaluation context does not have a BeanResolver.

spring-operator commented 11 years ago

Gary Russell commented

Additional PR: https://github.com/SpringSource/spring-integration/pull/855