authorjapps / zerocode-hello-world

Zerocode YAML and JSON based declarative steps hello world rest api testing example - soap, database
https://github.com/authorjapps/zerocode
MIT License
18 stars 40 forks source link

SSlContextBuilder has been deprecated #23

Closed aghorpade closed 4 months ago

aghorpade commented 5 years ago

I am getting a warning that Apache conn SSL ContextBUilder has been deprecated.

Can we update code to remove deprecated dependancy and use latest code from apache.

image

Shilpa-Perera commented 4 months ago

I have been looking at this issue and it appears that the HttpCLient SSLContexts class being moved from org.apache.http.conn.ssl.SSLContexts to org.apache.http.ssl.SSLContexts. I think we should change the import in CustomHttpClient.java class