Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps reactiveStreamsVersion from 1.0.3 to 1.0.4.
Updates 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

Updates reactive-streams-tck from 1.0.3 to 1.0.4

Changelog

Sourced from reactive-streams-tck'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 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 27, 2022
@codecov
Copy link

codecov bot commented May 27, 2022

Codecov Report

Merging #7424 (d14392e) into 3.x (4a665c9) will increase coverage by 0.05%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.x    #7424      +/-   ##
============================================
+ Coverage     99.52%   99.57%   +0.05%     
- Complexity     6781     6782       +1     
============================================
  Files           751      751              
  Lines         47482    47482              
  Branches       6378     6378              
============================================
+ Hits          47255    47279      +24     
+ Misses          106       93      -13     
+ Partials        121      110      -11     
Impacted Files Coverage Δ
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 89.90% <0.00%> (-8.26%) ⬇️
...xjava3/internal/observers/FutureMultiObserver.java 96.61% <0.00%> (-3.39%) ⬇️
...ternal/operators/completable/CompletableMerge.java 98.64% <0.00%> (ø)
...operators/flowable/FlowableConcatMapScheduler.java 99.60% <0.00%> (+0.39%) ⬆️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.58% <0.00%> (+0.41%) ⬆️
.../reactivex/rxjava3/observers/BaseTestConsumer.java 100.00% <0.00%> (+0.53%) ⬆️
.../operators/observable/ObservableCombineLatest.java 100.00% <0.00%> (+0.61%) ⬆️
...a3/internal/operators/flowable/FlowableCreate.java 99.02% <0.00%> (+0.64%) ⬆️
.../operators/observable/ObservableFlatMapSingle.java 97.61% <0.00%> (+0.79%) ⬆️
...a3/internal/operators/flowable/FlowableReplay.java 99.78% <0.00%> (+0.85%) ⬆️
... and 6 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@akarnokd
Copy link
Member

@dependabot recreate

Bumps `reactiveStreamsVersion` from 1.0.3 to 1.0.4.

Updates `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)

Updates `reactive-streams-tck` 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
- dependency-name: org.reactivestreams:reactive-streams-tck
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/reactiveStreamsVersion-1.0.4 branch from 9717430 to d14392e Compare May 27, 2022 16:58
@akarnokd akarnokd merged commit ebdccf4 into 3.x May 27, 2022
@dependabot dependabot bot deleted the dependabot/gradle/reactiveStreamsVersion-1.0.4 branch May 27, 2022 18:29
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant