Eclipse Vert.x JDBC Client 4.4.3.1 released!

Users of the module vertx-jdbc-client might have noticed a regression with regression which prevents the client to connect to the database in some cases.

Users should only update this dependency until an upgrade to a regular next full stack release, for example, if you’re using maven as your build tool and on Vert.x 4.4.3, then:

  <dependencies>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <version>4.4.3</version>
    </dependency>
 
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-jdbc-client</artifactId>
      <!-- only this dependency version should be updated -->
      <version>4.4.3.1</version>
    </dependency>
 
  </dependencies>

Happy coding and see you soon on our user or dev channels.

Posted on 8 June 2023
in releases
1 min read

Related posts