Repository: camel
Updated Branches:
  refs/heads/master 2965c7689 -> 4327d4059


Upgrade AWS SDK to 1.9.34


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4327d405
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4327d405
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4327d405

Branch: refs/heads/master
Commit: 4327d40590f964fbf9c3133005f99151a31b4190
Parents: 2965c76
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Fri May 8 23:46:31 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Fri May 8 23:46:31 2015 +0200

----------------------------------------------------------------------
 .../camel/component/aws/sdb/SdbComponentConfigurationTest.java   | 4 ++--
 parent/pom.xml                                                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4327d405/components/camel-aws/src/test/java/org/apache/camel/component/aws/sdb/SdbComponentConfigurationTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sdb/SdbComponentConfigurationTest.java
 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sdb/SdbComponentConfigurationTest.java
index f7646b2..e666d68 100644
--- 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sdb/SdbComponentConfigurationTest.java
+++ 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sdb/SdbComponentConfigurationTest.java
@@ -35,7 +35,7 @@ public class SdbComponentConfigurationTest extends 
CamelTestSupport {
         assertNull(endpoint.getConfiguration().getAmazonSDBClient());
         assertEquals(SdbOperations.PutAttributes, 
endpoint.getConfiguration().getOperation());
         assertNull(endpoint.getConfiguration().getAmazonSdbEndpoint());
-        assertNull(endpoint.getConfiguration().isConsistentRead());
+        assertFalse(endpoint.getConfiguration().isConsistentRead());
         assertNull(endpoint.getConfiguration().getMaxNumberOfDomains());
     }
     
@@ -56,7 +56,7 @@ public class SdbComponentConfigurationTest extends 
CamelTestSupport {
         assertSame(mock, endpoint.getConfiguration().getAmazonSDBClient());
         assertEquals(SdbOperations.PutAttributes, 
endpoint.getConfiguration().getOperation());
         assertNull(endpoint.getConfiguration().getAmazonSdbEndpoint());
-        assertNull(endpoint.getConfiguration().isConsistentRead());
+        assertFalse(endpoint.getConfiguration().isConsistentRead());
         assertNull(endpoint.getConfiguration().getMaxNumberOfDomains());
     }
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4327d405/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d9fec3e..461d4ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -65,7 +65,7 @@
     <avro-ipc-bundle-version>1.7.7_1</avro-ipc-bundle-version>
     <awaitility.version>1.6.3</awaitility.version>
     <aws-java-sdk-bundle-version>1.9.22_1</aws-java-sdk-bundle-version>
-    <aws-java-sdk-version>1.9.33</aws-java-sdk-version>
+    <aws-java-sdk-version>1.9.34</aws-java-sdk-version>
     <axiom-version>1.2.14</axiom-version>
     <backport-util-concurrent-version>3.1</backport-util-concurrent-version>
     <bcel-bundle-version>5.2_4</bcel-bundle-version>

Reply via email to