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

He-Pin pushed a change to branch 
refactor/replace-sort-imports-with-organize-imports
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 8131b4b51e refactor: replace SortImports with OrganizeImports scalafix 
rule
     add d53beed463 Fix reentrant BatchingExecutor execution #1708 (#3331)
     add 2c5fb62d8a fix: validate legal files in packaged jars (#3328)
     add bccb37c030 workaround broken links (#3341)
     add 3fbb1848f3 fix: release completed graph interpreter references (#3030)
     add f79b53b36e fix(stream): handle deferred TLS output on inbound close 
(#3324)
     add f94a54a447 refactor: replace SortImports with OrganizeImports scalafix 
rule

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   (8131b4b51e)
            \
             N -- N -- N   
refs/heads/refactor/replace-sort-imports-with-organize-imports (f94a54a447)

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:
 .../pekko/dispatch/ExecutionContextSpec.scala      |  32 +++
 .../apache/pekko/dispatch/BatchingExecutor.scala   |  14 +-
 build.sbt                                          |   5 +
 docs/src/main/paradox/typed/dispatchers.md         |   3 +
 docs/src/main/paradox/typed/distributed-data.md    |   2 +-
 .../typed/handling-actor-responses-with-scala3.md  |   1 -
 project/AddMetaInfLicenseFiles.scala               |  37 +++-
 project/ValidatePullRequest.scala                  |   9 +
 .../pekko/stream/impl/GraphStageLogicSpec.scala    |  33 ++-
 .../stream/impl/fusing/GraphInterpreterSpec.scala  | 113 +++++++++++
 .../impl/fusing/LifecycleInterpreterSpec.scala     |  24 +++
 .../stream/io/TlsGraphStageIsolatedSpec.scala      | 221 ++++++++++++++++++++-
 .../stream/impl/fusing/GraphInterpreter.scala      | 162 +++++++++++++--
 .../pekko/stream/impl/io/TlsGraphStage.scala       |   8 +-
 14 files changed, 626 insertions(+), 38 deletions(-)


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

Reply via email to