Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the adapters module #78

Merged
merged 1 commit into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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