Vert.x 4.4.1 发布,Java 的微服务开发框架
Vert.x 4.4.1 发布了,该版本主要是一些小问题修复,以及升级了依赖包,详细内容如下:
vertx-web
- Upgrade to GraphQL-Java 20.1
- HttpServerRequest.formAttributes() has redundant /r
- vertx web deployed in spring boot, static resource can't be found in spring boot jar
- Intermittent failures when testing SockJS on Windows
- Start enabling openapi 3.1
vertx-grpc
- Fix #35 - Fix array initialization
- fix metadata reading issue
- Error on documentation
- Bug when reading metadata
vertx-dependencies
vertx-hazelcast
vertx-json-schema
vertx-micrometer-metrics
vertx-auth
- Skip validation of opaque access tokens
- DuplicatedContext is replaced by EventLoopContext
- webauthn level 2: add support for resident key options
- Support a collections of roles in the MongoDB AuthorizationProvider
- Improve OIDC/OAuth2 Flow discovery
- Solidify both OAuth2 and JWT modules into OAuth2 and deprecate JWT in the future
vertx-sql-client
- Document dynamic pool configuration
- Writing "packet length: 203" to system out on connection to DB2
- Oracle Cursor / Streaming support
- Rework Oracle Client command scheduling
vert.x
- The client WebSocket upgrade on a worker thread can be racy and lose outbound frame
- The H2C upgrading stream of a connection closes the stream prematurely when the response is sent
- End of trace is missing response status when using the client and upgrading the connection
- Reusing existing Netty types to speedup http encoding and save scalability issues