vert-x3 / issues

Apache License 2.0
36 stars 7 forks source link

Deprecation of vertx3-eventbus-client NPM module #567

Closed pmlopes closed 3 years ago

pmlopes commented 3 years ago

For every release of the vert.x stack there has been a release of vertx3-eventbus-client npm module. This module source hasn't changed for years. In fact, it only triggers downstream users to rebuild applications without any code changes other than rev'ing up the dependency versions.

For this reason, users are advised to update their dependencies to the new module:

https://www.npmjs.com/package/@vertx/eventbus-bridge-client.js

The main difference with this new module is that, its version will only change if there is a clear update in the source. This will allow downstream users to avoid rebuilds if no source is changed.