java-driver
java-driver copied to clipboard
Published Javadocs for Java Driver 4.x are incomplete
https://java-driver.docs.scylladb.com/scylla-4.13.0.x/api/index-all.html
The generated Javadocs don't contain classes from non-core modules, like "query-builder" submodule. This leads to 404 errors, for example on https://java-driver.docs.scylladb.com/stable/manual/query_builder/insert/index.html QueryBuilder link leads to nonexistent https://java-driver.docs.scylladb.com/scylla-4.13.0.x/api/com/datastax/oss/driver/api/querybuilder/QueryBuilder.html
This problem does not affect Java Driver 3.x branch.