5

Eclipse Vert.x JDBC Client 4.4.3.1 released!

 1 year ago
source link: https://vertx.io/blog/eclipse-vert-x-jdbc-client-4-3-3-1/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Eclipse Vert.x JDBC Client 4.4.3.1 released!

Users of the mod­ule vertx-jdbc-client might have no­ticed a re­gres­sion with re­gres­sion which pre­vents the client to con­nect to the data­base in some cases.

Users should only up­date this de­pen­dency until an up­grade to a reg­u­lar next full stack re­lease, for ex­am­ple, 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 cod­ing and see you soon on our user or dev chan­nels.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK