Skip to content

+sbt Validate mima on pull request #2

+sbt Validate mima on pull request

+sbt Validate mima on pull request #2

Triggered via pull request September 7, 2023 14:56
@He-PinHe-Pin
synchronize #320
He-Pin:mima
Status Failure
Total duration 5m 53s
Artifacts
Matrix: Check / Binary Compatibility
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
Check / Binary Compatibility (2.12)
Process completed with exit code 1.
Check / Binary Compatibility (2.13)
Process completed with exit code 1.
Check / Binary Compatibility (3.3)
Process completed with exit code 1.
Check / Binary Compatibility (2.12): http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala#L666
method getFirst in class Attributes is deprecated (since Akka 2.5.7): Attributes should always be most specific, use get[T]
Check / Binary Compatibility (2.12): http-core/src/test/scala/org/apache/pekko/http/scaladsl/ClientTransportWithCustomResolverSpec.scala#L89
Adaptation of argument list by inserting () is deprecated: this is unlikely to be what you want.
Check / Binary Compatibility (2.12): http-core/src/test/scala/org/apache/pekko/http/scaladsl/settings/ConnectionPoolSettingsSpec.scala#L165
local method expectError in value <local ConnectionPoolSettingsSpec> is never used
Check / Binary Compatibility (2.12): http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/RequestParsingSpec.scala#L69
This catches all Throwables. If this is really intended, use `case ex : Throwable` to clear this warning.
Check / Binary Compatibility (2.12): http-tests/src/test/scala/org/apache/pekko/http/scaladsl/RouteJavaScalaDslConversionSpec.scala#L37
local val scalaRoute in value <local RouteJavaScalaDslConversionSpec> is never used
Check / Binary Compatibility (2.12): http-tests/src/test/scala/org/apache/pekko/http/scaladsl/RouteJavaScalaDslConversionSpec.scala#L50
local val javaRoute in value <local RouteJavaScalaDslConversionSpec> is never used
Check / Binary Compatibility (2.13): http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala#L666
method getFirst in class Attributes is deprecated (since Akka 2.5.7): Attributes should always be most specific, use get[T]
Check / Binary Compatibility (3.3): http-core/target/scala-3.3.1/src_managed/HttpMessage.scala#L369
pattern's type org.apache.pekko.http.scaladsl.model.headers.Cookie is more specialized than the right hand side expression's type org.apache.pekko.http.scaladsl.model.HttpHeader
Check / Binary Compatibility (3.3): http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/framing/Http2FrameParsing.scala#L160
Unreachable case except for null (if this is intentional, consider writing case null => instead).
Check / Binary Compatibility (3.3): http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala#L478
Unreachable case except for null (if this is intentional, consider writing case null => instead).