You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2009/01/02 14:48:05 UTC

[jira] Commented: (CAMEL-1031) mvel component

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

Jonathan Anstey commented on CAMEL-1031:
----------------------------------------

Looks good Przemyslaw. Thanks for the contribution! I'll commit your patch shortly.

Before this is added to the build/distribution, a couple more things need to be done:
- Allow mvel expressions to be used in an expression clause (grep for 'ognl' in camel-core to see an example of this)
- Add wiki documentation. Do you have rights for this?

Also a handy tip for future patches is to run CheckStyle first so it picks up any formatting issues. You can add a profile to do this
{code}
mvn install -Psourcecheck
{code}


> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: Future
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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