Skip to content

Commit

Permalink
Merge pull request #78 from smallrye/rename-adapters
Browse files Browse the repository at this point in the history
Rename the adapters module
  • Loading branch information
jponge authored Jul 11, 2022
2 parents 3081029 + 56f668c commit b0abeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/flow-adapters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JDK Flow from/to Reactive Streams Adapters

The `rs-flow-adapters` library (Maven coordinates `io.smallrye.reactive:rs-flow-adapters`) provides a *clean room* implementation of adapters from and to the [JDK Flow interfaces](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/Flow.html) that match those from Reactive Streams.
The `mutiny-zero-flow-adapters` library (Maven coordinates `io.smallrye.reactive:mutiny-zero-flow-adapters`) provides a *clean room* implementation of adapters from and to the [JDK Flow interfaces](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/Flow.html) that match those from Reactive Streams.

## Why another adapter library?

Expand Down
2 changes: 1 addition & 1 deletion mutiny-zero-flow-adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>rs-flow-adapters</artifactId>
<artifactId>mutiny-zero-flow-adapters</artifactId>
<name>SmallRye Mutiny Zero JDK Flow / Reactive Streams Adapters</name>
<packaging>jar</packaging>
<description>Adapters from/to JDK Flow and Reactive Streams</description>
Expand Down

0 comments on commit b0abeba

Please sign in to comment.