He-Pin opened a new pull request, #1128: URL: https://github.com/apache/pekko-http/pull/1128
## Motivation The 1-arg `apply` overload was deprecated since Akka HTTP 10.1.9, left only for binary compatibility. ## Modification Removed `UnsupportedRequestContentTypeRejection.apply(supported: Set[ContentTypeRange])`. Added MiMa filter. ## Result Deprecated API removed. Users should use the 2-arg `apply(supported, contentType)`. -- 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]
