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/07 11:11:01 UTC

[PR] Bump org.apache.thrift:libthrift from 0.15.0 to 0.19.0 [pinot]

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

   Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.15.0 to 0.19.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/thrift/releases">org.apache.thrift:libthrift's releases</a>.</em></p>
   <blockquote>
   <h2>Version 0.19.0</h2>
   <p>Please head over to the official release download source:
   <a href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
   <p>The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.</p>
   <h2>Version 0.18.1</h2>
   <p>Please head over to the official release download source:
   <a href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
   <p>The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.</p>
   <h2>Version 0.18.0</h2>
   <p>Please head over to the <strong>official release download source</strong>:
   <a href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
   <p>The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.</p>
   <h2>Version 0.17.0</h2>
   <p>Please head over to the <strong>official release download source</strong>:
   <a href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
   <p>The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.</p>
   <h2>Version 0.16.0</h2>
   <p>For release 0.16.0 head over to the official release download source:
   <a href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
   <p>The assets below are added by Github based on the release tag and they may therefore not match the checkums.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/thrift/blob/master/CHANGES.md">org.apache.thrift:libthrift's changelog</a>.</em></p>
   <blockquote>
   <h2>0.19.0</h2>
   <h3>Known Open Issues (Blocker or Critical)</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-3877">THRIFT-3877</a> - C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement)</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5468">THRIFT-5468</a> - Swift service generator doesn't support oneway</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5654">THRIFT-5654</a> - LNK4042 and LNK2019 in go_validator_generator.cc</li>
   </ul>
   <h2>Build Process</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5701">THRIFT-5701</a> - Add dependabot</li>
   </ul>
   <h2>C++</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5725">THRIFT-5725</a> - Thrift SSL server stops working if the file descriptor returned is zero</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5716">THRIFT-5716</a> - TMemoryBuffer resizing might shrink the buffer size due to uint32_t overflow</li>
   </ul>
   <h2>Compiler (General)</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5690">THRIFT-5690</a> - Constant expects type to be defined before</li>
   </ul>
   <h2>Delphi</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5686">THRIFT-5686</a> - Add comparer and capacity arguments to container classes</li>
   </ul>
   <h2>Go</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5731">THRIFT-5731</a> - Handle ErrAbandonRequest automatically</li>
   </ul>
   <h2>Haxe</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5717">THRIFT-5717</a> - uuid sets and map keys may throw on some Haxe targets</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5704">THRIFT-5704</a> - Superfluous block scope in generated write() code</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5703">THRIFT-5703</a> - Haxe 4.30 emits &quot;Local variable retval used without being initialized&quot; on generated code</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5692">THRIFT-5692</a> - Support for deprecated methods (via annotation)</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5707">THRIFT-5707</a> - deprecation warning fixes for @:extern and @:enum</li>
   </ul>
   <h2>Java</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5700">THRIFT-5700</a> - Migration to JakartaEE and Apache HttpComponents 5</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5711">THRIFT-5711</a> - FutureClient does not extend when service extends from another service</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5702">THRIFT-5702</a> - Support Java 8</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5696">THRIFT-5696</a> - TByteBuffer.java does not allow non-default TConfiguration</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5653">THRIFT-5653</a> - Fix Java UUID typeid</li>
   </ul>
   <h2>JavaScript</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5674">THRIFT-5674</a> - Server implementation exceptions are not sent to client in ES6 promise-style invocation</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/thrift/commit/5656208a202ca0be4d4dc44125b5ca0485f91bf0"><code>5656208</code></a> release 0.19.0</li>
   <li><a href="https://github.com/apache/thrift/commit/291b560c36f7f1a15ab87b19ceef23b0d92e11c6"><code>291b560</code></a> THRIFT-5653: Fix Java UUID typeid</li>
   <li><a href="https://github.com/apache/thrift/commit/ee1a7ea35b72ab95445106410343088cf66ac173"><code>ee1a7ea</code></a> THRIFT-5731: Handle ErrAbandonRequest automatically</li>
   <li><a href="https://github.com/apache/thrift/commit/4ca47e0362c943e5fd389c61c793986ac99d4e05"><code>4ca47e0</code></a> fix kotlin cross test by downgrading to java 8 (<a href="https://redirect.github.com/apache/thrift/issues/2840">#2840</a>)</li>
   <li><a href="https://github.com/apache/thrift/commit/79c56026fc012ba7e3ecb3eefb120dd19047bd5b"><code>79c5602</code></a> Update supported go versions to 1.20 and 1.21</li>
   <li><a href="https://github.com/apache/thrift/commit/628023c273d203fc5a38c47f4eaeeb3c9295ef70"><code>628023c</code></a> fix gradle format</li>
   <li><a href="https://github.com/apache/thrift/commit/fd60a9a3a167154fdb1b9f10685197a6f469a52f"><code>fd60a9a</code></a> reformat kotlin files</li>
   <li><a href="https://github.com/apache/thrift/commit/30b31aaecbfc440e2cdb9cd6a0cdf2d856581519"><code>30b31aa</code></a> Release 0.19.0</li>
   <li><a href="https://github.com/apache/thrift/commit/f5a67528d820d9bf1ba194d9403519f032a31b0a"><code>f5a6752</code></a> Release 0.19.0</li>
   <li><a href="https://github.com/apache/thrift/commit/bccca9301dedd6403062ef6be4c56533f889e5b5"><code>bccca93</code></a> THRIFT-5725: Fix the comparison check for bio_get_fd</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/thrift/compare/v0.15.0...v0.19.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.thrift:libthrift&package-manager=maven&previous-version=0.15.0&new-version=0.19.0)](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.apache.thrift:libthrift from 0.15.0 to 0.19.0 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #11959: Bump org.apache.thrift:libthrift from 0.15.0 to 0.19.0
URL: https://github.com/apache/pinot/pull/11959


-- 
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.apache.thrift:libthrift from 0.15.0 to 0.19.0 [pinot]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #11959:
URL: https://github.com/apache/pinot/pull/11959#issuecomment-1800801288

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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