The ServiceHelper utility class is mostly used internally by vertx service providers to load plugins. Users should not use this class. In addition service loading strategies might change in Vert.x 5 due to the support of JPMS. In addition this reduces the API surface.
Motivation:
The ServiceHelper utility class is mostly used internally by vertx service providers to load plugins. Users should not use this class. In addition service loading strategies might change in Vert.x 5 due to the support of JPMS. In addition this reduces the API surface.
Changes:
Deprecate io.vertx.core.ServiceHelper
Result:
ServiceHelper is deprecated.