apache / pekko-http

The Streaming-first HTTP server/module of Apache Pekko
https://pekko.apache.org/
Apache License 2.0
149 stars 36 forks source link

Update sbt-pekko-paradox #505

Closed mdedetrich closed 6 months ago

mdedetrich commented 6 months ago

New version does not require all of the workarounds

Also ran

sbt -Dpekko.genjavadoc.enabled=true "docs/paradox; unidoc"

locally to confirm that it works

pjfanning commented 6 months ago

I would like to merge this if it succeeds. And even to backport it. This update includes a fix to stop our web site calling api.github.com. It's too time consuming to cover every Pekko repo but the core Pekko and Pekko HTTP repos are by far the most used (according to Nexus stats on repository.apache.org) - so it would be good to at least fix those docs.

It is quite likely that all Pekko repos will be updated in a few weeks (if we become a TLP). And fixing up the api.github.com on our most visited pages is helpful in this regard.

pjfanning commented 6 months ago

the link validator issue is a 404 - I've raised https://github.com/apache/incubator-pekko-http/pull/506

mdedetrich commented 6 months ago

Will wait for https://github.com/apache/incubator-pekko/pull/1170 to pass all tests just in case before merging