You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2014/06/16 21:22:52 UTC

git commit: Upgraded to EhCache 2.8.3.

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 <bv...@apache.org>
Authored: Mon Jun 16 21:22:46 2014 +0200
Committer: Babak Vahdat <bv...@apache.org>
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<String, Object> map = new HashMap<String, Object>();
         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 @@
     <easymock-version>3.2</easymock-version>
     <eclipse-compiler-version>4.2.2</eclipse-compiler-version>
     <eclipse-equinox-common-version>3.3.0-v20070426</eclipse-equinox-common-version>
-    <ehcache-version>2.8.1</ehcache-version>
+    <ehcache-version>2.8.3</ehcache-version>
     <elasticsearch-bundle-version>1.0.0_1</elasticsearch-bundle-version>
     <elasticsearch-version>1.0.0</elasticsearch-version>
     <el-api-1.0-version>1.0.1</el-api-1.0-version>