Francesco Guardiani
Francesco Guardiani
This could be done in a similar fashion to the encoders we already have for kafka and http libs
Hi @No9 can I ask you to rebase and reorganize that code as the new package organization?
You need to rebase because we did a tons of changes lately, including how we ship the bindings
Sorry for the delay. I've updated docs as requested. There is one thing that bothers me: If you choose to use Vertx annotator, you must always run the constructor rule...
@dewthefifth no the all properties constructor is not required by `@DataObject` annotation at all. The requirements for the annotation is a constructor with `JsonObject` as parameter and `JsonObject toJson()` method:...
@joelittlejohn yes this is what i'm talking about :smile:
@joelittlejohn where should i add an integration test?
Sounds interesting. Are you willing to contribute?
More than making replyError protected, it should add to error object the error string as "message" key, more than "body" key
Hi @nickbreen-lmax thanks for proposing yourself to contributing! I'm wondering how this could be implemented. Let me go through each case one by one: * `io.swagger.v3.oas.models.OpenAPI`: I prefer to avoid...