[
https://issues.apache.org/jira/browse/NIFI-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125260#comment-15125260
]
ASF GitHub Bot commented on NIFI-924:
-------------------------------------
GitHub user PuspenduBanerjee opened a pull request:
https://github.com/apache/nifi/pull/197
NIFI-924:Nifi-Camel Integration
working version of nifi-camel integration.
It Supports to load camel context from File, Classpath as well as to define
and modify Routes on the fly.
Overall it's an implementation of feature request NIFI-924
[https://issues.apache.org/jira/browse/NIFI-924#]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PuspenduBanerjee/nifi master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/197.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 #197
----
commit 7c090e95a1c82f159b6786ca29e5e6d1b552f517
Author: [email protected] <[email protected]>
Date: 2016-01-21T23:50:32Z
Nifi-Camel Integration Initial Commit
commit b266dfd3ad497731cd2876cae52861cd104112f6
Author: [email protected] <[email protected]>
Date: 2016-01-22T04:04:37Z
CheckStyle Fixes
commit a18a9ac220b2c9ad336b8960063b08fedc3b081a
Author: [email protected] <[email protected]>
Date: 2016-01-22T05:55:57Z
Cosmetic Cleanup
commit ad5f339623019f87cfc154674d6b741ba54b6f3e
Author: [email protected] <[email protected]>
Date: 2016-01-22T06:31:42Z
Cleanup
commit 1fe004b433163ad9db18c5a9b5f395ec6b0f10fa
Author: [email protected] <[email protected]>
Date: 2016-01-22T06:36:39Z
CheckStyle Fixes
commit f849adcea2ae22638036de4c2ce53076b1f3a93b
Author: [email protected] <[email protected]>
Date: 2016-01-22T06:53:41Z
Added Support to Load Camel-Context from FileSystem. It will help end-user
to modify & maintain any Camel Route Definition without worrying about bundling
with NiFi
commit de2771b9c4e3d54076a4e173fb45929ebfc91f21
Author: [email protected] <[email protected]>
Date: 2016-01-22T15:27:56Z
Default value of Camel Spring Context has been changed to align with
Support for loading external content as Camel-Context Definition
commit eb4f711a031106d04679f0c33383d1b51ad47b73
Author: [email protected] <[email protected]>
Date: 2016-01-24T06:39:32Z
Added capability to dynamically modify CamelContext
commit 33ae27f241e8a726e3bbd5806349f753573b0490
Author: [email protected] <[email protected]>
Date: 2016-01-26T15:43:44Z
Moved to test
commit ab9d54d08484f68713419b737b1fc874ebcd43cd
Author: [email protected] <[email protected]>
Date: 2016-01-26T15:44:26Z
Added Test Case Testcase & Notice generator
commit 6ed199e9db00196270f7dfea6fd77a794f83e720
Author: [email protected] <[email protected]>
Date: 2016-01-26T20:22:36Z
Added more test & samples
commit 6864ef59a7a911c7135f2f85a7cf3ed1b9331109
Author: [email protected] <[email protected]>
Date: 2016-01-27T06:36:58Z
Added Groovy Classloader Support to use grape in future
commit 4aa7ef4c2ff01b2d57c88963b5eebb34a529edd0
Author: [email protected] <[email protected]>
Date: 2016-01-28T07:53:43Z
Added support for dynamic loading of camel modules using groovy-grape.
Adde more testcases, modified sample/test camel-context definition.
incorporated review comments.
commit c29b7632a85a57a2fcdd72c7840075e0e4c379d9
Author: [email protected] <[email protected]>
Date: 2016-01-28T16:49:28Z
Incorporated some review comments.
Modified test case for Multi-Threaded environment
commit 695e8c4f569d9bed848667e04049269964186a81
Author: [email protected] <[email protected]>
Date: 2016-01-28T18:00:56Z
Separated camel-context files for different test scenarios & Fixed test
cases.
commit 097cd28c6cdd7e52281a10114d6761f4185ccd03
Author: [email protected] <[email protected]>
Date: 2016-01-28T18:41:30Z
A little Cleanup, Comments & Documentation
commit 55f66e5291ca32f6f0fe2825653bbd06165a0df1
Author: [email protected] <[email protected]>
Date: 2016-01-30T10:01:15Z
Istead of Groovy-Grape , directly using a simple Ivy based dependency
resolver.
commit 6f920e96f6c535b3d116379ef7df3ba8e70b7b06
Author: [email protected] <[email protected]>
Date: 2016-01-31T00:13:55Z
Instead of Groovy-Grape , directly using a simple Ivy based dependency
resolver.
commit ecadf5441c85bdc59327774cacf43fd8bffc00a3
Author: [email protected] <[email protected]>
Date: 2016-01-31T01:21:55Z
check-style fix :)
commit dba6c49bd90abf55d888e7d13239b030a22790ba
Author: [email protected] <[email protected]>
Date: 2016-01-31T07:48:13Z
Slim Code
----
> Add Camel support in NiFi
> -------------------------
>
> Key: NIFI-924
> URL: https://issues.apache.org/jira/browse/NIFI-924
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Jean-Baptiste Onofré
>
> I'm working on a NiFi Route able to leverage a Camel route (runtime routing),
> and another one being able to bootstrap a Camel route starting from Camel
> DSLs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)