You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2017/01/09 16:49:49 UTC

nifi git commit: NIFI-3153 Updating AWS SDK Version

Repository: nifi
Updated Branches:
  refs/heads/master 81aca7b97 -> 1195d4c18


NIFI-3153 Updating AWS SDK Version

This closes #1341.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1195d4c1
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/1195d4c1
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/1195d4c1

Branch: refs/heads/master
Commit: 1195d4c186ac1cba2e595c2068ea24d5f80fab19
Parents: 81aca7b
Author: James Wing <jv...@gmail.com>
Authored: Sat Dec 17 13:30:27 2016 -0800
Committer: Pierre Villard <pi...@gmail.com>
Committed: Mon Jan 9 17:49:17 2017 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java | 2 +-
 pom.xml                                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/1195d4c1/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java
index 57e2c4c..096ba2e 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/ITPutS3Object.java
@@ -334,7 +334,7 @@ public class ITPutS3Object extends AbstractS3IT {
     public void testGetPropertyDescriptors() throws Exception {
         PutS3Object processor = new PutS3Object();
         List<PropertyDescriptor> pd = processor.getSupportedPropertyDescriptors();
-        assertEquals("size should be eq", 27, pd.size());
+        assertEquals("size should be eq", 28, pd.size());
         assertTrue(pd.contains(PutS3Object.ACCESS_KEY));
         assertTrue(pd.contains(PutS3Object.AWS_CREDENTIALS_PROVIDER_SERVICE));
         assertTrue(pd.contains(PutS3Object.BUCKET));

http://git-wip-us.apache.org/repos/asf/nifi/blob/1195d4c1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26cdc64..87eca5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1375,7 +1375,7 @@ language governing permissions and limitations under the License. -->
             <dependency>
                 <groupId>com.amazonaws</groupId>
                 <artifactId>aws-java-sdk</artifactId>
-                <version>1.11.8</version>
+                <version>1.11.68</version>
             </dependency>
             <!-- Ranger dependencies, only included when using -Pinclude-ranger -->
             <dependency>