Hardy Ferentschik commented on an issue
Hibernate Search / Improvement HSEARCH-1443
Use JDK's ServiceLoader in StandardServiceManager
The standard {{ServiceLoader}} could be used to read the services file instead of the custom implementation in {{StandardServiceManager}}.

There is also ORM's method [ClassLoaderService#loadJavaServices()|https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/spi/ClassLoaderService.j...