avoid Scala classes in Java example (#741) #1704
Annotations
10 warnings
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/scaladsl/ConnectionContext.scala#L133
class PekkoSSLConfig in package pekko is deprecated (since Akka 2.6.0): Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
|
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/scaladsl/ConnectionContext.scala#L95
class PekkoSSLConfig in package pekko is deprecated (since Akka 2.6.0): Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
|
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala#L356
method getError in class IOResult is deprecated (since Akka 2.6.0): status is always set to Success(Done)
|
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala#L355
method wasSuccessful in class IOResult is deprecated (since Akka 2.6.0): status is always set to Success(Done)
|
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/UpgradeToWebSocketLowLevel.scala#L31
trait UpgradeToWebSocket in package ws is deprecated (since Akka HTTP 10.2.0): This low-level API has been replaced by an attribute.
|
Compile everything:
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
|
Compile everything:
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
|
Compile everything:
http-core/src/main/scala/org/apache/pekko/http/impl/engine/rendering/DateHeaderRendering.scala#L82
The value matched by Idle is bound to s, which may be used under the
|
Compile everything:
http-scalafix/scalafix-rules/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilder.scala#L45
method args in trait Apply is deprecated: 4.6.0
|
Compile everything:
http-scalafix/scalafix-rules/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilder.scala#L31
method args in trait Apply is deprecated: 4.6.0
|
Loading