He-Pin opened a new pull request, #336:
URL: https://github.com/apache/pekko-persistence-dynamodb/pull/336

   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to