This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch remove-actor-materializer-deprecated
in repository https://gitbox.apache.org/repos/asf/pekko.git
from 7fd5eda910 refactor: remove deprecated ActorMaterializerSettings,
IOSettings and StreamRefSettings factory methods
add e054c5dbc5 fix: remove StreamRefSettings API leftovers
No new revisions were added by this update.
Summary of changes:
.../pekko/stream/scaladsl/AttributesSpec.scala | 5 ++-
.../stream/scaladsl/FlowRecoverWithSpec.scala | 10 ++++-
.../pekko/stream/scaladsl/FlowSlidingSpec.scala | 11 ++++-
.../apache/pekko/stream/scaladsl/FlowSpec.scala | 35 +++++++++------
.../stream/scaladsl/FlowZipWithIndexSpec.scala | 10 ++++-
.../stream/scaladsl/GraphBackedFlowSpec.scala | 10 ++++-
.../pekko/stream/scaladsl/TakeLastSinkSpec.scala | 10 ++++-
...emove-deprecated-materializer-settings.excludes | 9 +++-
.../apache/pekko/stream/ActorMaterializer.scala | 15 +++----
.../apache/pekko/stream/StreamRefSettings.scala | 52 ----------------------
.../pekko/stream/impl/streamref/SinkRefImpl.scala | 12 ++---
.../stream/impl/streamref/SourceRefImpl.scala | 12 ++---
.../impl/streamref/StreamRefDefaultSettings.scala | 20 ++++-----
.../impl/streamref/StreamRefSettingsImpl.scala | 41 -----------------
14 files changed, 98 insertions(+), 154 deletions(-)
delete mode 100644
stream/src/main/scala/org/apache/pekko/stream/StreamRefSettings.scala
copy
actor/src/main/scala/org/apache/pekko/io/dns/internal/AsyncDnsProvider.scala =>
stream/src/main/scala/org/apache/pekko/stream/impl/streamref/StreamRefDefaultSettings.scala
(54%)
delete mode 100644
stream/src/main/scala/org/apache/pekko/stream/impl/streamref/StreamRefSettingsImpl.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]