stevedlawrence opened a new pull request, #1523: URL: https://github.com/apache/daffodil/pull/1523
On Scala 3 unidoc ignores java files because Scala 3 scaladoc only supports .tasty files--it does not support including .java files in the API. Our API is all java, so we modify the unidocAllSources setting to remove the Scala 3 logic and just find all scoped sources. This includes both .scala and .java files, so we filter to only include our .java API files. Also update the comments to make it clear we cannot support scaladoc, and since that is unlikely to ever be supported, this removes all files and configurations specific to scaladoc generation. Also restores the package-info.java for the root org.apache.daffodil.japi package, renaming and updating examples to use org.apache.daffodil.api. DAFFODIL-3012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org