smallrye-mutiny icon indicating copy to clipboard operation
smallrye-mutiny copied to clipboard

Bump microprofile-reactive-streams.version from 2.0 to 3.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps microprofile-reactive-streams.version from 2.0 to 3.0. Updates microprofile-reactive-streams-operators-api from 2.0 to 3.0

Release notes

Sourced from microprofile-reactive-streams-operators-api's releases.

MicroProfile Reactive Streams Operators 3.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>
Commits
  • c82adfd [maven-release-plugin] prepare release 3.0
  • 568ce2f [maven-release-plugin] prepare for next development iteration
  • d8c73d5 [maven-release-plugin] prepare release 3.0-RC1
  • 9cde7af ServiceLoader.load() should be in a privileged action (#170)
  • 4c4eacc Add Helidon as available implementation (#172)
  • ab35872 Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment
  • 6e47b08 more update for Jakarta EE 9.1 alignment
  • a61e00f Jakarta EE 9.1 Alignment (#171)
  • 9f94118 Merge pull request #167 from soujava/update_readme_add_vendor
  • b92c4ed Update README.adoc
  • Additional commits viewable in compare view

Updates microprofile-reactive-streams-operators-core from 2.0 to 3.0

Release notes

Sourced from microprofile-reactive-streams-operators-core's releases.

MicroProfile Reactive Streams Operators 3.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>
Commits
  • c82adfd [maven-release-plugin] prepare release 3.0
  • 568ce2f [maven-release-plugin] prepare for next development iteration
  • d8c73d5 [maven-release-plugin] prepare release 3.0-RC1
  • 9cde7af ServiceLoader.load() should be in a privileged action (#170)
  • 4c4eacc Add Helidon as available implementation (#172)
  • ab35872 Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment
  • 6e47b08 more update for Jakarta EE 9.1 alignment
  • a61e00f Jakarta EE 9.1 Alignment (#171)
  • 9f94118 Merge pull request #167 from soujava/update_readme_add_vendor
  • b92c4ed Update README.adoc
  • Additional commits viewable in compare view

Updates microprofile-reactive-streams-operators-tck from 2.0 to 3.0

Release notes

Sourced from microprofile-reactive-streams-operators-tck's releases.

MicroProfile Reactive Streams Operators 3.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>
Commits
  • c82adfd [maven-release-plugin] prepare release 3.0
  • 568ce2f [maven-release-plugin] prepare for next development iteration
  • d8c73d5 [maven-release-plugin] prepare release 3.0-RC1
  • 9cde7af ServiceLoader.load() should be in a privileged action (#170)
  • 4c4eacc Add Helidon as available implementation (#172)
  • ab35872 Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment
  • 6e47b08 more update for Jakarta EE 9.1 alignment
  • a61e00f Jakarta EE 9.1 Alignment (#171)
  • 9f94118 Merge pull request #167 from soujava/update_readme_add_vendor
  • b92c4ed Update README.adoc
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 19 '22 09:09 dependabot[bot]

Codecov Report

Merging #1053 (4befa77) into main (04cd292) will increase coverage by 0.40%. The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1053      +/-   ##
============================================
+ Coverage     89.42%   89.82%   +0.40%     
- Complexity     3335     3357      +22     
============================================
  Files           457      457              
  Lines         13229    13229              
  Branches       1652     1652              
============================================
+ Hits          11830    11883      +53     
+ Misses          734      697      -37     
+ Partials        665      649      -16     
Impacted Files Coverage Δ
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 80.95% <0.00%> (-4.77%) :arrow_down:
...y/operators/multi/builders/IterableBasedMulti.java 81.91% <0.00%> (-2.13%) :arrow_down:
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-1.69%) :arrow_down:
...lrye/mutiny/operators/uni/builders/UniJoinAll.java 94.44% <0.00%> (-1.39%) :arrow_down:
...iny/operators/multi/builders/BaseMultiEmitter.java 84.31% <0.00%> (ø)
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 87.03% <0.00%> (+0.92%) :arrow_up:
...allrye/mutiny/operators/uni/UniAndCombination.java 91.17% <0.00%> (+0.98%) :arrow_up:
...java/io/smallrye/mutiny/helpers/Subscriptions.java 81.76% <0.00%> (+1.10%) :arrow_up:
...erators/multi/builders/BufferItemMultiEmitter.java 92.10% <0.00%> (+1.31%) :arrow_up:
...subscription/SwitchableSubscriptionSubscriber.java 97.61% <0.00%> (+1.58%) :arrow_up:
... and 10 more

codecov[bot] avatar Sep 19 '22 09:09 codecov[bot]

/cc @cescoffier Also this one (main branch here)

jponge avatar Sep 26 '22 13:09 jponge