3.6.2 Release Notes - vert-x3/wiki GitHub Wiki
vertx-codegen
vertx-core
- Deprecate the HttpClient request/response methods that use an Handler
- HttpClientRequest should be reset on a timeout
- NetSocket StartTLS upgrade failure should report an exception to the socket exception handler
- Improper parsing of multiple search domains in resolv.conf
- JsonObject cannot map to class with Instant or byte array field
vertx-tcp-eventbus-bridge
vertx-rx
- RxJava2: missing adpaters for async result handlers
- Unnamed module reads package io.vertx.reactivex from both vertx.rx.java2 and vertx.rx.java2.gen
- Expose WriteStream as Observer
- rx-gen module can't be used in OSGI environment crashing rx-java2 bundle
vertx-dropwizard-metrics
vertx-web
- SockJS session should always receive messages on context event loop
- change sockjs library url
- WebClient body stream codec should complete the stream for async files when it completes asynchronously
- staticHandler with range header produces bad response
- Web Client header removed during redirect after 3.6.0 upgrade
vertx-web-api-contract
- Behavior change when parse the OpenAPI file description
- Regressions from 3.5.x
- Optional body in request body definition throws 404
vertx-junit5
vertx-mysq-postgresql-client
vertx-lang-groovy
vertx-stack
vertx-cassandra-client
- Disconnect leads to NPE when no callback is provided
- ListenableFuture adapter does not invoke handler