datastax / astra-db-java

Java Client for DataStax Astra DB and the Data API
https://datastaxdevs.github.io/astra-db-java/latest/
Apache License 2.0
11 stars 3 forks source link

Fix #4: Javadoc errors, pom.xml versions, minor README update #5

Closed tatu-at-datastax closed 7 months ago

tatu-at-datastax commented 7 months ago

As per title, resolves all JDK 11/javac javadoc generation errors (self-enclosing HTML tags not allowed; @link references cannot use type parameters), as well as minor updates to README.MD. Also fixes jackson-bom import to work so versions not needed for actual dependencies. And last but not least, fixes version references across pom.xml's.

Feel free to modify as needed.

With this, mvn -Dtest.skipped=true clean install passes on my machine.

I also noticed that astra-db-java/pom.xml does not use main pom as its parent -- not sure if that is intentional so did not change.

tatu-at-datastax commented 7 months ago

@clun I fixed merge conflicts; is there something else I should do for this PR? It'd be nice to get merged to allow clean build. I can also do a PR for basic CI (Github Action) next.