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
21
21
Status:
22
22
23
23
* 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
26
26
27
27
28
28
## LICENSE
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.sourceforge.streamsupport</groupId >
6
6
<artifactId >http2client-java8</artifactId >
7
- <version >rc2 </version >
7
+ <version >0.1.0 </version >
8
8
9
9
<dependencies >
10
10
<dependency >
77
77
</sourceFileExcludes >
78
78
<offlineLinks >
79
79
<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 >
82
81
<location >./../../../java9-concurrent-backport/target/apidocs/</location >
83
82
</offlineLink >
84
83
</offlineLinks >
You can’t perform that action at this time.
0 commit comments