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

He-Pin pushed a change to branch fix/graph-interpreter-memory-leak
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 0589a5005a fix: release graph interpreter connection payloads
 discard 1f4a67b0dc fix: replace BitSet finalization tracking with traversal
 discard be50923031 fix: release completed graph stage references
     add e6b61dbf43 jackson MINIMAL_CLASS setting is dangerous too (#3304)
     add 4e9cbe5016 Update jackson-core to 2.22.1 (#3305)
     add c53fa8b622 fix: suppress dead-letter logging during a terminating 
shutdown when disabled (#3262)
     add b3d4f7a33a docs: link to app-version from Deployment for rolling 
updates (#3276)
     add 7307c97064 fix: release completed graph interpreter references

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   (0589a5005a)
            \
             N -- N -- N   refs/heads/fix/graph-interpreter-memory-leak 
(7307c97064)

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:
 .../event/DeadLetterListenerShutdownSpec.scala     | 185 +++++++++++++++++++++
 .../apache/pekko/event/DeadLetterListener.scala    |  53 +++++-
 .../src/main/paradox/additional/rolling-updates.md |   4 +
 docs/src/main/paradox/serialization-jackson.md     |   8 +-
 project/Dependencies.scala                         |   2 +-
 project/Paradox.scala                              |   1 +
 .../jackson/JacksonSerializerSpec.scala            |  14 +-
 .../stream/impl/fusing/GraphInterpreterSpec.scala  |   5 -
 .../stream/impl/fusing/GraphInterpreter.scala      |  22 ++-
 9 files changed, 266 insertions(+), 28 deletions(-)
 create mode 100644 
actor-tests/src/test/scala/org/apache/pekko/event/DeadLetterListenerShutdownSpec.scala


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

Reply via email to