[
https://issues.apache.org/jira/browse/HADOOP-13955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827754#comment-15827754
]
Hudson commented on HADOOP-13955:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11134 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/11134/])
HADOOP-13955. Replace deprecated HttpServer2 and SSLFactory constants.
(aajisaka: rev 9130af3f74a7923fff3f80360ba043ab2c6558a9)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/FileBasedKeyStoresFactory.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestSSLHttpServer.java
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/SSLFactory.java
> Replace deprecated HttpServer2 and SSLFactory constants
> -------------------------------------------------------
>
> Key: HADOOP-13955
> URL: https://issues.apache.org/jira/browse/HADOOP-13955
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 3.0.0-alpha2
> Reporter: John Zhuge
> Assignee: John Zhuge
> Priority: Minor
> Fix For: 3.0.0-alpha2
>
> Attachments: HADOOP-13955.001.patch, HADOOP-13955.002.patch
>
>
> A follow-up to HADOOP-13597. Fix these javac warnings about deprecated
> constants:
> {noformat}
> [WARNING]
> /testptch/hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/FileBasedKeyStoresFactory.java:[139,20]
> [deprecation] DEFAULT_SSL_REQUIRE_CLIENT_CERT in SSLFactory has been
> deprecated
> [WARNING]
> /testptch/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java:[148,27]
> [deprecation] HTTP_MAX_THREADS in HttpServer2 has been deprecated
> [WARNING]
> /testptch/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestSSLHttpServer.java:[85,27]
> [deprecation] HTTP_MAX_THREADS in HttpServer2 has been deprecated
> [WARNING]
> /testptch/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java:[99,40]
> [deprecation] HTTP_MAX_THREADS in HttpServer2 has been deprecated
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]