pjfanning commented on PR #485: URL: https://github.com/apache/incubator-pekko/pull/485#issuecomment-1897411661
> > This code can be written using Java reflection. The PR as it stands uses Java reflection. > > Better with method handle, on Java 17+, we need an addition add opens, the less reflections the better,we should move on prepare for future Java releases. I've changed the PR to use a MethodHandle. -- 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]
