Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 52604 invoked from network); 18 Nov 2009 17:35:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 17:35:17 -0000 Received: (qmail 43115 invoked by uid 500); 18 Nov 2009 17:35:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 43065 invoked by uid 500); 18 Nov 2009 17:35:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 43055 invoked by uid 500); 18 Nov 2009 17:35:17 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 43052 invoked by uid 99); 18 Nov 2009 17:35:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 17:35:17 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 17:35:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A588234C1EF for ; Wed, 18 Nov 2009 09:34:53 -0800 (PST) Message-ID: <291143716.1258565693563.JavaMail.jira@brutus> Date: Wed, 18 Nov 2009 09:34:53 -0800 (PST) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2167) Upgrade camel-scala to scala 2.8 In-Reply-To: <839999656.1258053112705.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55565#action_55565 ] Hadrian Zbarcea commented on CAMEL-2167: ---------------------------------------- @Claus, I understand how you feel and I share some of it myself. I got complaints about the ridiculous number of compiler warnings in Camel. Sometimes they hide real issues (and I found that in a couple of cases). I agonized over the decision if to go for it or not. It is indicative though of some level of maturity, or at least it creates a perception of it and I leaned towards biting the bullet. Sorry for breaking the scala component, my bad. I guess I owe you guys a beer. From the fact that you caught it so quickly it seems that you are following the cutting edge HEAD revision. Which probably means that... I owe you two beers :). Many thanks! > 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 > Assignee: Hadrian Zbarcea > 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.) > - Removed generic parameters on references to java classes that were not generic. Don't know why this compiled with scala 2.7. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.