Jetty 9.4.6 发布了。Jetty 是一个开源的 servlet 容器,它为基于 Java 的 web 内容,例如 JSP 和 servlet 提供运行环境。Jetty 是使用 Java 语言编写的,它的 API 以一组 JAR 包的形式发布。开发人员可以将 Jetty 容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的 Java 应用提供网络和 web 连接。
更新内容:
Â+ 523 TLS close behaviour breaking session resumption
Â+ 1108 Please improve logging in SslContextFactory when there are no approvedÂcipher suites
Â+ 1505 Adding jetty.base.uri and jetty.home.uri
Â+ 1514 websocket dump badly formatted
Â+ 1516 Delay starting of WebSocketClient until an attempt to connect is made
Â+ 1520 PropertyUserStore should extract packed config file
Â+ 1526 MongoSessionDataStore old session scavenging is broken due to theÂmissing $ sign in "and" operation
Â+ 1527 Jetty BOM should not depend on jetty-parent
完整内容请参阅发行说明。
下载地址:
Maven Central:Âhttp://central.maven.
org/maven2/org/eclipse/jetty/
暂无更多评论