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/12/20 11:17:33 UTC

[PR] Bump com.google.auto.service:auto-service from 1.0.1 to 1.1.1 [pinot]

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

   Bumps [com.google.auto.service:auto-service](https://github.com/google/auto) from 1.0.1 to 1.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/google/auto/releases">com.google.auto.service:auto-service's releases</a>.</em></p>
   <blockquote>
   <h2>auto-service-1.1.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>No functional changes.</li>
   <li>Dependencies updated.</li>
   <li>Some minor code improvements.</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1">https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1</a></p>
   <h2>AutoCommon 1.1</h2>
   <ul>
   <li><code>com.google.auto.common</code> is annotated for null-safety. (9d79ce1e)</li>
   <li>Add String and TypeElement versions of auto-common APIs that currently take in Class. (dec3bf0e)</li>
   </ul>
   <h2>AutoService 1.1.0</h2>
   <ul>
   <li>AutoService now verifies by default that the annotated class does indeed implement the interface in <code>@AutoServce</code>. Previously this only happened when compiling with <code>-Averify=true</code>. The verification can be disabled either by compiling with <code>-Averify=false</code> or by adding <code>@SuppressWarnings(&quot;AutoService&quot;)</code> to the annotated class. (965e89328)</li>
   <li>The <code>@AutoService</code> annotation can no longer be applied to an interface or abstract class. This new verification can also be disabled in the same way. (591731c32)</li>
   </ul>
   <h2>AutoFactory 1.1.0</h2>
   <ul>
   <li>AutoFactory now recognizes and generates both <code>javax.inject</code> and <code>jakarta.inject</code>. If <code>jakarta.inject</code> is on the classpath then it will be used, and otherwise <code>javax.inject</code>. A new compiler option <code>-Acom.google.auto.factory.InjectApi</code> can be set to either <code>javax</code> or <code>jakarta</code> to force the use of one or the other. (67772b26d)</li>
   <li>There is now a way to add annotations to generated AutoFactory classes. See the javadoc for <code>@AutoFactory.AnnotationsToApply</code>. (b2a1c0885)</li>
   <li>The exception message for a null value now indicates not only which number argument it is but also how many arguments there are in total. This may lead to a small increase in code size. (ab6c7bfb6)</li>
   <li>AutoFactory now correctly handles the case where a parameter annotation has <code>@Target</code> with both <code>PARAMETER</code> and <code>TYPE_USE</code>. (9d455fa17)</li>
   <li>When a requested supertype of the generated factory class has a type parameter, the generated class now always has the same parameter. (206b67396)</li>
   <li>Better error message when detecting duplicate parameters (59ec5e659)</li>
   </ul>
   <h2>AutoService 1.0.2</h2>
   <p>Updating Maven dependencies only. No functional changes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/google/auto/commit/b89063966c781303166cc108223816d734ae7e6d"><code>b890639</code></a> Set version number for auto-service-aggregator</li>
   <li><a href="https://github.com/google/auto/commit/7394c7583882f0e7b04c01a42a81e2feb3601a0e"><code>7394c75</code></a> Update Auto projects to Guava 32.0.1-jre.</li>
   <li><a href="https://github.com/google/auto/commit/f8955c9af86dd6092d0aa6f89b13bd429816fb11"><code>f8955c9</code></a> Prepare <code>AutoFactoryProcessorTest</code> for future changes.</li>
   <li><a href="https://github.com/google/auto/commit/d3a6beb45f15b439b63cbe37385b7cc5e1ad6709"><code>d3a6beb</code></a> Bump kotlin.version from 1.8.21 to 1.8.22 in /value</li>
   <li><a href="https://github.com/google/auto/commit/6c5c54843bd7f50732ebd2f94c8caab5591e8a32"><code>6c5c548</code></a> Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /factory</li>
   <li><a href="https://github.com/google/auto/commit/6d244be2d9199424eca767dee8bc9a88a0a0f1a9"><code>6d244be</code></a> Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /value</li>
   <li><a href="https://github.com/google/auto/commit/45dde3da230781da6dcd4370c83df06c6d4fd077"><code>45dde3d</code></a> Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 in /value</li>
   <li><a href="https://github.com/google/auto/commit/b5345e633d20f3ab8222e0a32d2cc55efee444f2"><code>b5345e6</code></a> Use try-with-resources instead of <code>Closer</code>.</li>
   <li><a href="https://github.com/google/auto/commit/e27cfe2f86c3d0630cd93343c47880ad632d73ee"><code>e27cfe2</code></a> Update Guava dependencies.</li>
   <li><a href="https://github.com/google/auto/commit/7d46d873d457068011987631073e5097f5c95212"><code>7d46d87</code></a> In a test, replace an obsolete JSpecify package name with a fictional one.</li>
   <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-common-1.0.1...auto-service-1.1.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.service:auto-service&package-manager=maven&previous-version=1.0.1&new-version=1.1.1)](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 com.google.auto.service:auto-service from 1.0.1 to 1.1.1 [pinot]

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


-- 
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 com.google.auto.service:auto-service from 1.0.1 to 1.1.1 [pinot]

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

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12183?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 [(`85b5779`)](https://app.codecov.io/gh/apache/pinot/commit/85b5779cff8d33412937ceb6d4dfc972b6c8bd97?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.54% compared to head [(`a4c8d0d`)](https://app.codecov.io/gh/apache/pinot/pull/12183?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.42%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@             Coverage Diff              @@
   ##             master   #12183      +/-   ##
   ============================================
   - Coverage     61.54%   61.42%   -0.12%     
   + Complexity     1153      207     -946     
   ============================================
     Files          2407     2407              
     Lines        130936   130936              
     Branches      20233    20233              
   ============================================
   - Hits          80586    80432     -154     
   - Misses        44451    44607     +156     
   + Partials       5899     5897       -2     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12183/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/12183/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/12183/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/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12183/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/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `27.67% <ø> (-33.84%)` | :arrow_down: |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.41% <ø> (+0.01%)` | :arrow_up: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.40% <ø> (-0.11%)` | :arrow_down: |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.40% <ø> (-0.01%)` | :arrow_down: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.42% <ø> (-0.12%)` | :arrow_down: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `61.42% <ø> (-0.12%)` | :arrow_down: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.44% <ø> (-0.16%)` | :arrow_down: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `27.67% <ø> (-0.01%)` | :arrow_down: |
   
   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/12183?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