Vert.x 3.8.3 release, based on the JVM Node replacement

Vert.x 3.8.3 release, this is a bugfix release.

Vert.x is a next-generation asynchronous, scalable, concurrent application framework, designed to provide an alternative for a Node.js JVM. Developers can use it JavaScript, Ruby, Groovy, Java, and even mixed language to write applications.

This updated version includes:

  • Netty upgrade to 4.1.42.Final
  • Future # flatMap method provides a method of Future # compose alias
  • Future # compose extended to allow the re-mapping error
  • Deadlock occurs when multiple instances of the vertical start deploying network server
  • AsyncFile not lock handler calls
  • Remove succeeded / failed Promise creation
  • ServerWebSocket asynchronous handshake method to use future, rather than promise
  • NPE on WebSocket reject
  • ASyncFileImpl / PipeImpl in deadlock
  • HttpServerOptions.setCompressionSupported (true) interrupt H2C upgrade

Detail View:

https://github.com/vert-x3/wiki/wiki/3.8.3-Release-Notes

https://vertx.io/blog/eclipse-vert-x-3-8-3

View abandoned and destructive changes:

Guess you like

Origin www.oschina.net/news/110823/vert-x-3-8-3-released