vertx-4-migration-guide
vertx-4-migration-guide copied to clipboard
Migration to Vert.x 4 guide
SoketAddress.host() used to return IP address. Now after the migration it returns host name. From SoketAddress docs it seems that host() method changed its meaning, and I should use hostAddress...
### Questions I am migrating Vertx 3.9.7 to 4.3.2. I am using Vertx Redis Client APIs having publisher and subscriber pool. Post migration at runtime I am getting below given...
### Questions In vertx 3 you can `HttpClientRequest req = client.requestAbs("HTTP", "some.super:666/uri");` but how can i do it in vertx 4? I think this must be in migration guide, because...
Currently, we have _Clustered flag removed from options classes_ and _Changes in Infinispan cluster manager_ in the _Miscellaneous Changes_ section. We should have a _Clustering changes_ section which contains: -...
#### Describe the feature - Add a note about the change to the migration guide. - Remove misleading part: "Future extends Handler for some time now (and the default implementation...
Add information about Opentracing in the What's New section of the Migration Guide for Vert.x 4.0
- maven service factory - http service factory - service factory in general still there but not advocated.
Attachements are now `@VertxGen` interface due to the support of payload streaming