Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-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 334FDD22C for ; Fri, 21 Dec 2012 23:50:26 +0000 (UTC) Received: (qmail 88941 invoked by uid 500); 21 Dec 2012 23:50:25 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 88835 invoked by uid 500); 21 Dec 2012 23:50:25 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 88393 invoked by uid 99); 21 Dec 2012 23:50:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 23:50:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0F6CB81F58A; Fri, 21 Dec 2012 23:50:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hshreedharan@apache.org To: commits@flume.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [9/16] git commit: FLUME-1790: Commands in EncryptionTestUtils comments require high encryption pack to be installed Message-Id: <20121221235025.0F6CB81F58A@tyr.zones.apache.org> Date: Fri, 21 Dec 2012 23:50:25 +0000 (UTC) FLUME-1790: Commands in EncryptionTestUtils comments require high encryption pack to be installed (Aline Guedes Pinto via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/9e4eb91c Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/9e4eb91c Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/9e4eb91c Branch: refs/heads/flume-1.3.0 Commit: 9e4eb91c9dc9c5bb3790cc0d6dedc1077fe8c8a1 Parents: 09dfc2a Author: Brock Noland Authored: Tue Dec 18 11:29:49 2012 -0600 Committer: Hari Shreedharan Committed: Thu Dec 20 00:13:53 2012 -0800 ---------------------------------------------------------------------- .../file/encryption/EncryptionTestUtils.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/9e4eb91c/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java index 8fbf2b1..1ac749a 100644 --- a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java +++ b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java @@ -83,9 +83,9 @@ public class EncryptionTestUtils { /* Commands below: keytool -genseckey -alias key-0 -keypass keyPassword -keyalg AES \ - -keysize 192 -validity 9000 -keystore src/test/resources/test.keystore \ + -keysize 128 -validity 9000 -keystore src/test/resources/test.keystore \ -storetype jceks -storepass keyStorePassword - keytool -genseckey -alias key-1 -keyalg AES -keysize 192 -validity 9000 \ + keytool -genseckey -alias key-1 -keyalg AES -keysize 128 -validity 9000 \ -keystore src/test/resources/test.keystore -storetype jceks \ -storepass keyStorePassword */