ok2c commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370957675
@alturkovic The change-set breaks backward compatibility with 5.0 APIs. By the way, one may be better off writing a custom `SSLConnectionSocketFactory` instead of trying to make the default one work in all specific cases. ``` [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46.847 s [INFO] Finished at: 2023-01-04T13:46:47Z [INFO] ------------------------------------------------------------------------ Error: Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.16.0:cmp (default) on project httpclient5: There is at least one incompatibility: org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.prepareSocket(javax.net.ssl.SSLSocket):METHOD_REMOVED -> [Help 1] ``` -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org