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
- Netty 4.1.90.Final ugprade
- Update to snakeyml 2.0
vertx-hazelcast
- NPE when putting nodeId to nodeInfoMap
vertx-json-schema
- Implement the latest 2020-12 spec
vertx-micrometer-metrics
- Upgrade to Micrometer 1.10.5
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
vertx-rabbitmq-client
- Trust all option does not work anymore
vertx-kafka-client
- (fix) #228: Fixes createPartitions flakiness by waiting a bit for the new partitions to appear in DescribeTopics
vertx-lang-kotlin
- Add Vert.x core dependency back
vertx-proton
- Update to proton-j 0.34.1
vertx-tracing
- Fix/vertx span parenting (4.x)