Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rxjava from 3.1.0 to 3.1.1 #668

Merged
merged 1 commit into from Aug 31, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2021

Bumps rxjava from 3.1.0 to 3.1.1.

Release notes

Sourced from rxjava's releases.

3.1.1

Maven JavaDocs

API promotions

  • The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the io.reactivex.rxjava3.operators package. (#7320)

Bugfixes

  • Specify proper OSGi unique bundle symbolic name of io.reactivex.rxjava3.rxjava. (#7319)
  • Fix ExecutorScheduler initializing Schedulers prematurely when using RxJavaPlugins.createExecutorScheduler. (#7323)
  • Fix the LamdbaConsumerIntrospection of Completable's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#7326)
Commits
  • 939b5ce Align hasCustomOnError behavior of CallbackCompletableObserver with LambdaObs...
  • f5ff589 Bump mockito-core from 3.12.3 to 3.12.4 (#7325)
  • f3d8583 3.x: Fix ExecutorScheduler initializing Schedulers prematurely (#7323)
  • 9de33ea 3.x: Specify proper OSGi unique bundle symbolic name (#7319)
  • 80c83a4 3.x: Standardize many of the operator fusion interfaces & queues (#7320)
  • 804b8ef Bump mockito-core from 3.12.1 to 3.12.3 (#7322)
  • 001ea40 Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#7321)
  • 3e77f5c Bump mockito-core from 3.11.2 to 3.12.1 (#7316)
  • 1d81a90 Update gradle 7.2 (#7314)
  • 839917a Disable publish action in forked repository (#7313)
  • 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 [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2021
@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #668 (1e4a825) into main (a526e97) will increase coverage by 0.24%.
The diff coverage is n/a.

❗ Current head 1e4a825 differs from pull request most recent head 1cd3873. Consider uploading reports for the commit 1cd3873 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #668      +/-   ##
============================================
+ Coverage     89.85%   90.10%   +0.24%     
- Complexity     2976     2982       +6     
============================================
  Files           374      374              
  Lines         11752    11752              
  Branches       1476     1478       +2     
============================================
+ Hits          10560    10589      +29     
+ Misses          611      596      -15     
+ Partials        581      567      -14     
Impacted Files Coverage Δ
...mallrye/mutiny/helpers/queues/MpscLinkedQueue.java 90.32% <0.00%> (-8.07%) ⬇️
...erators/multi/builders/SerializedMultiEmitter.java 81.01% <0.00%> (-1.27%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 85.98% <0.00%> (+0.93%) ⬆️
...smallrye/mutiny/operators/multi/MultiEmitOnOp.java 90.47% <0.00%> (+0.95%) ⬆️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 89.79% <0.00%> (+1.02%) ⬆️
...allrye/mutiny/operators/uni/UniAndCombination.java 89.53% <0.00%> (+1.16%) ⬆️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.66% <0.00%> (+1.65%) ⬆️
...y/operators/multi/processors/UnicastProcessor.java 97.34% <0.00%> (+1.76%) ⬆️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 75.63% <0.00%> (+2.52%) ⬆️
...operators/multi/builders/CollectionBasedMulti.java 96.77% <0.00%> (+6.45%) ⬆️
... and 2 more

@jponge jponge added this to the 1.1.0 milestone Aug 31, 2021
@jponge jponge merged commit 77263eb into main Aug 31, 2021
@jponge jponge deleted the dependabot/maven/io.reactivex.rxjava3-rxjava-3.1.1 branch August 31, 2021 13:48
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.

None yet

1 participant