Closed aygalinc closed 5 years ago
In *VertxEBProxy, the code is using
<T> EventBus send(String address, Object message, DeliveryOptions options, Handler<AsyncResult<Message<T>>> replyHandler);
which is marked as deprecated, it should use the request method instead.
@vietj
@castx1981 it should be fixed now in 3.8.1
@vietj I checked the 3.8.1 release, it is not fixed, the generated code is still using the deprecated send api.
However it is fixed in the master branch.
oh right @castx1981 I was actually thinking of ProxyHelper
class
@castx1981 it should be good now in 3.8 branch
Is this suppposed to be fixed in 3.8.1 or in the next 3.8.x version? I just generated a proxy and it still used the deprecated send
method.
it will be in 3.8.2 , you can check yourself with the current 3.8.2-SNAPSHOT published in Sonatype's OSS repo
Hi,
I notice during some of my build that service proxy generation relies on vert.x deprecated API.
Here is som mvn log :