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

   Motivation:
   Avoid Class.forName in the JDBC plugin compatibility check.
   
   Modification:
   Use MethodHandles.Lookup.findClass to detect the removed Slick database 
provider class and keep the existing failure behavior when it is present.
   
   Result:
   The version checker no longer relies on Class.forName for class-presence 
detection.
   


-- 
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