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.