ion-java icon indicating copy to clipboard operation
ion-java copied to clipboard

Public JavaDocs include implementation details

Open toddjonker opened this issue 1 year ago • 1 comments

Several things have gone wrong with the documentation surfaced at https://www.javadoc.io/doc/com.amazon.ion/ion-java/latest/index.html

  • The entire com.amazon.ion.impl package tree should not be publicly documented.
  • Any class prefixed _Private_ should not be publicly documented.
  • The overview content is not present in the top-level package as expected.

toddjonker avatar Jun 15 '23 19:06 toddjonker

Looks like the same as #547 this is fallout from the move from Maven to Gradle between 1.9.5 and 1.9.6 in #461 No wonder the Gradle was more concise - it's missing half the configuration!

https://github.com/amazon-ion/ion-java/blob/v1.9.5/pom.xml#L227

neilcsmith-net avatar Aug 10 '23 12:08 neilcsmith-net