vert-x3 / vertx-rx

Reactive Extensions for Vert.x
Apache License 2.0
145 stars 72 forks source link

Deprecated rxExecuteBlocking has no replacement #302

Closed tsegismont closed 7 months ago

tsegismont commented 7 months ago

In Vert.x 4.5, executeBlocking(promise) has been deprecated in favor of executeBlocking(callable)

In RxJava bindings, the existing rxExecuteBlocking are now deprecated, but the replacement methods are not generated.

tsegismont commented 7 months ago

Fixed by https://github.com/eclipse-vertx/vert.x/pull/5017