He-Pin opened a new pull request, #1126: URL: https://github.com/apache/pekko-http/pull/1126
## Motivation `ParserSettings.apply` and `ParserSettings.create` were deprecated since Akka HTTP 10.2.0 in favor of `forServer` and `forClient`. ## Modification Removed deprecated `apply` methods from Scala API and `create` methods from Java API. Updated test to use `forServer()`. Added MiMa filters. ## Result Deprecated API removed. Users should use `ParserSettings.forServer()` or `ParserSettings.forClient()`. -- 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]
