apache / pekko-projection

Apache Pekko Projections is intended for building systems with the CQRS pattern, and facilitate in event-based service-to-service communication.
https://pekko.apache.org/
Apache License 2.0
15 stars 7 forks source link

rsync japi docs? #32

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

https://nightlies.apache.org/pekko/docs/pekko-projection/main-snapshot/ only has 'docs' and 'api' dirs but we also tend to publish 'japi' docs too. See https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/

@mdedetrich fyi

mdedetrich commented 1 year ago

So the javadocs were not submitted because the project originally didn't generate javadocs, only scaladocs/paradox. I just had a quick look at this project and the none of the API is written in Java (the Java compatible api's are also written in Scala) which would explain why no Javadocs are generated?

pjfanning commented 1 year ago

Seems fair to me