vertx-gradle-plugin icon indicating copy to clipboard operation
vertx-gradle-plugin copied to clipboard

Ability to "blacklist" certain vertx version with known issue?

Open AndierZ opened this issue 6 years ago • 1 comments

I noticed this when using the plugin version 0.5.0, which uses Vert.x 3.7.0 by default. In that particular version, BodyCodecImpl.java from vertx.web.common and the interface it references: WriteStream.java from vertx-core-3.7.0.jar, are out of sync. The method signature for the "end" method doesn't match.

Is there a way to flag versions like that as "invalid", so the plugin won't allow them? Will save a lot of debugging for people I suppose.

Really appreciate the work you guys did.

AndierZ avatar Dec 06 '19 02:12 AndierZ

I'd say it is best to follow the recent versions of Vert.x than have the plugin maintain a list of versions to blacklist. I think 3.7.0 was more an exception than the norm.

jponge avatar Dec 16 '19 18:12 jponge