He-Pin opened a new pull request, #1127: URL: https://github.com/apache/pekko-http/pull/1127
## Motivation `ConnectionContext.defaultPort` was deprecated since Akka HTTP 10.2.0 as an internal method left only for binary compatibility. ## Modification Removed `defaultPort` from `ConnectionContext` trait and its overrides in `HttpsConnectionContext` and `HttpConnectionContext`. Added MiMa filters. ## Result Deprecated internal method removed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
