demery-pivotal opened a new pull request #7492: URL: https://github.com/apache/geode/pull/7492
PROBLEM The function service tests use lambdas to test the function service. The default implementation of `Function.getId()` returns the canonical name of the function's class. In JDK17, the class of a lambda has no canonical name, and so each function returns `null` as its ID. This causes nearly every function service test to fail. SOLUTION Change the tests to use an abstract class that returns its class's name as its ID. -- 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]
