This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch update/pekko-discovery-1.2.0 in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
discard 56a3a32a Update pekko-discovery, pekko-slf4j, ... to 1.2.0 add 4351d96f Update sbt, scripted-plugin to 1.11.6 (#499) add d05ab255 Java 17 build (#501) add 68965ece protect 1.2.x branch (#500) add f1da62ee try to avoid deprecated japi function (#484) add e27488d7 remove deprecated methods (#502) add 6847060f remove ByteArrayInputStream (#504) add a32381d8 try to ensure Java 17 as release target for classes (#505) add b3f75523 remove explicit scala version in sbt tests (#507) add d02d8d11 Update pekko-discovery, pekko-slf4j, ... to 1.2.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (56a3a32a) \ N -- N -- N refs/heads/update/pekko-discovery-1.2.0 (d02d8d11) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .asf.yaml | 14 ++++- .github/workflows/build-test.yml | 26 +++++----- .github/workflows/headers.yml | 4 +- .github/workflows/link-validator.yml | 4 +- .../workflows/nightly-snapshot-dependency-test.yml | 4 +- .github/workflows/publish-nightly.yml | 4 +- .scala-steward.conf | 6 --- CONTRIBUTING.md | 2 +- README.md | 5 -- benchmark-java/project/build.properties | 2 +- build.sbt | 2 +- .../twirl/templates/JavaServer/Handler.scala.txt | 8 +-- docs/src/main/paradox/client/walkthrough.md | 4 +- docs/src/main/paradox/deploy.md | 2 - docs/src/main/paradox/server/walkthrough.md | 7 +-- gradle-plugin/build.gradle | 5 ++ maven-plugin/src/main/maven/plugin.xml | 4 ++ .../pekko/grpc/maven/AbstractGenerateMojo.scala | 9 ---- plugin-tester-java/pom.xml | 4 +- .../LoggingErrorHandlingGreeterServer.java | 2 +- plugin-tester-scala/pom.xml | 4 +- project/Common.scala | 2 + project/build.properties | 2 +- project/plugins.sbt | 5 +- project/project-info.conf | 2 +- .../remove-deprecated-methods.excludes | 31 +++++++++++ .../switch-japi-functions.backwards.excludes | 26 ++++++++++ .../org/apache/pekko/grpc/GrpcClientSettings.scala | 7 +-- .../pekko/grpc/internal/AbstractGrpcProtocol.scala | 7 --- .../grpc/internal/ByteStringInputStream.scala | 34 ------------ .../apache/pekko/grpc/internal/ClientState.scala | 59 --------------------- .../org/apache/pekko/grpc/internal/Gzip.scala | 2 +- .../pekko/grpc/internal/NettyClientUtils.scala | 3 +- .../pekko/grpc/internal/RequestBuilderImpl.scala | 60 ---------------------- .../grpc/javadsl/GoogleProtobufSerializer.scala | 11 ++-- .../pekko/grpc/javadsl/GrpcExceptionHandler.scala | 6 +-- .../pekko/grpc/javadsl/GrpcMarshalling.scala | 6 +-- .../org/apache/pekko/grpc/javadsl/package.scala | 30 ++--------- .../sbt-test/gen-java/01-gen-basic-java/build.sbt | 4 -- .../gen-java/02-server-reflection/build.sbt | 4 -- .../sbt-test/gen-java/03-no-java-package/build.sbt | 4 -- .../gen-java/04-crash-on-keywords/build.sbt | 4 -- .../build.sbt | 4 -- .../sbt-test/gen-scala-server/00-interop/build.sbt | 4 -- .../gen-scala-server/01-gen-basic-server/build.sbt | 4 -- .../02-multiple-services/build.sbt | 4 -- .../gen-scala-server/03-test-config/build.sbt | 4 -- .../04-server-reflection/build.sbt | 4 -- .../gen-scala-server/05-no-java-package/build.sbt | 4 -- .../06-compatibility-plugins/build.sbt | 4 -- .../07-gen-basic-server-with-pekko/build.sbt | 4 -- .../09-scalapb-customizations/build.sbt | 4 -- .../gen-scala-server/10-scalapb-validate/build.sbt | 4 -- .../build.sbt | 4 -- 54 files changed, 140 insertions(+), 339 deletions(-) create mode 100644 runtime/src/main/mima-filters/2.0.x.backwards.excludes/remove-deprecated-methods.excludes create mode 100644 runtime/src/main/mima-filters/2.0.x.backwards.excludes/switch-japi-functions.backwards.excludes delete mode 100644 runtime/src/main/scala/org/apache/pekko/grpc/internal/ByteStringInputStream.scala delete mode 100644 runtime/src/main/scala/org/apache/pekko/grpc/internal/ClientState.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org