eclipse-hono / hono

Eclipse Hono™ Project
https://eclipse.dev/hono
Eclipse Public License 2.0
453 stars 137 forks source link

Replace deprecated CompositeFuture static methods #3566

Closed sophokles73 closed 1 year ago

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

See https://github.com/vert-x3/wiki/wiki/4.4.3-Deprecations-and-breaking-changes

We should change usage in Hono accordingly.

sophokles73 commented 1 year ago

closed via #3571