You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2022/11/03 11:23:43 UTC

[incubator-pekko-http] 13/47: core: ignore internal signature changes (required for Scala 3 compat)

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch scala-3
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git

commit 5394bff9e5da42eac3a993a4a936d40a67ef1399
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Mar 21 13:56:18 2022 +0100

    core: ignore internal signature changes (required for Scala 3 compat)
---
 .../10.2.9.backwards.excludes/http2-signature-changes.excludes          | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/akka-http-core/src/main/mima-filters/10.2.9.backwards.excludes/http2-signature-changes.excludes b/akka-http-core/src/main/mima-filters/10.2.9.backwards.excludes/http2-signature-changes.excludes
new file mode 100644
index 000000000..8be68aae4
--- /dev/null
+++ b/akka-http-core/src/main/mima-filters/10.2.9.backwards.excludes/http2-signature-changes.excludes
@@ -0,0 +1,2 @@
+# Changes to internal signatures
+ProblemFilters.exclude[Problem]("akka.http.impl.engine.http2.*")
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org