Undertow 2.0.10 发布,高性能的嵌入式 Web 服务器

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Undertow 2.0.10 已发布,一如既往的,该版本依然没有提供任何更新说明,GitHub 上的提交信息也只是显示下个版本是 2.0.11.Final…… 2.0 版本最重要的更新是包含对 Servlet 4.0 的支持,这使得 Undertow 可在 Se...

Undertow 2.0.10 已发布,一如既往的,该版本依然没有提供任何更新说明,GitHub 上的提交信息也只是显示下个版本是 2.0.11.Final……

2.0 版本最重要的更新是包含对 Servlet 4.0 的支持,这使得 Undertow 可在 Servlet 应用中更方便使用 HTTP/2 特性。

此外,Undertow 2.0 保持向后兼容 Undertow 1.4,但不再支持 JDK7。

Maven

<dependency>
    <groupId>io.undertow</groupId>
    <artifactId>undertow-core</artifactId>
    <version>2.0.10.Final</version>
</dependency>
<dependency>
    <groupId>io.undertow</groupId>
    <artifactId>undertow-servlet</artifactId>
    <version>2.0.10.Final</version>
</dependency>
<dependency>
    <groupId>io.undertow</groupId>
    <artifactId>undertow-websockets-jsr</artifactId>
    <version>2.0.10.Final</version>
</dependency>

源码下载:https://github.com/undertow-io/undertow/releases/tag/2.0.10.Final


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Beautiful Code

Beautiful Code

Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99

In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具