Hi,
We've just released version 4.7.2 of the driver.
It addresses one more regression identified after the 4.7.0 release last Monday:
- JAVA-2821: Can't connect to DataStax Astra using driver 4.7.x
Upgrading to this patch release is particularly recommended for DataStax Astra users.
As usual, the driver is available from Maven central:
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.7.2</version>
</dependency>
--
The Java driver team