Replace deprecated CompositeFuture static methods #3566
Labels
enhancement
good first issue
Issues that do not require much in-depth knowledge of Hono
help wanted
Issues that we would welcome any help from (new) contributors with
Milestone
As part of #3547 we have also upgraded to Vert.x 4.4.4.
In Vert.x 4.4.3 the
CompositeFuture.all
methods have been deprecated in favor of corresponding fully typedFuture.all
methods.See https://github.com/vert-x3/wiki/wiki/4.4.3-Deprecations-and-breaking-changes
We should change usage in Hono accordingly.
The text was updated successfully, but these errors were encountered: