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 9382D114D4 for ; Mon, 16 Jun 2014 19:22:52 +0000 (UTC) Received: (qmail 86895 invoked by uid 500); 16 Jun 2014 19:22:52 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 86842 invoked by uid 500); 16 Jun 2014 19:22:52 -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 86832 invoked by uid 99); 16 Jun 2014 19:22:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 19:22:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1BE06940C5C; Mon, 16 Jun 2014 19:22:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bvahdat@apache.org To: commits@camel.apache.org Message-Id: <02bb63fb486543558933003e8eb07a9d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Upgraded to EhCache 2.8.3. Date: Mon, 16 Jun 2014 19:22:52 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master 4995637a1 -> 377291cea Upgraded to EhCache 2.8.3. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/377291ce Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/377291ce Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/377291ce Branch: refs/heads/master Commit: 377291ceafff349d987c1146290699c6eba62b9b Parents: 4995637 Author: Babak Vahdat Authored: Mon Jun 16 21:22:46 2014 +0200 Committer: Babak Vahdat Committed: Mon Jun 16 21:22:46 2014 +0200 ---------------------------------------------------------------------- .../apache/camel/component/cache/CacheConfigurationFileTest.java | 3 +-- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/377291ce/components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheConfigurationFileTest.java ---------------------------------------------------------------------- diff --git a/components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheConfigurationFileTest.java b/components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheConfigurationFileTest.java index 498092d..bac85ed 100644 --- a/components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheConfigurationFileTest.java +++ b/components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheConfigurationFileTest.java @@ -29,11 +29,10 @@ public class CacheConfigurationFileTest extends CamelTestSupport { private CacheComponent cache; @Test - @SuppressWarnings("unchecked") public void testConfigurationFile() throws Exception { getMockEndpoint("mock:foo").expectedMessageCount(1); - Map map = new HashMap(); + Map map = new HashMap(); map.put(CacheConstants.CACHE_KEY, "myKey"); map.put(CacheConstants.CACHE_OPERATION, "ADD"); template.sendBodyAndHeaders("direct:start", "Hello World", map); http://git-wip-us.apache.org/repos/asf/camel/blob/377291ce/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index fb67176..af16207 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -123,7 +123,7 @@ 3.2 4.2.2 3.3.0-v20070426 - 2.8.1 + 2.8.3 1.0.0_1 1.0.0 1.0.1