Empty Release Project to Avoid Maven Bug


License

License

Categories

Categories

React User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries
GroupId

GroupId

io.smallrye.reactive
ArtifactId

ArtifactId

smallrye-reactive-streams-operators-release
Last Version

Last Version

1.0.13
Release Date

Release Date

Type

Type

pom
Description

Description

Empty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug
Project Organization

Project Organization

SmallRye

Download smallrye-reactive-streams-operators-release

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-release/ -->
<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-streams-operators-release</artifactId>
    <version>1.0.13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-release/
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-release:1.0.13'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-release/
implementation ("io.smallrye.reactive:smallrye-reactive-streams-operators-release:1.0.13")
'io.smallrye.reactive:smallrye-reactive-streams-operators-release:pom:1.0.13'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-release" rev="1.0.13">
  <artifact name="smallrye-reactive-streams-operators-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-release', version='1.0.13')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-release" % "1.0.13"
[io.smallrye.reactive/smallrye-reactive-streams-operators-release "1.0.13"]

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-api jar 1.0.1
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0.1

test (5)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0.1
junit : junit jar 4.13
org.testng : testng jar 6.14.3
org.assertj : assertj-core jar 3.15.0
org.awaitility : awaitility jar 4.0.2

Project Modules

There are no modules declared in this project.

Implementation of the MicroProfile Reactive Streams Operator specification


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/

Build Status Quality Gate Status License Maven

Getting started

Check the Getting Started section from the documentation.

You can also look at the:

Built With

  • RX Java 2
  • Eclipse Vert.x (optional)

How to build

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

How to contribute

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.

Sponsors

The project is sponsored by Red Hat.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

io.smallrye.reactive

SmallRye

Versions

Version
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7