|
I am not even so sure that it is so easy as to just switch to JDK ServiceLoader. Note, that we don't use the service loader as per JDK documentation. We put files under META-INF/services, but the semantics of the content is different. A fact I highly dislike and would love to change (either by using the service loading mechanism as intended or by doing something proprietary). I see this a area of confusion for developers as well as integrators.
|