He-Pin opened a new pull request, #1123: URL: https://github.com/apache/pekko-http/pull/1123
## Motivation The 4-arg overload of `HttpMethod.custom` was deprecated since pekko-http 1.4.0 in favor of the 5-arg overload with `contentLengthAllowed` parameter. ## Modification Removed `HttpMethod.custom(name, safe, idempotent, requestEntityAcceptance)` from Scala and Java APIs. Removed private `oldContentLengthCondition` helper. Added MiMa filters. ## Result Deprecated API removed. Users should use the 5-arg `custom` overload. -- 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]
