Bump microprofile-reactive-streams.version from 2.0 to 3.0
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.0568ce2f[maven-release-plugin] prepare for next development iterationd8c73d5[maven-release-plugin] prepare release 3.0-RC19cde7afServiceLoader.load() should be in a privileged action (#170)4c4eaccAdd Helidon as available implementation (#172)ab35872Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment6e47b08more update for Jakarta EE 9.1 alignmenta61e00fJakarta EE 9.1 Alignment (#171)9f94118Merge pull request #167 from soujava/update_readme_add_vendorb92c4edUpdate 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.0568ce2f[maven-release-plugin] prepare for next development iterationd8c73d5[maven-release-plugin] prepare release 3.0-RC19cde7afServiceLoader.load() should be in a privileged action (#170)4c4eaccAdd Helidon as available implementation (#172)ab35872Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment6e47b08more update for Jakarta EE 9.1 alignmenta61e00fJakarta EE 9.1 Alignment (#171)9f94118Merge pull request #167 from soujava/update_readme_add_vendorb92c4edUpdate 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.0568ce2f[maven-release-plugin] prepare for next development iterationd8c73d5[maven-release-plugin] prepare release 3.0-RC19cde7afServiceLoader.load() should be in a privileged action (#170)4c4eaccAdd Helidon as available implementation (#172)ab35872Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment6e47b08more update for Jakarta EE 9.1 alignmenta61e00fJakarta EE 9.1 Alignment (#171)9f94118Merge pull request #167 from soujava/update_readme_add_vendorb92c4edUpdate 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #1053 (4befa77) into main (04cd292) will increase coverage by
0.40%. The diff coverage isn/a.
Additional details and impacted files
@@ 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 |
/cc @cescoffier Also this one (main branch here)