The GitHub Actions job "Validate and test" on pekko-http.git/main has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
f0236b3099a575749a396d376b8e5f1419a9cbaa / He-Pin(kerr) <[email protected]>
refactor: replace deprecated ActorMaterializer with Materializer (#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

Report URL: https://github.com/apache/pekko-http/actions/runs/28337768864

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to