Skip to content

Bump reactive-streams from 1.0.3 to 1.0.4#154

Merged
akarnokd merged 1 commit into3.xfrom
dependabot/gradle/org.reactivestreams-reactive-streams-1.0.4
May 27, 2022
Merged

Bump reactive-streams from 1.0.3 to 1.0.4#154
akarnokd merged 1 commit into3.xfrom
dependabot/gradle/org.reactivestreams-reactive-streams-1.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2022

Bumps reactive-streams from 1.0.3 to 1.0.4.

Changelog

Sourced from reactive-streams's changelog.

Version 1.0.4 released on 2022-05-20

Announcement:

We—the Reactive Streams community—are pleased to announce the immediate availability of Reactive Streams 1.0.4. This update to Reactive Streams brings the following improvements over 1.0.3.

Highlights:

  • License
    • This project is now (re-)licensed under MIT No Attribution (SPDX: MIT-0)
  • Specification
  • Interfaces
    • No changes
  • Technology Compatibility Kit (TCK)
    • Improved verification of Subscriber rule §2.3
    • Improved JavaDoc
  • Examples
    • No changes
  • Artifacts
    • No changes

Specification clarifications 1.0.4

Subscriber Rule 7

1.0.3: The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a happens-before relation between each of the calls is established.

1.0.4: The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a serial relation between each of the calls is established.

Contributors

... (truncated)

Commits
  • 944163a Preparing for releasing 1.0.4
  • 899f17f Merge pull request #532 from akarnokd/patch-3
  • 1f0cc2b Do not build on JDK 13.
  • 1744f5e Merge pull request #516 from sullis/github-actions-ci
  • a73647f Update .github/workflows/ci.yml
  • 45b8627 migrate from Travis CI to GitHub Actions CI
  • cb0710e Addresses #528 by upgrading testng to 7.3.0
  • 006202e Preparing relicensing to MIT-0
  • d4d08aa Correcting the wrong default timeout parameter in TestEnvironment ctor
  • 69098e1 Merge pull request #524 from kiiadi/license-approval
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/reactive-streams/reactive-streams/releases)
- [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md)
- [Commits](reactive-streams/reactive-streams-jvm@v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: org.reactivestreams:reactive-streams
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 27, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2022

Codecov Report

Merging #154 (dca62a4) into 3.x (9930f92) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.x     #154      +/-   ##
============================================
+ Coverage     83.97%   84.01%   +0.03%     
- Complexity     2186     2189       +3     
============================================
  Files           388      388              
  Lines         16473    16473              
  Branches       1906     1906              
============================================
+ Hits          13834    13840       +6     
+ Misses         1998     1991       -7     
- Partials        641      642       +1     
Impacted Files Coverage Δ
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan8.java 80.35% <0.00%> (-5.36%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan3.java 85.71% <0.00%> (-4.77%) ⬇️
.../java/hu/akarnokd/rxjava3/joins/JoinObserver1.java 70.96% <0.00%> (-1.62%) ⬇️
...akarnokd/rxjava3/schedulers/ParallelScheduler.java 93.82% <0.00%> (-0.57%) ⬇️
...rnokd/rxjava3/operators/FlowableSwitchFlatMap.java 90.33% <0.00%> (-0.49%) ⬇️
.../hu/akarnokd/rxjava3/operators/FlowableExpand.java 94.83% <0.00%> (-0.47%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan4.java 82.14% <0.00%> (ø)
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan7.java 84.00% <0.00%> (ø)
...rnokd/rxjava3/basetypes/BlockingGetSubscriber.java 40.50% <0.00%> (+1.26%) ⬆️
...rnokd/rxjava3/operators/ObservableFilterAsync.java 100.00% <0.00%> (+1.80%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9930f92...dca62a4. Read the comment docs.

@akarnokd akarnokd merged commit a92faed into 3.x May 27, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/org.reactivestreams-reactive-streams-1.0.4 branch May 27, 2022 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant