This repository was archived by the owner on Feb 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ of the HTTP client a backport of the Java 9 CompletableFuture is necessary as a
2121Status:
2222
2323* Logging is not functional yet
24- * Most of the tests are working without resorting to daring gimmicks (but some need them)
25- * Ready for use by more adventurous devs
24+ * Almost all of the tests are working now without resorts to daring gimmicks
25+ * Ready to use by the more adventurous developer
2626
2727
2828## LICENSE
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.sourceforge.streamsupport</groupId >
66 <artifactId >http2client-java8</artifactId >
7- <version >rc2 </version >
7+ <version >0.1.0 </version >
88
99 <dependencies >
1010 <dependency >
7777 </sourceFileExcludes >
7878 <offlineLinks >
7979 <offlineLink >
80- <!-- TODO: change to the correct java9-concurrent-backport javadoc.io URL once this is online -->
81- <url >https://static.javadoc.io/net.sourceforge.streamsupport/android-retrofuture/1.6.1/</url >
80+ <url >https://stefan-zobel.github.io/java9-concurrent-backport/apidocs/</url >
8281 <location >./../../../java9-concurrent-backport/target/apidocs/</location >
8382 </offlineLink >
8483 </offlineLinks >
You can’t perform that action at this time.
0 commit comments