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

   ### Motivation
   `ActorMaterializer` and `ActorMaterializerSettings` have been deprecated 
since Akka 2.6.0 in favor of `Materializer.apply(system)`.
   
   ### Modification
   Replace 
`ActorMaterializer(ActorMaterializerSettings(system).withInputBuffer(128, 
128))` with `Materializer(system)` in `TestServer.scala`.
   
   ### Result
   Removes usage of deprecated `ActorMaterializer` API.
   
   ### Tests
   - `sbt "http-core / Test / compile"` — success
   
   ### References
   None — deprecated API cleanup


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