阿八博客
  • 100000+

    文章

  • 23

    评论

  • 20

    友链

  • 最近新加了很多技术文章,大家多来逛逛吧~~~~
  • 喜欢这个网站的朋友可以加一下QQ群,我们一起交流技术。

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

欢迎来到阿八个人博客网站。本 阿八个人博客 网站提供最新的站长新闻,各种互联网资讯。 喜欢本站的朋友可以收藏本站,或者加QQ:我们大家一起来交流技术! URL链接:https://www.abboke.com/ws/2019/0626/3971.html
ad-wrap">  

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 应用的云原生、容器优先框架。

zoom-in-cursor" height="541" src="/20190606/201906261200/084449_3FGW_3820517.png" style="box-sizing: border-box; margin: auto; max-width: 80%; vertical-align: middle; cursor: zoom-in; height: auto !important;" width="1290" />

特性包括:

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

相关文章