This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 7438631a1 mima check on all modules (#1439)
7438631a1 is described below
commit 7438631a10086c307b7782a12dfd5ff7ed1c1de4
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 19 12:39:51 2026 +0100
mima check on all modules (#1439)
* mima check on all modules
* mima
---
.../remove-deprecated-methods.backwards.excludes | 19 +++++++++++++++++++
build.sbt | 4 ++--
.../remove-deprecated-methods.backwards.excludes | 22 ++++++++++++++++++++++
3 files changed, 43 insertions(+), 2 deletions(-)
diff --git
a/aws-spi-pekko-http/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
b/aws-spi-pekko-http/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
new file mode 100644
index 000000000..9e72349a1
--- /dev/null
+++
b/aws-spi-pekko-http/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# remove deprecated methods
+ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.stream.connectors.awsspi.PekkoHttpClient.this")
diff --git a/build.sbt b/build.sbt
index f6ae671c5..00c9f1d54 100644
--- a/build.sbt
+++ b/build.sbt
@@ -500,8 +500,8 @@ lazy val billOfMaterials = Project("bill-of-materials",
file("bill-of-materials"
bomIncludeProjects := userProjects,
description := s"${description.value} (depending on Scala
${CrossVersion.binaryScalaVersion(scalaVersion.value)})")
-val mimaCompareVersion = "1.0.2"
-val noMimaChecks = Set("couchbase3", "jakartams", "aws.api.pekko.http",
"mqttv5")
+val mimaCompareVersion = "1.2.0"
+val noMimaChecks = Set.empty[String] // e.g. Set("cassandra", "s3")
def pekkoConnectorProject(projectId: String,
moduleName: String,
diff --git
a/jakartams/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
b/jakartams/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
new file mode 100644
index 000000000..9aba9520b
--- /dev/null
+++
b/jakartams/src/main/mima-filters/2.0.x.backward.excludes/remove-deprecated-methods.backwards.excludes
@@ -0,0 +1,22 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# remove deprecated methods
+ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.stream.connectors.jakartams.NullMapMessageEntry")
+ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.stream.connectors.jakartams.NullMapMessageEntry$")
+ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.stream.connectors.jakartams.NullMessageProperty")
+ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.stream.connectors.jakartams.NullMessageProperty$")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]