YugabyteDB Smart JDBC Driver 42.3.5-yb-4
This driver is based on the PostgreSQL driver and forked from https://github.com/pgjdbc/pgjdbc
This release contains fixes from upstream PG JDBC driver along with the following changes:
- Fix for the issue (Return correct port number from BaseDataSource.getUrl(), PR: #14
- Fix for the issue (yb-server-refresh-interval not getting picked via DataSource): https://yugabyte.atlassian.net/browse/DB-7904
Also, available on the maven coordinates:
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>jdbc-yugabytedb</artifactId>
<version>42.3.5-yb-4</version>
</dependency>
Driver documentation link: https://docs.yugabyte.com/latest/integrations/smart-driver/