IMPORTANT: This repository is in maintenance mode. No new features will be implemented.
Another implementation of MicroProfile Reactive Streams Operators is available in Mutiny. It is recommended to switch to this implementation.
Reactive Converters have been migrated to https://github.com/smallrye/smallrye-reactive-utils.
If you have any questions, send a message to https://groups.google.com/forum/#!forum/smallrye.
Documentation: https://www.smallrye.io/smallrye-reactive-streams-operators/
Check the Getting Started section from the documentation.
You can also look at the:
mvn clean install
To collect the code coverage:
mvn clean verify -Pcoverage
# to generate the report
cd implementation
mvn jacoco:report -Djacoco.dataFile=target/jacoco.exec -Pcoverage
The code coverage combines unit tests and TCK. The report is generated in the target/site/jacoco/index.html
Just open a pull request. Makes sure to run the tests and the TCK before opening the PR. Don't forget that documentation and tests are as important as the code (if not more).
Please read the contribution guidelines for details, and the process for submitting pull requests.
The project is sponsored by Red Hat.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.