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

Willem Jiang commented on CAMEL-6182:
-------------------------------------

Hi,

I think we don't need the ICLA as the Alexander's code is using ASF license. So 
I just merged the code into camel-scala last weekend. It supports Scala 2.10.x 
out of box.
Here are the merge changes those I made to avoid breaking the test of 
camel-scala.
1. I merged the code of Implicits into org.apache.camel.scala.Preamble
   
2. To avoid the test build error, I put the below code into  
Preamble.WrappedProcessor
{code}
implicit def enrichFnUnit(f: Exchange => Unit) = new ScalaProcessor(f)
{code}

Now we just need to update the wiki page for camel-scala for it :)

                
> Merge the camel-scala-extra into camel-scala
> --------------------------------------------
>
>                 Key: CAMEL-6182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6182
>             Project: Camel
>          Issue Type: Task
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.11.0
>
>
> Alexander Azarov did some work[1] to enhance the camel-scala. I just had some 
> discussion with him about contribute the code into Apache. He is very glad to 
> do that. So I will commit the merge shortly.
> [1]https://github.com/osinka/camel-scala-extra

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to