You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Richard Kettelerij (JIRA)" <ji...@apache.org> on 2010/10/27 23:35:00 UTC

[jira] Commented: (CAMEL-1353) add support for the spring EL from Spring 3 to the languages supported in Camel

    [ https://issues.apache.org/activemq/browse/CAMEL-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62880#action_62880 ] 

Richard Kettelerij commented on CAMEL-1353:
-------------------------------------------

Hi James,

I've implemented this feature request. My contribution consists of two parts:

1) a patch for camel-core to add the {{spel()}} language construct to the DSL and Spring configuration. See: http://github.com/rkettelerij/camel-spring-expression/blob/master/camel-core.patch

2) a new language component called *camel-spring-expression* that adds Spring Expression Language support to Camel. See: http://github.com/rkettelerij/camel-spring-expression for code and docs. Test coverage is around 75%.

I've implemented the language support in a separate module (like camel-mvel and camel-ognl) to have camel-spring be compatible with Spring 2.5. This way we can include it in Camel 2.6. When work on Camel 3.0 starts is probably better to transfer this code to the camel-spring module.

The source code in the referenced GitHub repo is Apache 2.0 licensed. Let me know if it's up to your standards, then i'll put the documentation in Confluence.

> add support for the spring EL from Spring 3 to the languages supported in Camel
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1353
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1353
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-spring
>            Reporter: James Strachan
>             Fix For: 3.0.0
>
>
> Spring 3 introduces a new EL which is kinda like EL but a spring implementation of it. We should probably add support for it as another language in camel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.