You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/06 08:02:06 UTC

[GitHub] [jmeter] vlsi commented on issue #5883: Use ServiceLoader to find implementations instead of ClassFinder

vlsi commented on issue #5883:
URL: https://github.com/apache/jmeter/issues/5883#issuecomment-1537084167

   Java 9+ has a convenient method `ServiceLoader#stream()` that returns services without instantiating them first: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/ServiceLoader.html#stream()


-- 
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: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org