Skip to content

Commit 5756b4a

Browse files
committed
Merge branch 'master' of https://github.com/vsilaev/tascalate-concurrent into master
2 parents 26e814c + 2319c2e commit 5756b4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The library provides an implementation of the [CompletionStage](https://docs.ora
44

55
Since the version [0.7.0](https://github.com/vsilaev/tascalate-concurrent/releases/tag/0.7.0) the library is shipped as a multi-release JAR and may be used both with Java 8 as a classpath library or with Java 9+ as a module.
66

7-
IMPORTANT!
7+
**IMPORTANT!**
88

99
In the version [0.8.0](https://github.com/vsilaev/tascalate-concurrent/releases/tag/0.8.0) the artifact was renamed:
1010
New name:
@@ -23,7 +23,8 @@ Old Name
2323
<version>0.7.1</version>
2424
</dependency>
2525
```
26-
26+
**IMPORTANT!**
27+
Don't use release 0.9.0, use [0.9.1](https://github.com/vsilaev/tascalate-concurrent/releases/tag/0.9.1) instead -- the previous one is severely broken, see release notes for 0.9.1.
2728

2829
# Why a CompletableFuture is not enough?
2930
There are several shortcomings associated with [CompletableFuture](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html) implementation that complicate its usage for real-life asynchronous programming, especially when you have to work with I/O-bound interruptible tasks:

0 commit comments

Comments
 (0)