Using GraalVM native images with the driver raises a couple of errors, such as ``` Class java.time.ZonedDateTime[] is instantiated reflectively but was never registered ``` during the application startup. We can provide a `reflect-config.json` to mitigate that issue.