The GitHub Actions job "CI" on pekko-persistence-dynamodb.git/refactor/replace-reflection-with-methodhandles has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 7793e485e24d5d2685ab72b5c37a2064d5d3e4b2 / 虎鸣 <[email protected]> refactor: replace Class.forName with MethodHandles in test serializer Motivation: Class.forName and reflective constructor calls bypass JIT inlining in the test serializer used by the DynamoDB persistence plugin. Modification: - Replace Class.forName with MethodHandles.publicLookup().findConstructor for serializer class loading - Remove invalid 'final' modifier on local val in WriteThroughputBench Result: JIT-inlinable constructor access in the test serializer path. Refs #336 Report URL: https://github.com/apache/pekko-persistence-dynamodb/actions/runs/28808769616 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
