He-Pin opened a new pull request, #1124:
URL: https://github.com/apache/pekko-http/pull/1124

   ## Motivation
   `FiniteDuration` overloads were deprecated since pekko-http 1.3.0 in favor 
of `java.time.Duration` overloads.
   
   ## Modification
   Removed 6 deprecated methods from Java API:
   - `TimeoutDirectives.withRequestTimeout(Duration, Supplier)`
   - `TimeoutDirectives.withRequestTimeout(Duration, JFunction, Supplier)`
   - `BasicDirectives.extractStrictEntity(FiniteDuration, ...)` (2 overloads)
   - `BasicDirectives.toStrictEntity(FiniteDuration, ...)` (2 overloads)
   
   Removed unused `FiniteDuration` import. Added MiMa filters.
   
   ## Result
   Deprecated API removed. Users should use `java.time.Duration` overloads.


-- 
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]

Reply via email to