Vert.x 3.2.0 发布,主要更新如下:
vertx-lang-ceylon: the support of the Ceylon language!
vertx-tcp-bridge: an event bus bridge that lets any TCP-capable application to interact with vert.x applications using the event bus.
vertx-hawkular-metric: an implementation of the vert.x metrics for Hawkular. In addition, it lets you report your own metrics to hawkular.
A new stack manager to configure the vert.x distribution with the content you want.
vertx-shell is now an official component.
vertx-jgroups: an alternative implementation of the vert.x cluster manager using JGroups. This component is a technical preview.
重大更新:
https://github.com/vert-x3/wiki/wiki/3.2.0-Breaking-changes
Vert.x是一个用于下一代异步、可伸缩、并发应用的框架,旨在为JVM提供一个Node.js的替代方案。开发者可以通过它使用JavaScript、Ruby、Groovy、Java、甚至是混合语言来编写应用。
软件详情:https://github.com/vert-x3/wiki/wiki/3.2.0---Release-Notes
下载地址:https://bintray.com/vertx/downloads/distribution/3.2.0/view
来自:开源中国社区

