This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch update/scala-library-2.13.15
in repository https://gitbox.apache.org/repos/asf/pekko.git


    omit 5ac5e916cb unnecessary warn annotations breaking build
    omit c9d4a0f3e4 Update scala-library to 2.13.15
     add 14c5d768ab Update junit-jupiter-engine to 5.11.1 (#1504)
     add e4f4174ebd Update guava to 33.3.1-jre (#1503)
     add 54e90cc400 Update sbt-scalafix to 0.13.0 (#1502)
     add 6c9f1a6c8f develocity 1.1.1 (#1501)
     add 090390a4f0 issue with full list copies in pekko-stream javadsl (#1491)
     add 711f711360 replace more uses of Util.immutableSeq (#1509)
     add bc32e04b13 Fix CollectionUtil `toSeq` methods
     add 2698511938 Disabled Develocity local build cache (#1512)
     add 1e09622775 reduce use of scala.collection.JavaConverters (#1511)
     add 202b6bc294 Update scala-library to 2.13.15
     add 3ef175857c unnecessary warn annotations breaking build

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   (5ac5e916cb)
            \
             N -- N -- N   refs/heads/update/scala-library-2.13.15 (3ef175857c)

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:
 .scala-steward.conf                                |  2 --
 .../scala/org/apache/pekko/actor/ActorPath.scala   |  6 ++--
 .../scala/org/apache/pekko/actor/ActorSystem.scala |  9 +++---
 .../org/apache/pekko/actor/dungeon/Children.scala  |  6 ++--
 .../main/scala/org/apache/pekko/util/Index.scala   |  8 ++----
 .../cluster/metrics/ClusterMetricsCollector.scala  |  6 ++--
 .../org/apache/pekko/cluster/metrics/Metric.scala  |  6 ++--
 .../pekko/cluster/client/ClusterClient.scala       | 10 ++-----
 .../scala/org/apache/pekko/cluster/Cluster.scala   |  6 ++--
 .../org/apache/pekko/cluster/ClusterEvent.scala    | 15 +++++-----
 .../org/apache/pekko/cluster/ClusterSettings.scala |  6 ++--
 .../org/apache/pekko/cluster/ConfigUtil.scala      |  2 +-
 .../scala/org/apache/pekko/cluster/Member.scala    |  6 ++--
 project/Dependencies.scala                         |  4 +--
 project/PekkoDevelocityPlugin.scala                | 10 +++++--
 project/plugins.sbt                                |  4 +--
 .../org/apache/pekko/remote/RemoteDeployer.scala   |  4 +--
 .../org/apache/pekko/remote/RemoteSettings.scala   |  4 +--
 .../pekko/remote/RemotingLifecycleEvent.scala      |  6 ++--
 .../pekko/remote/artery/ArterySettings.scala       |  3 +-
 .../remote/artery/tcp/ssl/SSLEngineConfig.scala    |  4 +--
 .../pekko/remote/routing/RemoteRouterConfig.scala  |  6 ++--
 .../remote/transport/netty/NettySSLSupport.scala   |  6 ++--
 .../pekko/stream/javadsl/CollectionUtil.scala      | 32 ++++++++++++----------
 .../pekko/stream/javadsl/CollectionUtil.scala      | 32 ++++++++++++----------
 .../pekko/stream/javadsl/CollectionUtil.scala      | 32 ++++++++++++----------
 .../org/apache/pekko/stream/javadsl/Flow.scala     |  5 ++--
 .../pekko/stream/javadsl/FlowWithContext.scala     |  4 +--
 .../org/apache/pekko/stream/javadsl/Sink.scala     |  4 +--
 .../org/apache/pekko/stream/javadsl/Source.scala   | 23 ++++++++--------
 .../pekko/stream/javadsl/SourceWithContext.scala   |  3 +-
 .../org/apache/pekko/stream/javadsl/SubFlow.scala  | 10 +++----
 .../apache/pekko/stream/javadsl/SubSource.scala    | 10 +++----
 .../org/apache/pekko/stream/javadsl/Tcp.scala      | 13 ++++-----
 34 files changed, 156 insertions(+), 151 deletions(-)
 copy docs/src/test/scala/docs/stream/operators/sourceorflow/FoldWhile.scala => 
stream/src/main/scala-2.12/org/apache/pekko/stream/javadsl/CollectionUtil.scala 
(62%)
 copy docs/src/test/scala/docs/stream/operators/sourceorflow/FoldWhile.scala => 
stream/src/main/scala-2.13/org/apache/pekko/stream/javadsl/CollectionUtil.scala 
(61%)
 copy docs/src/test/scala/docs/stream/operators/sourceorflow/FoldWhile.scala => 
stream/src/main/scala-3/org/apache/pekko/stream/javadsl/CollectionUtil.scala 
(61%)


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

Reply via email to