You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/17 12:30:00 UTC

[GitHub] [phoenix-connectors] dependabot[bot] opened a new pull request, #104: Bump protobuf-java from 2.5.0 to 3.16.3 in /phoenix5-spark

dependabot[bot] opened a new pull request, #104:
URL: https://github.com/apache/phoenix-connectors/pull/104

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
   <blockquote>
   <h2>Protobuf Release v3.16.3</h2>
   <h1>Java</h1>
   <ul>
   <li>Refactoring java full runtime to reuse sub-message builders and prepare to
   migrate parsing logic from parse constructor to builder.</li>
   <li>Move proto wireformat parsing functionality from the private &quot;parsing
   constructor&quot; to the Builder class.</li>
   <li>Change the Lite runtime to prefer merging from the wireformat into mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.</li>
   <li>Make message-type extensions merge from wire-format instead of building up
   instances and merging afterwards. This has much better performance.</li>
   <li>Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.</li>
   <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2">Security Advisory for Java users</a></li>
   </ul>
   <h2>Protocol Buffers v3.16.1</h2>
   <h1>Java</h1>
   <ul>
   <li>Improve performance characteristics of UnknownFieldSet parsing (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li>
   </ul>
   <h2>Protocol Buffers v3.16.0</h2>
   <h1>C++</h1>
   <ul>
   <li>Fix compiler warnings issue found in conformance_test_runner <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8189">#8189</a> (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8190">#8190</a>)</li>
   <li>Fix MinGW-w64 build issues. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8286">#8286</a>)</li>
   <li>[Protoc] C++ Resolved an issue where NO_DESTROY and CONSTINIT are in incorrect order (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8296">#8296</a>)</li>
   <li>Fix PROTOBUF_CONSTINIT macro redefinition (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8323">#8323</a>)</li>
   <li>Delete StringPiecePod (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8353">#8353</a>)</li>
   <li>Fix gcc error: comparison of unsigned expression in '&gt;= 0' is always … (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8309">#8309</a>)</li>
   <li>Fix cmake install on iOS (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8301">#8301</a>)</li>
   <li>Create a CMake option to control whether or not RTTI is enabled (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8347">#8347</a>)</li>
   <li>Fix endian.h location on FreeBSD (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8351">#8351</a>)</li>
   <li>Refactor util::Status (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8354">#8354</a>)</li>
   <li>Make util::Status more similar to absl::Status (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8405">#8405</a>)</li>
   <li>Fix -Wsuggest-destructor-override for generated C++ proto classes. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8408">#8408</a>)</li>
   <li>Refactor StatusOr and StringPiece (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8406">#8406</a>)</li>
   <li>Refactor uint128 (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/8416">#8416</a>)</li>
   <li>The ::pb namespace is no longer exposed due to conflicts.</li>
   <li>Allow MessageDifferencer::TreatAsSet() (and friends) to override previous
   calls instead of crashing.</li>
   <li>Reduce the size of generated proto headers for protos with <code>string</code> or
   <code>bytes</code> fields.</li>
   <li>Move arena() operation on uncommon path to out-of-line routine</li>
   <li>For iterator-pair function parameter types, take both iterators by value.</li>
   <li>Code-space savings and perhaps some modest performance improvements in
   RepeatedPtrField.</li>
   <li>Eliminate nullptr check from every tag parse.</li>
   <li>Remove unused _$name$<em>cached_byte_size</em> fields.</li>
   <li>Serialize extension ranges together when not broken by a proto field in the
   middle.</li>
   <li>Do out-of-line allocation and deallocation of string object in ArenaString.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b8c2488f480bbe3d66b9874c2fcd434201caa48a"><code>b8c2488</code></a> Updating version.json and repo version numbers to: 16.3</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/42e47e5a3fa7219b136f6a5de7c74a89a79245c6"><code>42e47e5</code></a> Refactoring Java parsing (3.16.x) (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/10668">#10668</a>)</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/98884a8a293488375e10480e5ff1c1f76de9ec8f"><code>98884a8</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/10556">#10556</a> from deannagarcia/3.16.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/450b648f288f9a6def073f08e3300233bb46c5dd"><code>450b648</code></a> Cherrypick ruby fixes for monterey</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b17bb392b46a7bc9d09ae075dc5e8557e246698d"><code>b17bb39</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/10548">#10548</a> from protocolbuffers/3.16.x-202209131829</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/c18f5e71d86063fd6cea2c47cd7ab4131db5c9e2"><code>c18f5e7</code></a> Updating changelog</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/6f4e81791d390cba199184c378e75da40a4965f0"><code>6f4e817</code></a> Updating version.json and repo version numbers to: 16.2</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/a7d4e94a4666b722695d9c55ac842d4a3735699e"><code>a7d4e94</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/10547">#10547</a> from deannagarcia/3.16.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/55815e423bb82cc828836bbd60c79c1f9a195763"><code>55815e4</code></a> Apply patch</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/152d7bf809dcb24fd9d417d66cf2b270b3654369"><code>152d7bf</code></a> Update version.json with &quot;lts&quot;: true (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/10535">#10535</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v2.5.0...v3.16.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=2.5.0&new-version=3.16.3)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/phoenix-connectors/network/alerts).
   
   </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: issues-unsubscribe@phoenix.apache.org

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


[GitHub] [phoenix-connectors] stoty closed pull request #104: Bump protobuf-java from 2.5.0 to 3.16.3 in /phoenix5-spark

Posted by "stoty (via GitHub)" <gi...@apache.org>.
stoty closed pull request #104: Bump protobuf-java from 2.5.0 to 3.16.3 in /phoenix5-spark
URL: https://github.com/apache/phoenix-connectors/pull/104


-- 
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: issues-unsubscribe@phoenix.apache.org

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


[GitHub] [phoenix-connectors] dependabot[bot] commented on pull request #104: Bump protobuf-java from 2.5.0 to 3.16.3 in /phoenix5-spark

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

   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`.
   
   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: issues-unsubscribe@phoenix.apache.org

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


[GitHub] [phoenix-connectors] stoty commented on pull request #104: Bump protobuf-java from 2.5.0 to 3.16.3 in /phoenix5-spark

Posted by "stoty (via GitHub)" <gi...@apache.org>.
stoty commented on PR #104:
URL: https://github.com/apache/phoenix-connectors/pull/104#issuecomment-1551409296

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   4m  1s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.  |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |  12m 46s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |  14m 22s |  master passed  |
   | +1 :green_heart: |  compile  |   1m 47s |  master passed  |
   | +1 :green_heart: |  javadoc  |   0m 46s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 20s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |  12m 45s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 48s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 48s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  xml  |   0m  3s |  The patch has no ill-formed XML file.  |
   | +1 :green_heart: |  javadoc  |   0m 45s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  |  13m 11s |  root in the patch failed.  |
   | -1 :x: |  asflicense  |   0m 19s |  The patch generated 3 ASF License warnings.  |
   |  |   |  63m 18s |   |
   
   
   | Reason | Tests |
   |-------:|:------|
   | Failed junit tests | phoenix.spark.AggregateIT |
   |   | phoenix.spark.DataSourceApiIT |
   |   | phoenix.spark.SaltedTableIT |
   |   | phoenix.spark.OrderByIT |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-104/1/artifact/yetus-general-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/phoenix-connectors/pull/104 |
   | Optional Tests | dupname asflicense javac javadoc unit xml compile |
   | uname | Linux c54dc83b29cd 4.15.0-206-generic #217-Ubuntu SMP Fri Feb 3 19:10:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev/phoenix-connectors-personality.sh |
   | git revision | master / c3bb91a |
   | Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
   | unit | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-104/1/artifact/yetus-general-check/output/patch-unit-root.txt |
   |  Test Results | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-104/1/testReport/ |
   | asflicense | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-104/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt |
   | Max. process+thread count | 2033 (vs. ulimit of 30000) |
   | modules | C: phoenix5-spark . U: . |
   | Console output | https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-104/1/console |
   | versions | git=2.7.4 maven=3.3.9 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
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: issues-unsubscribe@phoenix.apache.org

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