You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by ge0ffrey <gi...@git.apache.org> on 2013/11/26 11:55:57 UTC

camel pull request: camel-optaplanner: production code + unit test

GitHub user ge0ffrey opened a pull request:

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

    camel-optaplanner: production code + unit test

    The camel-optaplanner component takes the body of a request, for example an unsolved TSP problem, then solves it and returns it as the body of the response.

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

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

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

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

----
commit 9648e916dcf3abeca42ba09bbf38b58d71eaa3b5
Author: Geoffrey De Smet <gd...@gmail.com>
Date:   2013-11-26T10:51:16Z

    camel-optaplanner: production code + unit test

----