Skip to content

SSE Client Oversized Messages Handling #1016

SSE Client Oversized Messages Handling

SSE Client Oversized Messages Handling #1016

Re-run triggered September 18, 2025 05:18
Status Success
Total duration 4m 50s
Artifacts

link-validator.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala#L355
method getError in class IOResult is deprecated (since Akka 2.6.0): status is always set to Success(Done)
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala#L354
method wasSuccessful in class IOResult is deprecated (since Akka 2.6.0): status is always set to Success(Done)
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala#L298
Name x is already introduced in an enclosing scope as value x at line 292. Did you intend to match it using backquoted `x`?
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/util/StageLoggingWithOverride.scala#L47
class ActorMaterializer in package stream is deprecated (since Akka 2.6.0): The Materializer now has all methods the ActorMaterializer used to have
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocketClientBlueprint.scala#L120
Name protocol is already introduced in an enclosing scope as value protocol at line 117. Did you intend to match it using backquoted `protocol`?
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/ServerTerminator.scala#L130
Name ex is already introduced in an enclosing scope as value ex at line 114. Did you intend to match it using backquoted `ex`?
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/HttpServerBluePrint.scala#L724
method settings in class Materializer is deprecated (since Akka 2.6.0): Use attributes to access settings from stages
validate-links: http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/HttpServerBluePrint.scala#L724
value timeout in class StreamSubscriptionTimeoutSettings is deprecated (since Akka 2.6.0): Use attribute 'ActorAttributes.StreamSubscriptionTimeout' to read the concrete setting value