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 71f594b84f Update sbt-assembly to 2.3.1
     add 5e5f5d6366 Update protobuf-java to 4.31.1 (#1878)
     add 4ffa81a64c Update junit-jupiter-engine to 5.13.0 (#1879)
     add de12867f94 Avoid register/unregister race condition that can wipe 
elements from BroadcastHub (#1841)
     add d7f0d51028 support akka configs in InitJoinAck (#1877)
     add 1809976833 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   (71f594b84f)
            \
             N -- N -- N   refs/heads/update/sbt-assembly-2.3.1 (1809976833)

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:
 .../org/apache/pekko/cluster/ClusterDaemon.scala   | 21 ++++++-
 .../org/apache/pekko/cluster/ConfigUtil.scala      | 28 ++++++++--
 .../org/apache/pekko/cluster/SeedNodeProcess.scala | 30 ++++++----
 .../org/apache/pekko/cluster/ConfigUtilSpec.scala  | 65 ++++++++++++++++++++++
 .../cluster/JoinConfigCompatCheckClusterSpec.scala |  4 +-
 .../pekko/cluster/MixedProtocolClusterSpec.scala   |  3 +
 project/Dependencies.scala                         |  4 +-
 remote/src/main/resources/reference.conf           | 11 +++-
 .../org/apache/pekko/stream/scaladsl/HubSpec.scala | 42 ++++++++++++++
 .../org/apache/pekko/stream/scaladsl/Hub.scala     | 20 +++++--
 10 files changed, 199 insertions(+), 29 deletions(-)
 create mode 100644 
cluster/src/test/scala/org/apache/pekko/cluster/ConfigUtilSpec.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to