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 c1487b110 build with pekko grpc 1.1 (#675)
c1487b110 is described below
commit c1487b1107afe6706121ba4ac9655d88b0841631
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 11 12:23:39 2024 +0100
build with pekko grpc 1.1 (#675)
* test with pekko grpc 1.1
* Update plugins.sbt
* Update plugins.sbt
* Create io.grpc.backwards.excludes
* Update plugins.sbt
* remove ApacheMavenStagingRepo
---
.../io.grpc.backwards.excludes | 21 +++++++++++++++++++++
project/Dependencies.scala | 2 +-
project/plugins.sbt | 2 +-
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git
a/google-cloud-pub-sub-grpc/src/main/mima-filters/1.1.x.backwards.excludes/io.grpc.backwards.excludes
b/google-cloud-pub-sub-grpc/src/main/mima-filters/1.1.x.backwards.excludes/io.grpc.backwards.excludes
new file mode 100644
index 000000000..95e2cdf93
--- /dev/null
+++
b/google-cloud-pub-sub-grpc/src/main/mima-filters/1.1.x.backwards.excludes/io.grpc.backwards.excludes
@@ -0,0 +1,21 @@
+# 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.
+
+# Upgrading to io.grpc 1.64 caused these issues
+ProblemFilters.exclude[IncompatibleSignatureProblem]("io.grpc.alts.internal.handshaker.HandshakeProtocol.values")
+ProblemFilters.exclude[IncompatibleSignatureProblem]("io.grpc.alts.internal.handshaker.NetworkProtocol.values")
+ProblemFilters.exclude[IncompatibleSignatureProblem]("io.grpc.alts.internal.transport_security_common.SecurityLevel.values")
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b2503bf8b..b33c35ada 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
val AwsSpiPekkoHttpVersion = "0.1.1"
val NettyVersion = "4.1.110.Final"
// Sync with plugins.sbt
- val PekkoGrpcBinaryVersion = "1.0"
+ val PekkoGrpcBinaryVersion = "1.1"
val PekkoHttpVersion = PekkoHttpDependency.version
val PekkoHttpBinaryVersion = "1.0"
val ScalaTestVersion = "3.2.18"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e7145a90a..9f26b479d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -28,6 +28,6 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" %
"1.7.0").excludeAll(
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" %
"3.0.2")
// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0-M1")
// templating
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]