[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-12-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2060


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-12-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus closed pull request #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/examples/camel-example-scala/pom.xml 
b/examples/camel-example-scala/pom.xml
index cc7578daf1f..b64a7b44778 100644
--- a/examples/camel-example-scala/pom.xml
+++ b/examples/camel-example-scala/pom.xml
@@ -56,7 +56,7 @@
 
 
   org.scala-lang.modules
-  scala-xml_2.11
+  scala-xml_${base-scala-version}
   ${scalaxml-version}
 
 
diff --git a/parent/pom.xml b/parent/pom.xml
index c3388a786d1..68738f4898c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -88,6 +88,7 @@
 
6.0.0_1
 
1.0.0_1
 3.1
+2.12
 5.2_4
 2.1.0
 1.4.6
@@ -599,7 +600,7 @@
 1.3.2_2
 9.7.0-18_1
 9.7.0-18
-2.11.7
+${base-scala-version}.4
 3.2.2
 2.2.5
 1.0.6


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-12-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-351320147
 
 
   This PR causes camel-scala compile errors, closing now


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-11-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-343725993
 
 
   I dont know why you get that error, it works for everybody else


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
> Fix For: 2.21.0
>
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-11-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


sinwe commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-343725033
 
 
   @davsclaus Can you comment on the failed issue I have?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
> Fix For: 2.21.0
>
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


sinwe commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-340195993
 
 
   I tried the steps you provided but failed on the following
   `[INFO] Camel :: ASN.1 . FAILURE [  
0.100 s]`
   with error
   `[ERROR] Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.1.1:java (generate-test-sources) on 
project camel-asn1: An exception occured while executing the Java class. null: 
InvocationTargetException: javax/xml/bind/DatatypeConverter: 
javax.xml.bind.DatatypeCo
   nverter -> [Help 1]`
   So I continued to the scala module and ran the steps you provided above and 
it's successful.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
> Fix For: 2.21.0
>
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-340155156
 
 
   Here is how to preproduce your issue
   
   Run from root folder to build the project locally
   
   mvn clean install -P fastinstall
   
   When it comes to the scala module it should fail, if not run
   
   cd components/camel-scala 
   mvn clean install
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
> Fix For: 2.21.0
>
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-27 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-11292:
-

That model has been fixed.

But you can just run unit tests of camel-scala, and not all the other stuff.


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
> Fix For: 2.21.0
>
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


sinwe commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-339687982
 
 
   And here is what I got
   
   ```
   [INFO] Results:  


   
   [INFO]   


   
   [ERROR] Errors:  


   
   [ERROR] 
org.apache.camel.model.ModelSanityCheckerTest.testSanity(org.apache.camel.model.ModelSanityCheckerTest)


 
   [ERROR]   Run 1: ModelSanityCheckerTest.testSanity:83 » NoSuchMethod 
org.apache.camel.model.dat...   

   
   [ERROR]   Run 2: ModelSanityCheckerTest.testSanity:83 » NoSuchMethod 
org.apache.camel.model.dat...   

   
   [ERROR]   Run 3: ModelSanityCheckerTest.testSanity:83 » NoSuchMethod 
org.apache.camel.model.dat...   

   
   [INFO]   


   
   [WARNING] Flakes:  
   [WARNING] 
org.apache.camel.component.dataset.CustomDataSetTest.testUsingCustomDataSet(org.apache.camel.component.dataset.CustomDataSetTest)
   [ERROR]   Run 1: 
CustomDataSetTest>TestSupport.runBare:58->testUsingCustomDataSet:54->ContextTestSupport.assertMockEndpointsSatisfied:352
 dataset://foo?initialDelay=0 Received message count. Expected: <10> but was: 
<9>
   ```
   
   I've just pulled from apache/camel:master, so I'm not sure if the master is 
green at this moment.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-339684520
 
 
   mvn clean install in that directory


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


sinwe commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-339669627
 
 
   @davsclaus How did you compile? I did `mvn package -pl 
components/camel-scala -am -DskipTests` and it can compile


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


davsclaus commented on issue #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060#issuecomment-339443217
 
 
   Hi there is compile error in camel-scala
   ```
   [ERROR] 
/Users/davsclaus/workspace/camel/components/camel-scala/src/main/scala/org/apache/camel/scala/Preamble.scala:86:
 error: type mismatch;
   [ERROR]  found   : Any
   [ERROR]  required: Boolean
   [ERROR] } getOrElse false
   [ERROR]   ^
   [ERROR] one error found
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


GitHub user sinwe opened a pull request:

https://github.com/apache/camel/pull/2060

CAMEL-11292: Upgrade to scala 2.12.x



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sinwe/camel master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2060.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2060


commit 276abad4ee2686c35d1b18afd3a263bdf8e69c25
Author: Winarto Zhao 
Date:   2017-10-25T14:49:58Z

CAMEL-11292: Upgrade to scala 2.12.x




> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-11292:


sinwe opened a new pull request #2060: CAMEL-11292: Upgrade to scala 2.12.x
URL: https://github.com/apache/camel/pull/2060
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>Priority: Minor
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-08-21 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-11292:
-

Scala users are welcome to provide a github PR with the upgrade and make sure 
to run unit tests to ensure it still works.

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-08-17 Thread Andrey Kartashov (JIRA)

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

Andrey Kartashov commented on CAMEL-11292:
--

Hi.
Most likely users of Scala 2.11 will definitely face problems.
But now the Camel is a library inhibiting the transition to Scala 2.12

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-07-23 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-11292:
-

I upgraded a few components that was using scala 2.10 to 2.11 so they are all 
aligned, so everything is using Scala 2.11.

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-07-18 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-11292:
-

camel-scala is deprecated but that does not mean we cannot upgrade to Scala 
2.12 etc.

I am asking whether this causes binary problems for Scala users. In the past we 
had a great deal of pain with having to do _2.10 and _2.11 releases to make 
work with Scala 2.10 and 2.11 etc.

So if we upgrade to Scala 2.12 for Camel 2.20, then would a Scala 2.11 user be 
able to use Camel 2.20?

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-07-17 Thread Andrey Kartashov (JIRA)

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

Andrey Kartashov commented on CAMEL-11292:
--

I want to understand whether it makes sense to wait for support for scala 2.12. 
If the authors of scala have already announced 2.13.

Or Camel stopped support to scala dsl?

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11292) support for Scala 2.12.x

2017-05-19 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-11292:
-

Will this cause binary incompatible problems and whatnot for Scala 2.11 users?

> support for Scala 2.12.x
> 
>
> Key: CAMEL-11292
> URL: https://issues.apache.org/jira/browse/CAMEL-11292
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-scala
>Affects Versions: 2.19.0
>Reporter: Sarunas Valaskevicius
>
> currently camel-scala depends on Scala 2.11. could this be upgraded to 2.12.x 
> release? 
> Same with scalatest.
> All possible updates can be seen here - 
> https://mvnrepository.com/artifact/org.apache.camel/camel-scala/2.19.0
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)