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

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


    omit fcda6deac0 chore: Remove ReentrantGuard
     add 9b6797f3d8 add tests for ByteStrings with non-zero startIndex (#2158)
     add 47e7e23f2d chore: make toAttributes a lazy val (#2157)
     add c87b3cff72 Update sbt, scripted-plugin to 1.11.6 (#2167)
     add 8d9450b19e chore: Add  boolean parameter name when call 
registerForExecution (#2173)
     add 7b96bb8385 chore: Remove ExecutorServiceFactoryProvider from 
ThreadPoolConfig (#2175)
     add 458ceed37e feat: Add virtualize support for thread-pool-executor 
(#2169)
     add 39f646956c chore: Remove ReentrantGuard

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   (fcda6deac0)
            \
             N -- N -- N   refs/heads/ReentrantGuard (39f646956c)

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:
 .../dispatch/ForkJoinPoolVirtualThreadSpec.scala   |  2 +-
 ...pec.scala => ThreadPoolVirtualThreadSpec.scala} | 19 +++---
 .../org/apache/pekko/util/ByteStringSpec.scala     | 33 +++++++++
 .../remove-deprecated-methods.excludes             |  8 +++
 actor/src/main/resources/reference.conf            | 25 ++++++-
 .../apache/pekko/dispatch/AbstractDispatcher.scala | 64 +++++++++++++++---
 .../pekko/dispatch/BalancingDispatcher.scala       |  4 +-
 .../org/apache/pekko/dispatch/Dispatcher.scala     |  2 +-
 .../dispatch/ForkJoinExecutorConfigurator.scala    | 27 +-------
 .../scala/org/apache/pekko/dispatch/Mailbox.scala  |  2 +-
 .../apache/pekko/dispatch/PinnedDispatcher.scala   |  4 +-
 .../apache/pekko/dispatch/ThreadPoolBuilder.scala  | 78 +++++++++++++---------
 .../pekko/dispatch/VirtualThreadSupport.scala      |  4 +-
 .../org/apache/pekko/actor/TellOnlyBenchmark.scala |  2 +-
 project/build.properties                           |  2 +-
 .../apache/pekko/stream/ActorMaterializer.scala    |  3 +-
 16 files changed, 189 insertions(+), 90 deletions(-)
 copy 
actor-tests/src/test/scala-jdk21-only/org/apache/pekko/dispatch/{ForkJoinPoolVirtualThreadSpec.scala
 => ThreadPoolVirtualThreadSpec.scala} (77%)


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

Reply via email to