GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1648
CAMEL-10798 Splitted camel-ignite component for each endpoint I've been looking for a easy way to get around CAMEL-11150, but it turned out it's easier to address CAMEL-10798. This splits the ignite component into 7 which corresponds to each ignite endpoint, and also it preserves existing IgniteComponent with deprecated flag. In this way the old syntax like `ignite:cache` is still allowed with having WARN log saying that the syntax has been deprecated. I wonder it may be a bit too big change at this stage as 2.19.0 release is around the corner though. If so let's just have it after the release. You can merge this pull request into a Git repository by running: $ git pull https://github.com/igarashitm/camel CAMEL-10798-ignite Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1648.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 #1648 ---- commit c5b52455871b6e17d06fd21dcee0a0957f32525c Author: Tomohisa Igarashi <tm.igara...@gmail.com> Date: 2017-04-19T14:21:30Z CAMEL-10798 Splitted camel-ignite component for each endpoint ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---