You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/11/21 11:15:17 UTC

[PR] Bump org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4 [pinot]

dependabot[bot] opened a new pull request, #12033:
URL: https://github.com/apache/pinot/pull/12033

   Bumps [org.reactivestreams:reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md">org.reactivestreams:reactive-streams's changelog</a>.</em></p>
   <blockquote>
   <h1>Version 1.0.4 released on 2022-05-20</h1>
   <h2>Announcement:</h2>
   <p>We—the Reactive Streams community—are pleased to announce the immediate availability of <code>Reactive Streams 1.0.4</code>. This update to <code>Reactive Streams</code> brings the following improvements over <code>1.0.3</code>.</p>
   <h2>Highlights:</h2>
   <ul>
   <li>License
   <ul>
   <li>This project is now (re-)licensed under MIT No Attribution (SPDX: MIT-0)</li>
   </ul>
   </li>
   <li>Specification
   <ul>
   <li>No breaking/semantical changes</li>
   <li>Rule <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/#specification-clarifications-104">clarifications</a></li>
   </ul>
   </li>
   <li>Interfaces
   <ul>
   <li>No changes</li>
   </ul>
   </li>
   <li>Technology Compatibility Kit (TCK)
   <ul>
   <li>Improved verification of Subscriber rule §2.3</li>
   <li>Improved JavaDoc</li>
   </ul>
   </li>
   <li>Examples
   <ul>
   <li>No changes</li>
   </ul>
   </li>
   <li>Artifacts
   <ul>
   <li>No changes</li>
   </ul>
   </li>
   </ul>
   <h2>Specification clarifications 1.0.4</h2>
   <h2>Subscriber Rule 7</h2>
   <p><strong>1.0.3:</strong> 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.</p>
   <p><strong>1.0.4:</strong> 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 <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/#term_serially">serial</a> relation between each of the calls is established.</p>
   <h2>Contributors</h2>
   <ul>
   <li>Roland Kuhn <a href="https://github.com/rkuhn"><code>(@​rkuhn)</code></a></li>
   <li>Ben Christensen <a href="https://github.com/benjchristensen"><code>(@​benjchristensen)</code></a></li>
   <li>Viktor Klang <a href="https://github.com/viktorklang"><code>(@​viktorklang)</code></a></li>
   <li>Stephane Maldini <a href="https://github.com/smaldini"><code>(@​smaldini)</code></a></li>
   <li>Stanislav Savulchik <a href="https://github.com/savulchik"><code>(@​savulchik)</code></a></li>
   <li>Konrad Malawski <a href="https://github.com/ktoso"><code>(@​ktoso)</code></a></li>
   <li>Slim Ouertani <a href="https://github.com/ouertani"><code>(@​ouertani)</code></a></li>
   <li>Martynas Mickevičius <a href="https://github.com/2m"><code>(@​2m)</code></a></li>
   <li>Luke Daley <a href="https://github.com/ldaley"><code>(@​ldaley)</code></a></li>
   <li>Colin Godsey <a href="https://github.com/colinrgodsey"><code>(@​colinrgodsey)</code></a></li>
   <li>David Moten <a href="https://github.com/davidmoten"><code>(@​davidmoten)</code></a></li>
   <li>Brian Topping <a href="https://github.com/briantopping"><code>(@​briantopping)</code></a></li>
   <li>Rossen Stoyanchev <a href="https://github.com/rstoyanchev"><code>(@​rstoyanchev)</code></a></li>
   <li>Björn Hamels <a href="https://github.com/BjornHamels"><code>(@​BjornHamels)</code></a></li>
   <li>Jake Wharton <a href="https://github.com/JakeWharton"><code>(@​JakeWharton)</code></a></li>
   <li>Anthony Vanelverdinghe<a href="https://github.com/anthonyvdotbe"><code>(@​anthonyvdotbe)</code></a></li>
   <li>Kazuhiro Sera <a href="https://github.com/seratch"><code>(@​seratch)</code></a></li>
   <li>Dávid Karnok <a href="https://github.com/akarnokd"><code>(@​akarnokd)</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/944163a4b2477a2bebaaada86b0ba910b6302f2f"><code>944163a</code></a> Preparing for releasing 1.0.4</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/899f17ffc2927bf89fad73dfde182f5018359bdf"><code>899f17f</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/532">#532</a> from akarnokd/patch-3</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/1f0cc2b166dc2ee1e355503d72f5134425395499"><code>1f0cc2b</code></a> Do not build on JDK 13.</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/1744f5e356b8d1c570122c5c7c7b7f787eea196e"><code>1744f5e</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/516">#516</a> from sullis/github-actions-ci</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/a73647f023fb83f222f52764b864a5c995e8999c"><code>a73647f</code></a> Update .github/workflows/ci.yml</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/45b86271333addb5d83852de04df0f322206eccd"><code>45b8627</code></a> migrate from Travis CI to GitHub Actions CI</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/cb0710e314032df625024116d3082396793746f1"><code>cb0710e</code></a> Addresses <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/528">#528</a> by upgrading testng to 7.3.0</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/006202eb877c54cf64b258a8a78328e4fb38cab6"><code>006202e</code></a> Preparing relicensing to MIT-0</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/d4d08aadf7d6b4345b2e59f756adeaafd998fec7"><code>d4d08aa</code></a> Correcting the wrong default timeout parameter in TestEnvironment ctor</li>
   <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/69098e1234747666502951ff76605b9ebd16d0a2"><code>69098e1</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/524">#524</a> from kiiadi/license-approval</li>
   <li>Additional commits viewable in <a href="https://github.com/reactive-streams/reactive-streams/compare/v1.0.3...v1.0.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.reactivestreams:reactive-streams&package-manager=maven&previous-version=1.0.3&new-version=1.0.4)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4 [pinot]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12033:
URL: https://github.com/apache/pinot/pull/12033#issuecomment-1820801101

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12033?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`2c88c4f`)](https://app.codecov.io/gh/apache/pinot/commit/2c88c4f74d9e74984b284298b76a855f42e7cc61?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.63% compared to head [(`fc9b57e`)](https://app.codecov.io/gh/apache/pinot/pull/12033?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.65%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@             Coverage Diff              @@
   ##             master   #12033      +/-   ##
   ============================================
   + Coverage     61.63%   61.65%   +0.01%     
   - Complexity      207     1152     +945     
   ============================================
     Files          2385     2385              
     Lines        129519   129519              
     Branches      20043    20043              
   ============================================
   + Hits          79824    79849      +25     
   + Misses        43882    43857      -25     
     Partials       5813     5813              
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [custom-integration1](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `<0.01% <ø> (ø)` | |
   | [integration](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `<0.01% <ø> (ø)` | |
   | [integration1](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `<0.01% <ø> (ø)` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `0.00% <ø> (ø)` | |
   | [java-11](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `35.03% <ø> (-26.55%)` | :arrow_down: |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.53% <ø> (+0.02%)` | :arrow_up: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.60% <ø> (+<0.01%)` | :arrow_up: |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.49% <ø> (+<0.01%)` | :arrow_up: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.65% <ø> (+0.01%)` | :arrow_up: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.64% <ø> (+0.01%)` | :arrow_up: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.98% <ø> (+0.01%)` | :arrow_up: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `27.57% <ø> (+0.01%)` | :arrow_up: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12033?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang merged PR #12033:
URL: https://github.com/apache/pinot/pull/12033


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org