Closed Mikey-Burns closed 5 years ago
@vietj I was unable to get SpawnTest.testCat()
to work locally both without my changes and with them. I'd recommend running the test yourself before this goes in to make sure I don't accidentally break the build.
Got my workspace in order and now all of the tests are passing for me.
@vietj Bumping this so it can get reviewed.
yes sorry for the long time :-)
I will set travis first for building PR's
actually it's there :-)
actually I'm wondering how this works, since 3.6 has a new fetch method on ReadStream and this should not compile with 3.6
@vietj Is there something I can test regarding the ReadStream issue? It seems to be compiling locally and with Travis.
ok, I will have a look, I must be overlooking something I think
ReadStream in 3.6.0 has a fetch method and there are ReadStream impl in this project
the response is that those are not vertx stream (only for ReadStream) :-)
I think the reason is that back-pressure was bugged in the underlying project
as far as I remember
I've updated to 3.6.2 and also added support for kotlin generation
Update the dependencies to Vertx 3.6.0.
The other files were modified by the build. Let me know if you want me to remove them from the PR, or if they're supposed to be updated this way.
This solves #2.