Repository: hadoop Updated Branches: refs/heads/branch-2 5c5362980 -> 171e54e12
HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa) (cherry picked from commit 33fefa33e51133aaf1e699e087e3bca2e8065eec) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/171e54e1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/171e54e1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/171e54e1 Branch: refs/heads/branch-2 Commit: 171e54e12ce759966dc9ebbd2624993521541d50 Parents: 5c53629 Author: Tsuyoshi Ozawa <[email protected]> Authored: Wed Oct 14 05:31:43 2015 +0900 Committer: Tsuyoshi Ozawa <[email protected]> Committed: Wed Oct 14 05:32:01 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/171e54e1/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f9ca751..2aabaa9 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -631,6 +631,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel) + HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running + on java7. (stevel and ozawa) + OPTIMIZATIONS HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() http://git-wip-us.apache.org/repos/asf/hadoop/blob/171e54e1/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index dbb2544..2f430d5 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -802,7 +802,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.42</version> + <version>0.1.51</version> </dependency> <dependency> <groupId>org.apache.htrace</groupId>
