dependabot[bot] opened a new pull request, #2852: URL: https://github.com/apache/servicecomb-java-chassis/pull/2852
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 1.1.6 to 1.3.8. <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>1.3.8</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.8%7C">Maven</a></p> <p>RxJava 1.x is now officially <strong>end-of-life (EOL)</strong>. No further developments, bugfixes, enhancements, javadoc changes or maintenance will be provided by this project after version <strong>1.3.8</strong> and after today.</p> <p>Users are encouraged to <a href="https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0">migrate to 2.x</a>. In accordance, the wiki will be updated in the coming months to describe 2.x features and properties.</p> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5935">Pull 5935</a>: Fix <code>take()</code> to route late errors to <code>RxJavaHooks</code>.</li> </ul> <h2>1.3.7</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.7%7C">Maven</a></p> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5917">Pull 5917</a>: Fix and deprecate evicting <code>groupBy</code> and add a new overload with the corrected signature.</li> </ul> <h2>1.3.6</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.6%7C">Maven</a></p> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5850">Pull 5850</a>: Fix a race condition that may make <code>OperatorMaterialize</code> emit the wrong signals.</li> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5851">Pull 5851</a>: Fix a race condition in <code>OperatorMerge.InnerSubscriber#onError</code> causing incorrect terminal event.</li> </ul> <h2>1.3.5</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.5%7C">Maven</a></p> <h4>Other</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5820">Pull 5820</a>: <code>RxJavaPlugins</code> lookup workaround for <code>System.getProperties()</code> access restrictions.</li> </ul> <h2>1.3.4</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.4%7C">Maven</a></p> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5696">Pull 5696</a>: Fix <code>Completable.concat</code> to use <code>replace</code> and don't dispose the old <code>Subscription</code> on switching to the next source.</li> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5726">Pull 5726</a>: Fix broken backpressure through <code>unsubscribeOn()</code>.</li> </ul> <h4>Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5719">Pull 5719</a>: Document the timed <code>take()</code> operator will signal the <code>onCompleted</code> event on the given <code>Scheduler</code> when it times out.</li> </ul> <h2>1.3.3</h2> <p><a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.3%7C">Maven</a></p> <h4>Bugfixes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ReactiveX/RxJava/blob/v1.3.8/CHANGES.md">rxjava's changelog</a>.</em></p> <blockquote> <h3>Version 1.3.8 - March 31, 2018 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.8%7C">Maven</a>)</h3> <p>RxJava 1.x is now officially <strong>end-of-life (EOL)</strong>. No further developments, bugfixes, enhancements, javadoc changes, maintenance will be provided by this project after version <strong>1.3.8</strong>.</p> <p>Users are encourage to <a href="https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0">migrate to 2.x</a>. In accordance, the wiki will be updated in the coming months to describe 2.x features and properties.</p> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5935">Pull 5935</a>: Fix <code>take()</code> to route late errors to <code>RxJavaHooks</code>.</li> </ul> <h3>Version 1.3.7 - March 21, 2018 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.7%7C">Maven</a>)</h3> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5917">Pull 5917</a>: Fix and deprecate evicting <code>groupBy</code> and add a new overload with the corrected signature.</li> </ul> <h3>Version 1.3.6 - February 15, 2018 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.6%7C">Maven</a>)</h3> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5850">Pull 5850</a>: Fix a race condition that may make <code>OperatorMaterialize</code> emit the wrong signals.</li> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5851">Pull 5851</a>: Fix a race condition in <code>OperatorMerge.InnerSubscriber#onError</code> causing incorrect terminal event.</li> </ul> <h3>Version 1.3.5 - January 27, 2018 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.5%7C">Maven</a>)</h3> <h4>Other</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5820">Pull 5820</a>: <code>RxJavaPlugins</code> lookup workaround for <code>System.getProperties()</code> access restrictions.</li> </ul> <h3>Version 1.3.4 - November 19, 2017 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.4%7C">Maven</a>)</h3> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5696">Pull 5696</a>: Fix <code>Completable.concat</code> to use <code>replace</code> and don't dispose the old <code>Subscription</code> on switching to the next source.</li> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5726">Pull 5726</a>: Fix broken backpressure through <code>unsubscribeOn()</code>.</li> </ul> <h4>Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5719">Pull 5719</a>: Document the timed <code>take()</code> operator will signal the <code>onCompleted</code> event on the given <code>Scheduler</code> when it times out.</li> </ul> <h3>Version 1.3.3 - October 19, 2017 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.3%7C">Maven</a>)</h3> <h4>Bugfixes</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/5660">Pull 5660</a>: Fix <code>timeout</code> (timed, selector) unsubscribe bug.</li> </ul> <h3>Version 1.3.2 - September 15, 2017 (<a href="http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.2%7C">Maven</a>)</h3> <h4>Bugfixes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactiveX/RxJava/commit/7e3879abfb32eeebb38c970195a7f1e354eb1f82"><code>7e3879a</code></a> Release 1.3.8</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/3aad9a62ff1db8904812085cb1818eb13f652ecc"><code>3aad9a6</code></a> 1.x: Fix take() to route late errors to RxJavaHooks (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/5935">#5935</a>)</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/0641802a4ff9429abc96fb02e926cddcff6ce7e7"><code>0641802</code></a> Release 1.3.7</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/e467798b3b712af4161605e5bd57cb16f7e5168e"><code>e467798</code></a> 1.x: fix and deprecate evicting groupBy and add new overload (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/5917">#5917</a>)</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/6e6c5143afec6cdddf72e4e890a02a683ea14ba3"><code>6e6c514</code></a> Release 1.3.6</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/c40a06f331cfeea8ccca987edaff54a294abc07a"><code>c40a06f</code></a> Fix a race condition that may make OperatorMaterialize emit too many terminal...</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/2ba8bb2862255ab26c61d9a14ef17b32d2bfc484"><code>2ba8bb2</code></a> Fix a race condition in OperatorMerge.InnerSubscriber#onError (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/5851">#5851</a>)</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/a49c49f6646d75aafcdd3b0dea3dc3455e88dfc2"><code>a49c49f</code></a> Release 1.3.5</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/ef329508bc686cd68614da8676bb6b903c82e67a"><code>ef32950</code></a> 1.x: Plugin lookup workaround for System.properties access restrictions (<a href="https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/5820">#5820</a>)</li> <li><a href="https://github.com/ReactiveX/RxJava/commit/265fb484f504e093da508811c498e6241975950e"><code>265fb48</code></a> Release 1.3.4</li> <li>Additional commits viewable in <a href="https://github.com/ReactiveX/RxJava/compare/v1.1.6...v1.3.8">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
