ningyougang opened a new issue, #518:
URL: https://github.com/apache/openwhisk-cli/issues/518

   If kept `-Xfatal-warnings` in settings.gradle
   
![image](https://user-images.githubusercontent.com/11749867/187157048-5419acb6-9992-4319-a336-e7cee401109e.png)
   
   Below test case will be failed due to the SSL lib is deprecated.
   ```
   ./gradlew --console=plain :tests:test 
--tests="system.basic.WskCliActivationTests"
   > Task :tests:compileTestScala
   [Error] 
/home/travis/gopath/src/github.com/apache/openwhisk-cli/tests/src/test/scala/system/basic/HttpProxy.scala:97:
 object AkkaSSLConfig in package akka is deprecated (since 2.6.0): Use Tcp and 
TLS with SSLEngine parameters instead. Setup the SSLEngine with needed 
parameters.
   [Error] 
/home/travis/gopath/src/github.com/apache/openwhisk-cli/tests/src/test/scala/system/basic/HttpProxy.scala:102:
 constructor HttpsConnectionContext in class HttpsConnectionContext is 
deprecated (since 10.2.0): prefer ConnectionContext.httpsClient or 
ConnectionContext.httpsServer
   two errors found
   
   > Task :tests:compileTestScala FAILED
   ```
   
   So we should upgrade the lib to fix it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to