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

hepin pushed a change to branch removeJunit4
in repository https://gitbox.apache.org/repos/asf/pekko.git


    from c2f5a1af62 feat: Migrate all Java unit tests from JUnit 4 to JUnit 5 
(Jupiter)
     add ed4f49ef44 Include roundtrip latency and seq nr in heartbeat debug log 
(#2736)
     add bc2d11cafe Release lease on shard stop (#2738)
     add 50a2d6e4d5 Harden some specs (#2737)
     add 13ec04c58e fix `@since` on new classes (#2732)
     add 3e5209a372 remove stray ) in test pids (#2739)
     add 867907c5a8 Update sbt, scripted-plugin to 1.12.6 (#2744)
     add 15aeee6df9 Port CRDT key expiry from akka-core #31721 (#2733)
     add d881e6a0f5 Auto-select SRV lookup for the name lookup if entry looks 
like a srv name (#2745)
     add 0d017f1fce Add more clarification around deleting snapshots (#2741)
     add f193fddf93 Optimize PropsAdapter + add test coverage (#2743)
     add 608cbc98eb add test for groupBy not throwing 
tooManySubstreamsOpenException on closed substream (#2742)
     add d0c8d0b302 Add FlowMapAsyncPartitionedSpec tests ported from 
akka/akka-core#31582 and akka/akka-core#31882 (#2747)
     add 9ecd452771 chore: safer EventEnvelope.toString (#2751)
     add e29c133a47 Port akka-core optimizations for typed actor context and 
system adapter (#2750)
     add b2d9acfb72 Merge branch 'main' into removeJunit4

No new revisions were added by this update.

Summary of changes:
 .../pekko/actor/typed/MailboxSelectorSpec.scala    |   2 +-
 .../typed/internal/adapter/ActorAdapter.scala      |   2 +-
 .../internal/adapter/ActorContextAdapter.scala     |  46 +-
 .../internal/adapter/ActorSystemAdapter.scala      |  17 +-
 .../scala/org/apache/pekko/actor/ActorSystem.scala |   7 +
 .../pekko/persistence/query/EventEnvelope.scala    |   9 +-
 .../persistence/query/typed/EventEnvelope.scala    |  13 +-
 .../scaladsl/FlowMapAsyncPartitionedSpec.scala     | 539 +++++++++++++++++++++
 8 files changed, 604 insertions(+), 31 deletions(-)
 create mode 100644 
stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/FlowMapAsyncPartitionedSpec.scala


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

Reply via email to