Skip to content

3.4.2 Breaking Changes

Paulo Lopes edited this page May 19, 2017 · 6 revisions

Redis Client

Vert.x Web

  • existing handlebars templates using partials with full paths will break and will need to be converted to ones compatible with handlebars.java (already prefixed path). The inheritance behaviour is now correct as per engine implementation.

Vert.x Auth

  • The internal module jwt was moved from package: io.vertx.ext.auth.jwt to io.vertx.ext.jwt to avoid a split package issue with upcoming java9

Vert.x gRPC

  • VertxChannelBuilder#useSsl(Handler<ClientOptionsBase>) replaces VertxChannelBuilder#useSsl(Handler<TCPSSLOptions>)
Clone this wiki locally