The GitHub Actions job "CI" on 
pekko-persistence-dynamodb.git/refactor/replace-reflection-with-methodhandles 
has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
1f7a83cffb0dc24b3cc89292d2e4da14e9692755 / 虎鸣 <[email protected]>
refactor: load serializer classes with method handles

Motivation:
Avoid Class.forName in the DynamoDB test serializer path on modern JVMs.

Modification:
Use MethodHandles.Lookup.findClass and ensureInitialized before delegating to 
JavaSerializer deserialization.

Result:
The serializer test helper preserves class initialization behavior without 
direct Class.forName usage.

Report URL: 
https://github.com/apache/pekko-persistence-dynamodb/actions/runs/28789128663

With regards,
GitHub Actions via GitBox


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

Reply via email to