4.2.6 Release Notes
Julien Viet edited this page Mar 16, 2022
·
1 revision
Pages 161
Clone this wiki locally
vertx-web
vertx-zookeeper
vertx-hazelcast
issues
vertx-auth
- Fix #541: Given than we can't guarantee single thread access to the u…
- Ensure that the PRNG works with and without context
vertx-mqtt
vertx-jdbc-client
vertx-junit5
- Fix bad reporting of excessive flagging
- Checkpoints must fail the test when they are flagged more number of times than initially specified
vertx-sql-client
- Reactive Oracle client does not provide an Oracle-specific exception
- Support Oracle connection url format using TNSNames alias
- Fail properly when Oracle url format is not supported
- Support Oracle EZConnect url format
- Oracle uri parser requires a port in the Uri
- Pooled Postgres connections do not always send a terminate command to the database upon a pool close
- Always use a dedicated context for connections created in SqlConnectionPool
- IllegalStateException when pooled Oracle connection used on other context
- [PostgreSQL] X message never sent during close (Protocol violation)
- [ORACLE] Wrong JDBC type returned for
current_timestamp
vert.x
- HTTP connection closed exception
- [4.2] - [ISSUE-4304] clusterPublicPort should be ignored in toJson() result if it is the default value
- The method "beforeStoppingVertx" in Launcher has not been invoked.
- Closed pool connect failure should notify the connection slot future
- ConnectionBase discards incoming message when it has been proactively closed
- HttpClient handles HTTP/2 connection closing more gracefully
vertx-infinispan
vertx-rabbitmq-client
- [Regression in 4.0.0] RabbitMq consumer does not reconnect to non-durable queues when rabbit crashes