Quarkus 0.17.0 发布,云原生、容器优先 Java 开发框架

Quarkus 继续其每 2-3 周一次发布的节奏。最新版 (0.17.0) 包含 125+ 变动 ,其中有新特性、bug 修复和文档更新。

值得关注的改进有:

  • New AMQP Extension. The AMQP guide and quickstart cover how to use MicroProfile Reactive Messaging with AMQP.
  • New Apache Kafka Streams Extension. Create streaming queries with the Kafka Streams API. Check out the Quickstart.
  • New Kogito (Business Automation) Extension. The guide demonstrates how to use Kogito (jBPM + Drools) to add business automation to an application.
  • Integrates Hibernate ORM with Hibernate Validator. Improves Hibernate Validator constraint integration with SQL generation.
  • SmallRye MicroProfile Health Check Extension 2.0 support. MicroProfile Health Check 2.0 (see specification PDF) adds @Liveness and @Readiness annotations while deprecating the @Health annotation.

Quarkus 是一个用于编写 Java 应用的云原生、容器优先框架。

特性包括:

  • 容器优先:最小的Java应用程序,最适合在容器中运行
  • 云原生:在 Kubernetes 等环境中采用 12 要素原则。
  • 统一命令式与反应式:在一个编程模型下带来非阻塞和命令式开发风格。
  • 基于标准:Standards-based:基于一些标准和框架(RESTEasy、Hibernate、Netty、Eclipse Vert.x、Apache Camel ......)。
  • 微服务优先:快速启动项目编写 Java 应用。
  • 以开发为中心

猜你喜欢

转载自www.oschina.net/news/107755/quarkus-0-17-0-released