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.
@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.
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.