Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF66011668 for ; Fri, 4 Jul 2014 09:52:29 +0000 (UTC) Received: (qmail 87821 invoked by uid 500); 4 Jul 2014 09:52:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 87777 invoked by uid 500); 4 Jul 2014 09:52:29 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 87766 invoked by uid 99); 4 Jul 2014 09:52:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 09:52:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 37AB999A737; Fri, 4 Jul 2014 09:52:29 +0000 (UTC) From: alexlomov To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request: CAMEL-7563: Hazelcast instance as an endpoint ... Content-Type: text/plain Date: Fri, 4 Jul 2014 09:52:29 +0000 (UTC) GitHub user alexlomov opened a pull request: https://github.com/apache/camel/pull/211 CAMEL-7563: Hazelcast instance as an endpoint url param Important fix was included with 31867fd commit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexlomov/camel hazelcast-instance-as-an-endpoint-url-param Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/211.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 #211 ---- commit 93525de01a6c12328c98bec0095cb088a4d67854 Author: Alexander Lomov Date: 2014-07-01T15:05:25Z Add feature to refer a HazelcastInstance from a Hazelcast endpoint query parameters. commit 0a281676b40e053e4afe47fdcfe530ef9ce91699 Author: Alexander Lomov Date: 2014-07-01T15:08:01Z Add Spring tests to verify two Hazelcast endpoints use the same HazelcastInstance. commit 90c4fecddab3fb2ba0caca32d3244829f036a4ed Author: Alexander Lomov Date: 2014-07-01T17:14:10Z Optimize imports. commit 31867fd080c9d506b5175b0fa94e2070b28b0034 Author: Alexander Lomov Date: 2014-07-04T09:41:47Z Handle own instance creation properly: create it only if neither bean reference was provided nor instance was set programmatially. ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---