Closed leotu closed 2 years ago
We may need to create a branch of Java client for Vert.x 3 and move the master branch towards Vert.x 4.
I am an Outreachy applicant @gaol @pendula95 can this be assigned to me?
hello @leotu am an outreachy applicant , can you assigne this to me ?.
Hello @gaol @pmlopes , Incase this issue is ready for work , would love working on it.
sure, any contribution is welcome :)
@pmlopes I would like have a branch called java-vertx-3
for vertx 3.x users, WDYT? :)
@gaol I think it's a good idea as we're trying to get everyone to be on vertx 4.
Hi @gaol @pmlopes I have sent in a PR for this #63. With regards to point 2, the file io.vertx.test.proxy.SocksProxy.java
is added automatically during test from the vertx-core
dependency with test scope.
i,e. "4.1.2</vertx.version>"
io.vertx.eventbusclient.test.TcpBusTest.java compiled failed: vertx.eventBus().send(...) should change to vertx.eventBus().request(...)
io.vertx.eventbusclient.test.WebSocketBusTest compiled failed: .requestHandler(router::accept) should change to .requestHandler(router::handle)