eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.32k stars 2.08k forks source link

Deprecate io.vertx.core.ServiceHelper #5310

Closed vietj closed 2 months ago

vietj commented 2 months ago

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.