Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26F9010BA8 for ; Thu, 10 Oct 2013 09:33:32 +0000 (UTC) Received: (qmail 66006 invoked by uid 500); 10 Oct 2013 09:33:26 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 65976 invoked by uid 500); 10 Oct 2013 09:33:25 -0000 Mailing-List: contact commits-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 commits@camel.apache.org Received: (qmail 65942 invoked by uid 99); 10 Oct 2013 09:33:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 09:33:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EA610913DC6; Thu, 10 Oct 2013 09:33:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Thu, 10 Oct 2013 09:33:26 -0000 Message-Id: In-Reply-To: <77608196bfc746839c2d4d29260b4a3f@git.apache.org> References: <77608196bfc746839c2d4d29260b4a3f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] git commit: CAMEL-6852: Upgraded camel-apns. There is a slight API breaking in apns upgrade. CAMEL-6852: Upgraded camel-apns. There is a slight API breaking in apns upgrade. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ef4bed3f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ef4bed3f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ef4bed3f Branch: refs/heads/master Commit: ef4bed3f5e2a742b4939738d2200567b59594330 Parents: e8a3ace Author: Claus Ibsen Authored: Thu Oct 10 11:31:34 2013 +0200 Committer: Claus Ibsen Committed: Thu Oct 10 11:31:34 2013 +0200 ---------------------------------------------------------------------- .../apache/camel/component/apns/factory/ApnsServiceFactory.java | 3 --- .../apache/camel/component/apns/model/ConnectionStrategy.java | 2 +- parent/pom.xml | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ef4bed3f/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java ---------------------------------------------------------------------- diff --git a/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java b/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java index 5d4db72..b7495f0 100644 --- a/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java +++ b/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java @@ -226,9 +226,6 @@ public class ApnsServiceFactory implements CamelContextAware { } switch (getConnectionStrategy()) { - case NON_BLOCKING: - builder.asNonBlocking(); - break; case QUEUE: builder.asQueued(); break; http://git-wip-us.apache.org/repos/asf/camel/blob/ef4bed3f/components/camel-apns/src/main/java/org/apache/camel/component/apns/model/ConnectionStrategy.java ---------------------------------------------------------------------- diff --git a/components/camel-apns/src/main/java/org/apache/camel/component/apns/model/ConnectionStrategy.java b/components/camel-apns/src/main/java/org/apache/camel/component/apns/model/ConnectionStrategy.java index fbd0394..f7607ad 100644 --- a/components/camel-apns/src/main/java/org/apache/camel/component/apns/model/ConnectionStrategy.java +++ b/components/camel-apns/src/main/java/org/apache/camel/component/apns/model/ConnectionStrategy.java @@ -18,6 +18,6 @@ package org.apache.camel.component.apns.model; public enum ConnectionStrategy { - SIMPLE, QUEUE, POOL, NON_BLOCKING; + SIMPLE, QUEUE, POOL } http://git-wip-us.apache.org/repos/asf/camel/blob/ef4bed3f/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index b2d9e31..782b5c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -197,8 +197,8 @@ 6.0.36_1 1.9.1_1 1.9.1 - 0.1.6_3 - 0.1.6 + 0.2.3_1 + 0.2.3 0.22 3.12.1.GA_3 2.2.4