Repository: hadoop Updated Branches: refs/heads/trunk d1e1925bf -> 33fefa33e
HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33fefa33 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/33fefa33 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/33fefa33 Branch: refs/heads/trunk Commit: 33fefa33e51133aaf1e699e087e3bca2e8065eec Parents: d1e1925 Author: Tsuyoshi Ozawa <[email protected]> Authored: Wed Oct 14 05:31:43 2015 +0900 Committer: Tsuyoshi Ozawa <[email protected]> Committed: Wed Oct 14 05:31:43 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/33fefa33/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 9d59c25..f3c341c 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1213,6 +1213,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/33fefa33/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index a62e45b..9724b18 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -804,7 +804,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>
