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

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


    from b81a078f34 perf: use invoke for zero-arg method handles
     add c3736c4038 fix: address reflection review comments

No new revisions were added by this update.

Summary of changes:
 .../actor/AbstractActorPreRestartFinalTest.java    | 72 ++++------------------
 .../actor/AbstractActorPreRestartFinalSpec.scala   | 61 +++---------------
 .../pekko/actor/typed/internal/LoggerClass.scala   |  3 +-
 .../org/apache/pekko/actor/AbstractProps.scala     | 22 ++++---
 .../pekko/actor/ReflectiveDynamicAccess.scala      |  5 +-
 .../pekko/dispatch/VirtualThreadSupport.scala      | 17 +++--
 .../org/apache/pekko/io/dns/DnsSettings.scala      |  7 ++-
 .../pekko/util/ClassLoaderObjectInputStream.scala  |  2 +-
 .../scala/org/apache/pekko/util/LineNumbers.scala  | 11 ++--
 .../main/scala/org/apache/pekko/util/Reflect.scala | 53 +---------------
 .../pekko/cluster/sharding/FlightRecording.scala   | 10 ++-
 .../sharding/MultiNodeClusterShardingConfig.scala  |  5 +-
 .../apache/pekko/persistence/CapabilityFlags.scala |  7 +--
 .../exception/DurableStateExceptionsSpec.scala     |  6 +-
 project/Dependencies.scala                         |  4 --
 .../remote/serialization/ProtobufSerializer.scala  | 15 +++--
 .../apache/pekko/stream/DslConsistencySpec.scala   | 64 +++++--------------
 .../pekko/stream/DslFactoriesConsistencySpec.scala | 62 ++-----------------
 .../org/apache/pekko/testkit/TestKitUtils.scala    |  5 +-
 .../testkit/metrics/FileDescriptorMetricSet.scala  |  6 +-
 20 files changed, 112 insertions(+), 325 deletions(-)


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

Reply via email to