okhttp icon indicating copy to clipboard operation
okhttp copied to clipboard

Documentation of MockWebServer-Junit5 mentions a non-existent version

Open hubertgrzeskowiak opened this issue 3 years ago • 2 comments

https://github.com/square/okhttp/tree/master/mockwebserver-junit5 says to use this dependency:

testRuntimeOnly("com.squareup.okhttp3:mockwebserver3-junit5:4.9.1")

but the library does not show up on https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver3-junit5. Maven Central only has the alpha version 5.0.0-alpha.2.

Related: https://github.com/square/okhttp/issues/6769

hubertgrzeskowiak avatar Jul 28 '21 00:07 hubertgrzeskowiak

Will leave here as a signpost and close with the release of 5.0.

We have a note in the readme for Graal "This is not currently in a final released version, so 5.0.0-alpha.2 should be used. Please report any bugs or workarounds you find." but not sure this rises to that level given it's not in the top level readme.

yschimke avatar Jul 28 '21 08:07 yschimke

Given that this issue is now nearly 2 years old, is it perhaps time to change the documentation page of mockwebserver3-junit5? It still shows a (now different) non-existing version, without any notice that the version is not available - until you try to download, and then search the issues for someone else with the same problem.

lesteenman avatar Jun 26 '23 13:06 lesteenman