This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/sbt-assembly-2.3.1
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard a9f257e90e Update sbt-assembly to 2.3.1
add 8eaa673721 Update protobuf-java to 4.32.0 (#2033)
add 098ba99905 Update netty-handler, netty-transport to 4.2.4.Final (#2035)
add 28783fad61 Update sbt-develocity to 1.3.1 (#2034)
add adc1d669ce feat: Add materializeIntoSource
add e0619c34fb generate source with protobuf 32 (#2036)
add 5d139e8b7c Add AsyncWriteJournal option for disabling Resequencer
(#2026) (#2027)
add e87cf04b9a Update sbt-assembly to 2.3.1
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 (a9f257e90e)
\
N -- N -- N refs/heads/update/sbt-assembly-2.3.1 (e87cf04b9a)
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:
.../protobuf/msg/ClusterMetricsMessages.java | 155 +++----
.../typed/internal/protobuf/ShardingMessages.java | 19 +-
.../protobuf/msg/ClusterShardingMessages.java | 203 +++++-----
.../client/protobuf/msg/ClusterClientMessages.java | 11 +-
.../protobuf/msg/DistributedPubSubMessages.java | 137 +++----
.../typed/internal/protobuf/ClusterMessages.java | 23 +-
.../typed/internal/protobuf/ReliableDelivery.java | 83 ++--
.../cluster/protobuf/msg/ClusterMessages.java | 365 +++++++++--------
.../ddata/protobuf/msg/ReplicatedDataMessages.java | 449 +++++++++++----------
.../ddata/protobuf/msg/ReplicatorMessages.java | 419 +++++++++----------
.../ddata/protobuf/msg/TwoPhaseSetMessages.java | 15 +-
.../docs/persistence/proto/FlightAppModels.java | 11 +-
.../Source-or-Flow/materializeIntoSource.md | 15 +
docs/src/main/paradox/stream/operators/index.md | 2 +
.../testconductor/TestConductorProtocol.java | 147 ++++---
.../query/internal/protobuf/QueryMessages.java | 28 +-
.../serialization/ReplicatedEventSourcing.java | 201 ++++-----
.../persistence/serialization/MessageFormats.java | 91 ++---
persistence/src/main/resources/reference.conf | 14 +
.../persistence/journal/AsyncWriteJournal.scala | 28 +-
.../AsyncWriteJournalResponseOrderSpec.scala | 131 ++++++
project/Dependencies.scala | 6 +-
project/plugins.sbt | 2 +-
.../pekko/remote/artery/protobuf/TestMessages.java | 27 +-
.../apache/pekko/remote/ArteryControlFormats.java | 131 +++---
.../org/apache/pekko/remote/ContainerFormats.java | 161 ++++----
.../apache/pekko/remote/SystemMessageFormats.java | 127 +++---
.../java/org/apache/pekko/remote/WireFormats.java | 309 +++++++-------
.../org/apache/pekko/remote/ProtobufProtocol.java | 11 +-
.../remote/protobuf/v3/ProtobufProtocolV3.java | 11 +-
.../org/apache/pekko/stream/javadsl/FlowTest.java | 12 +
.../apache/pekko/stream/javadsl/SourceTest.java | 10 +
.../apache/pekko/stream/scaladsl/FlowSpec.scala | 6 +
.../apache/pekko/stream/scaladsl/SourceSpec.scala | 7 +
.../org/apache/pekko/stream/StreamRefMessages.java | 75 ++--
.../org/apache/pekko/stream/javadsl/Flow.scala | 22 +
.../org/apache/pekko/stream/javadsl/Source.scala | 16 +
.../org/apache/pekko/stream/scaladsl/Flow.scala | 20 +
.../org/apache/pekko/stream/scaladsl/Source.scala | 15 +
39 files changed, 1972 insertions(+), 1543 deletions(-)
create mode 100644
docs/src/main/paradox/stream/operators/Source-or-Flow/materializeIntoSource.md
create mode 100644
persistence/src/test/scala/org/apache/pekko/persistence/journal/AsyncWriteJournalResponseOrderSpec.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]