You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/12/16 12:00:19 UTC

[GitHub] [commons-pool] dependabot[bot] opened a new pull request, #196: Bump actions/setup-java from 3.8.0 to 3.9.0

dependabot[bot] opened a new pull request, #196:
URL: https://github.com/apache/commons-pool/pull/196

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.8.0 to 3.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p>
   <blockquote>
   <h2>v3.9.0</h2>
   <p>In scope of this release we add support for <code>.java-version</code> file (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/426">actions/setup-java#426</a>). For more information about its usage please refer to the documentation.</p>
   <pre lang="yaml"><code>    steps:
         - uses: actions/checkout@v3
         - name: Setup java
           uses: actions/setup-java@v3
           with:
             distribution: '&lt;distribution&gt;'
             java-version-file: .java-version
         - run: java HelloWorldApp.java
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-java/commit/1df8dbefe2a8cbc99770194893dd902763bee34b"><code>1df8dbe</code></a> Add support for java.version file (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/426">#426</a>)</li>
   <li>See full diff in <a href="https://github.com/actions/setup-java/compare/v3.8.0...v3.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=3.8.0&new-version=3.9.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 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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-pool] codecov-commenter commented on pull request #196: Bump actions/setup-java from 3.8.0 to 3.9.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #196:
URL: https://github.com/apache/commons-pool/pull/196#issuecomment-1354666522

   # [Codecov](https://codecov.io/gh/apache/commons-pool/pull/196?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#196](https://codecov.io/gh/apache/commons-pool/pull/196?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fc8a041) into [master](https://codecov.io/gh/apache/commons-pool/commit/fdc644a146f8098cbb0367eb38b771216c353f10?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fdc644a) will **increase** coverage by `0.16%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master     #196      +/-   ##
   ============================================
   + Coverage     81.83%   81.99%   +0.16%     
   - Complexity      760      762       +2     
   ============================================
     Files            42       42              
     Lines          3066     3066              
     Branches        308      308              
   ============================================
   + Hits           2509     2514       +5     
   + Misses          450      447       -3     
   + Partials        107      105       -2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-pool/pull/196?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...g/apache/commons/pool2/impl/GenericObjectPool.java](https://codecov.io/gh/apache/commons-pool/pull/196/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvcG9vbDIvaW1wbC9HZW5lcmljT2JqZWN0UG9vbC5qYXZh) | `85.41% <0.00%> (+1.30%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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@commons.apache.org

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


[GitHub] [commons-pool] garydgregory merged pull request #196: Bump actions/setup-java from 3.8.0 to 3.9.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged PR #196:
URL: https://github.com/apache/commons-pool/pull/196


-- 
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@commons.apache.org

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