[
https://issues.apache.org/jira/browse/CAMEL-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447967#comment-16447967
]
ASF GitHub Bot commented on CAMEL-10671:
----------------------------------------
GitHub user dimitrisli opened a pull request:
https://github.com/apache/camel/pull/2303
CAMEL-10671: Adding Camel example project for the Ceylon JVM language
Adding Camel example for Ceylon 1.3.3.
Followed the path of the Kotlin example as instructed on the ticket.
Things I couldn't get around:
1. The module.ceylon file cannot refer to Maven POM versions/properties
unfortunately needing a hardcoded version of the used libs ([double-checked on
the Ceylon Gitter channel
too](https://gitter.im/ceylon/user?at=5adda26e62316e0505eceb43))
2. I had to hardcode the version of camel-http-common since the
2.22.0-SNAPSHOT does not exist
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dimitrisli/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2303.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 #2303
----
commit 2e125303c9f22f053be57e5b7835df4be4cd755b
Author: Dimitrios Liapis <dimitrisli@...>
Date: 2018-04-23T10:59:29Z
CAMEL-10671: Adding camel example project for the Ceylon JVM language
----
> camel-example-celyon
> --------------------
>
> Key: CAMEL-10671
> URL: https://issues.apache.org/jira/browse/CAMEL-10671
> Project: Camel
> Issue Type: New Feature
> Components: examples
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: Future
>
>
> We should have a little example of using camel with celyon. Its just to have
> a maven project with celyon dependencies and compiler setup and some basic
> celyon code that can run standalone with a camel route.
> Take a look at the groovy or kotlin example which would be similar.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)