io.smallrye.reactive:smallrye-reactive-streams-operators-tck

An implementation of the MicroProfile Reactive Streams Operators specification

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Reactive Streams Контейнер Микросервисы Reactive libraries
Группа

Группа

io.smallrye.reactive
Идентификатор

Идентификатор

smallrye-reactive-streams-operators-tck
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

An implementation of the MicroProfile Reactive Streams Operators specification
Организация-разработчик

Организация-разработчик

SmallRye

Скачать smallrye-reactive-streams-operators-tck

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
io.smallrye.reactive : smallrye-reactive-streams-operators-cdi jar 1.0.5
io.smallrye.reactive : smallrye-reactive-streams-vertx-execution-model jar 1.0.5
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-api jar 1.0
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0
io.reactivex.rxjava2 : rxjava jar 2.2.8

provided (1)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar 2.0.SP1

test (7)

Идентификатор библиотеки Тип Версия
org.jboss.weld.se : weld-se-core jar 3.1.1.Final
org.jboss.arquillian.container : arquillian-weld-embedded jar 2.0.1.Final
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0
junit : junit jar 4.12
org.testng : testng jar 6.14.3
org.assertj : assertj-core jar 3.12.2
org.awaitility : awaitility jar 3.1.6

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.1
0.2.2
0.2.1
0.2.0