vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Java web-examples: Type conversion error #363

Closed Mersenne255 closed 5 years ago

Mersenne255 commented 5 years ago

Inside 'web-examples' module, there are several instances of: java: incompatible types: io.vertx.ext.web.Router cannot be converted to io.vertx.ext.web.handler.sockjs.SockJSHandler E.g: io.vertx.example.web.chat.Server:42

vietj commented 5 years ago

thanks a lot