https://github.com/smallrye/smallrye-mutiny-zero
Zero-dependency Reactive Streams publishers library
https://github.com/smallrye/smallrye-mutiny-zero
Last synced: 3 months ago
JSON representation
Zero-dependency Reactive Streams publishers library
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-mutiny-zero
- Owner: smallrye
- License: apache-2.0
- Created: 2021-06-14T09:59:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:37:12.000Z (9 months ago)
- Last Synced: 2025-04-04T13:08:43.357Z (9 months ago)
- Language: Java
- Homepage: https://smallrye.io/smallrye-mutiny-zero/
- Size: 3.93 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/smallrye/smallrye-mutiny-zero/actions/workflows/build-main.yml)
[](https://opensource.org/licenses/Apache-2.0)
# ⚡️ Mutiny Zero: a zero-dependency Reactive Streams publishers library for Java
Mutiny Zero is a minimal API for creating [reactive-streams](https://www.reactive-streams.org) compliant publishers.
See [https://smallrye.io/smallrye-mutiny-zero/](https://smallrye.io/smallrye-mutiny-zero/) for the documentation.
## 📦 Build instructions
The project is built with Apache Maven and requires Java 11 and beyond:
```
$ mvn install
```
## ✨ Contributing
The project is licensed under the terms of the [Apache License Version 2.0](LICENSE).
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
The DCO text is also included verbatim in the [dco.txt](dco.txt) file in the root directory of the repository.
See [contribution notes and guidelines](CONTRIBUTING.md) for more details.