You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2023/01/20 14:02:51 UTC

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #383: Bump rxjava from 3.1.5 to 3.1.6

dependabot[bot] opened a new pull request, #383:
URL: https://github.com/apache/httpcomponents-core/pull/383

   Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.5 to 3.1.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/ReactiveX/RxJava/releases">rxjava's releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.6</h2>
   <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.6%7C">Maven</a>
   <a href="http://reactivex.io/RxJava/3.x/javadoc/3.1.6">JavaDocs</a></p>
   <h4>API changes</h4>
   <ul>
   <li>Add an overload to <code>throttleLatest</code> operator with an <code>onDropped</code> callback. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7457">#7457</a><!-- raw HTML omitted -->)</li>
   <li>Add  an overload to <code>throttleFirst</code>  operator with an <code>onDropped</code> callback. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7482">#7482</a><!-- raw HTML omitted -->)</li>
   <li>Add  an overload to <code>throttleLast</code> operator with an <code>onDropped</code> callback. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7488">#7488</a><!-- raw HTML omitted -->)</li>
   <li>Add  an overload to <code>throttleWithTimeout</code> operator with an <code>onDropped</code> callback. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7510">#7510</a><!-- raw HTML omitted -->)</li>
   </ul>
   <h4>Bugfixes</h4>
   <ul>
   <li>Fix a race condition in <code>Single.timeout</code> that prevented the timeout signal from happening. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7515">#7515</a><!-- raw HTML omitted -->)</li>
   </ul>
   <h4>Documentation</h4>
   <ul>
   <li>Fix formatting in <code>TestObserver/Consumer/Subscriber</code> javadoc html. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7442">#7442</a><!-- raw HTML omitted -->)</li>
   <li>Fix typo in <code>BehaviorSubject.java</code>. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7452">#7452</a><!-- raw HTML omitted -->)</li>
   <li>Fix grammar about cancellation in <code>Schedulers</code> javadoc. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7453">#7453</a><!-- raw HTML omitted -->)</li>
   <li>Change <code>@coded</code> tag to <code>@code</code> tag. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7463">#7463</a><!-- raw HTML omitted -->)</li>
   <li>Fix <code>fromCompletionStage</code> javadoc. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7508">#7508</a><!-- raw HTML omitted -->)</li>
   </ul>
   <h4>Other</h4>
   <ul>
   <li>Add missing <code>@NonNull</code> annotation to <code>Maybe</code> type argument. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7436">#7436</a><!-- raw HTML omitted -->)</li>
   <li>Remove redundant interface declarations. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7438">#7438</a><!-- raw HTML omitted -->)</li>
   <li>Standardize <code>MissingBackpressureException</code> message, introduce <code>QueueOverflowException</code>. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7459">#7459</a><!-- raw HTML omitted -->)</li>
   <li>Update <code>Flowable.throttleLatest</code> <code>MissingBackpressureException</code> message. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7460">#7460</a><!-- raw HTML omitted -->)</li>
   <li>Fix cancellation order in <code>throttleFirst</code>. (<!-- raw HTML omitted --><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7484">#7484</a><!-- raw HTML omitted -->)</li>
   </ul>
   <h2>3.1.6-RC0</h2>
   <p>Verifying the release process still works after half a year.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/baad33135cb41685d08d480e043191c957f6012b"><code>baad331</code></a> 3.x: Fix Single.timeout race condition (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7515">#7515</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/e1b6cb4204cbefff0e51c19aa9f5a843b2da6a40"><code>e1b6cb4</code></a> 3.x: ThrottleWithTimeout+Consumer cleanup (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7511">#7511</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/bf8da158a9b9e73b618bd5dd079dc2814c46a2fe"><code>bf8da15</code></a> Add onDropped callback for throttleWithTimeout - <a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7458">#7458</a> (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7510">#7510</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/65d073962c787511ae39d2186bee8726cef4d08f"><code>65d0739</code></a> 3.x: Fix fromCompletionStage javadoc (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7508">#7508</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/47d413d50cdd13763bdc8667c4e604539c147827"><code>47d413d</code></a> Bump mockito-core from 4.8.1 to 4.11.0 (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7505">#7505</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/5b3510bc925947230f6c1a7e66d30694e0f304b3"><code>5b3510b</code></a> 3.x: Fix experimental, signatures of throttleLast (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7490">#7490</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/1104c09ca970cd89f04f3653291bd4d9ba2da8f3"><code>1104c09</code></a> Adding onDropped callback to throttleLast as a part of <a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7458">#7458</a> (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7488">#7488</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/80f7caad62ab536ce7fb3e742ebe00d95ba548e6"><code>80f7caa</code></a> Bump biz.aQute.bnd.builder from 6.3.1 to 6.4.0 (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7489">#7489</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/506413f4f473200aaba1ea48561adb6f75ee53f0"><code>506413f</code></a> Upgrade to Gradle 7.6 (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7486">#7486</a>)</li>
   <li><a href="https://github.com/ReactiveX/RxJava/commit/d6d8869c9f4d3bf6fb7b4b2126a4ee25cc3d0b49"><code>d6d8869</code></a> Fix cancellation order in ThrottleFirst (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/7484">#7484</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/ReactiveX/RxJava/compare/v3.1.5...v3.1.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.reactivex.rxjava3:rxjava&package-manager=maven&previous-version=3.1.5&new-version=3.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[GitHub] [httpcomponents-core] ok2c merged pull request #383: Bump rxjava from 3.1.5 to 3.1.6

Posted by "ok2c (via GitHub)" <gi...@apache.org>.
ok2c merged PR #383:
URL: https://github.com/apache/httpcomponents-core/pull/383


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[GitHub] [httpcomponents-core] ok2c commented on pull request #383: Bump rxjava from 3.1.5 to 3.1.6

Posted by "ok2c (via GitHub)" <gi...@apache.org>.
ok2c commented on PR #383:
URL: https://github.com/apache/httpcomponents-core/pull/383#issuecomment-1589420811

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[GitHub] [httpcomponents-core] ok2c commented on pull request #383: Bump rxjava from 3.1.5 to 3.1.6

Posted by "ok2c (via GitHub)" <gi...@apache.org>.
ok2c commented on PR #383:
URL: https://github.com/apache/httpcomponents-core/pull/383#issuecomment-1589366996

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[GitHub] [httpcomponents-core] ok2c commented on pull request #383: Bump rxjava from 3.1.5 to 3.1.6

Posted by "ok2c (via GitHub)" <gi...@apache.org>.
ok2c commented on PR #383:
URL: https://github.com/apache/httpcomponents-core/pull/383#issuecomment-1588755500

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org