vertx-4-migration-guide icon indicating copy to clipboard operation
vertx-4-migration-guide copied to clipboard

Migration to Vert.x 4 guide

Results 14 vertx-4-migration-guide issues
Sort by recently updated
recently updated
newest added

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...

bug

### 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...

bug

### 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...

bug
help wanted

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...

enhancement

Add information about Opentracing in the What's New section of the Migration Guide for Vert.x 4.0

bug

- maven service factory - http service factory - service factory in general still there but not advocated.

enhancement

Attachements are now `@VertxGen` interface due to the support of payload streaming

enhancement