square / okhttp

Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
https://square.github.io/okhttp/
Apache License 2.0
45.72k stars 9.15k forks source link

Javadocs are missing for all okhttp-4.x.x #7989

Open aleksejb-marketpay opened 1 year ago

aleksejb-marketpay commented 1 year ago

On maven central all 4.x.x versions have empty javadocs jar with size of 261 bytes. For example, version 4.0.0 https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.0.0/okhttp-4.0.0-javadoc.jar (261 bytes) Same for 4.7.2 https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.7.2/okhttp-4.7.2-javadoc.jar And latest ATM 4.11.0 https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0-javadoc.jar Versions 5.x.x looks ok, but they are in alpha ATM https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/5.0.0-alpha.9/okhttp-5.0.0-alpha.9-javadoc.jar. So all 4.x.x branch is missing javadocs.

JakeWharton commented 1 year ago

Maven Central is immutable so there's not really anything that can be done here.

aleksejb-marketpay commented 1 year ago

That is understandable, but can you fix it and release a new "patch" version with javadocs included? So we could just update dependency to something like 4.11.1?