This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/sbt-paradox-apidoc-1.1.0
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
discard 313d34077b Update sbt-paradox-apidoc to 1.1.0
add e26c6f6d6c Update sbt-pekko-build to 0.3.3
add ef628ea320 add asInputStream to ByteString (#1085)
add 8ce4973fc9 Configuration typo fixes (#1100)
add 46f93816ce Protobuf 3.23.4 (#1103)
add 64953ba44b Update link-validator.yml (#1104)
add c47c00f500 Update sbt-paradox-apidoc to 1.1.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 (313d34077b)
\
N -- N -- N refs/heads/update/sbt-paradox-apidoc-1.1.0
(c47c00f500)
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:
.github/workflows/link-validator.yml | 2 +-
.../pekko/util/ByteStringInputStreamSpec.scala | 81 ++++++++++++++++++
actor-typed/src/main/resources/reference.conf | 4 +-
.../bytestring-inputstream.excludes | 4 +-
actor/src/main/resources/reference.conf | 6 +-
.../org/apache/pekko/util/ByteString.scala | 21 ++++-
.../org/apache/pekko/util/ByteString.scala | 24 ++++--
.../scala-3/org/apache/pekko/util/ByteString.scala | 24 ++++--
bench-jmh/README.md | 2 +-
.../util/ByteString_asInputStream_Benchmark.scala | 98 ++++++++++++++++++++++
.../protobuf/msg/ClusterMetricsMessages.java | 8 +-
.../src/main/resources/reference.conf | 6 +-
.../protobuf/msg/ClusterShardingMessages.java | 96 ++++++++++-----------
cluster-sharding/src/main/resources/reference.conf | 2 +-
.../client/protobuf/msg/ClusterClientMessages.java | 8 +-
cluster-tools/src/main/resources/reference.conf | 2 +-
.../typed/internal/protobuf/ReliableDelivery.java | 8 +-
.../cluster/protobuf/msg/ClusterMessages.java | 48 +++++------
cluster/src/main/resources/reference.conf | 2 +-
.../ddata/protobuf/msg/ReplicatedDataMessages.java | 32 +++----
.../ddata/protobuf/msg/ReplicatorMessages.java | 8 +-
.../ddata/protobuf/msg/TwoPhaseSetMessages.java | 16 ++--
.../serialization/ReplicatedEventSourcing.java | 8 +-
project/Dependencies.scala | 2 +-
project/plugins.sbt | 2 +-
.../apache/pekko/remote/ArteryControlFormats.java | 8 +-
.../java/org/apache/pekko/remote/WireFormats.java | 16 ++--
remote/src/main/resources/reference.conf | 22 ++---
stream/src/main/resources/reference.conf | 2 +-
29 files changed, 393 insertions(+), 169 deletions(-)
create mode 100644
actor-tests/src/test/scala/org/apache/pekko/util/ByteStringInputStreamSpec.scala
copy actor-typed/src/main/mima-filters/1.0.x.backwards.excludes/jfr.excludes
=>
actor/src/main/mima-filters/1.0.x.backwards.excludes/bytestring-inputstream.excludes
(85%)
create mode 100644
bench-jmh/src/main/scala/org/apache/pekko/util/ByteString_asInputStream_Benchmark.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]