You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Barry Kaplan (JIRA)" <ji...@apache.org> on 2009/11/12 20:11:52 UTC

[jira] Updated: (CAMEL-2167) Upgrade camel-scala to scala 2.8

     [ https://issues.apache.org/activemq/browse/CAMEL-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barry Kaplan updated CAMEL-2167:
--------------------------------

    Description: 
The attached patch upgrades to 2.8.0-SNAPSHOT (actually a specific version, but pretty close to today). 

Only a few changes were required:
 - Change package declarations to new 2.8 style that allows relative imports
 - Change org.apache.camel.scala.conveters.ScalaTypeConverter from a singleton object to a class. Otherwise ObjectHelper failed to instantiate the converter due to private access. (This could be 2.8 bug. I will need to raise an issue.)

  was:
The attached patch upgrades to 2.8.0-SNAPSHOT (actually a specific version, but pretty close to today). 

Only a few changes were required:
 - Change package declarations to new 2.8 style that allows relative imports
 - Change org.apache.camel.scala.conveters.ScalaTypeConverter from a single object to a class. Otherwise ObjectHelper failed to instantiate the converter due to private access. (This could be 2.8 bug. I will need to raise an issue.)


> Upgrade camel-scala to scala 2.8
> --------------------------------
>
>                 Key: CAMEL-2167
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2167
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>    Affects Versions: 2.0.0
>            Reporter: Barry Kaplan
>         Attachments: Upgrade_to_scala_2_8.patch
>
>
> The attached patch upgrades to 2.8.0-SNAPSHOT (actually a specific version, but pretty close to today). 
> Only a few changes were required:
>  - Change package declarations to new 2.8 style that allows relative imports
>  - Change org.apache.camel.scala.conveters.ScalaTypeConverter from a singleton object to a class. Otherwise ObjectHelper failed to instantiate the converter due to private access. (This could be 2.8 bug. I will need to raise an issue.)

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