Closed sophokles73 closed 1 year ago
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 typed Future.all methods.
CompositeFuture.all
Future.all
See https://github.com/vert-x3/wiki/wiki/4.4.3-Deprecations-and-breaking-changes
We should change usage in Hono accordingly.
closed via #3571
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.