中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

Undertow 2.0.10 發(fā)布,高性能的嵌入式 Web 服務(wù)器

2018-07-12    來(lái)源:oschina

容器云強(qiáng)勢(shì)上線!快速搭建集群,上萬(wàn)Linux鏡像隨意使用
Undertow

Undertow 2.0.10 已發(fā)布,一如既往的,該版本依然沒有提供任何更新說(shuō)明,GitHub 上的提交信息也只是顯示下個(gè)版本是 2.0.11.Final……

2.0 版本最重要的更新是包含對(duì) Servlet 4.0 的支持,這使得 Undertow 可在 Servlet 應(yīng)用中更方便使用 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

標(biāo)簽:

版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請(qǐng)與原作者聯(lián)系。

上一篇:分布式文檔存儲(chǔ)數(shù)據(jù)庫(kù) MongoDB 3.6.6 即將發(fā)布

下一篇:t-io 3.1.1 發(fā)布,順便孵化一款 Java 版 http 暴力測(cè)試工具