You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/31 09:56:34 UTC

[GitHub] [commons-dbutils] dependabot[bot] opened a new pull request, #187: Bump actions/setup-java from 3.10.0 to 3.11.0

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

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 3.11.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.11.0</h2>
   <p>In scope of this release we added support for IBM Semeru (OpenJ9) JDK (<a href="https://redirect.github.com/actions/setup-java/pull/289">actions/setup-java#289</a>).</p>
   <pre lang="yaml"><code>steps:
    - name: Checkout
      uses: actions/checkout@v3
    - name: Setup-java
      uses: actions/setup-java@v3
      with:
        distribution: semeru
        java-version: 17
   </code></pre>
   <h3>Supported distributions</h3>
   <p>Currently, the following distributions are supported:</p>
   <table>
   <thead>
   <tr>
   <th>Keyword</th>
   <th>Distribution</th>
   <th>Official site</th>
   <th>License</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>temurin</code></td>
   <td>Eclipse Temurin</td>
   <td><a href="https://adoptium.net/">Link</a></td>
   <td><a href="https://adoptium.net/about.html">Link</a></td>
   </tr>
   <tr>
   <td><code>zulu</code></td>
   <td>Azul Zulu OpenJDK</td>
   <td><a href="https://www.azul.com/downloads/zulu-community/?package=jdk">Link</a></td>
   <td><a href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/">Link</a></td>
   </tr>
   <tr>
   <td><code>adopt</code> or <code>adopt-hotspot</code></td>
   <td>AdoptOpenJDK Hotspot</td>
   <td><a href="https://adoptopenjdk.net/">Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html">Link</a></td>
   </tr>
   <tr>
   <td><code>adopt-openj9</code></td>
   <td>AdoptOpenJDK OpenJ9</td>
   <td><a href="https://adoptopenjdk.net/">Link</a></td>
   <td><a href="https://adoptopenjdk.net/about.html">Link</a></td>
   </tr>
   <tr>
   <td><code>liberica</code></td>
   <td>Liberica JDK</td>
   <td><a href="https://bell-sw.com/">Link</a></td>
   <td><a href="https://bell-sw.com/liberica_eula/">Link</a></td>
   </tr>
   <tr>
   <td><code>microsoft</code></td>
   <td>Microsoft Build of OpenJDK</td>
   <td><a href="https://www.microsoft.com/openjdk">Link</a></td>
   <td><a href="https://docs.microsoft.com/java/openjdk/faq">Link</a></td>
   </tr>
   <tr>
   <td><code>corretto</code></td>
   <td>Amazon Corretto Build of OpenJDK</td>
   <td><a href="https://aws.amazon.com/corretto/">Link</a></td>
   <td><a href="https://aws.amazon.com/corretto/faqs/">Link</a></td>
   </tr>
   <tr>
   <td><code>semeru</code></td>
   <td>IBM Semeru Runtime Open Edition</td>
   <td><a href="https://developer.ibm.com/languages/java/semeru-runtimes/downloads/">Link</a></td>
   <td><a href="https://openjdk.java.net/legal/gplv2+ce.html">Link</a></td>
   </tr>
   <tr>
   <td><code>oracle</code></td>
   <td>Oracle JDK</td>
   <td><a href="https://www.oracle.com/java/technologies/downloads/">Link</a></td>
   <td><a href="https://java.com/freeuselicense">Link</a></td>
   </tr>
   </tbody>
   </table>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-java/commit/5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2"><code>5ffc13f</code></a> IBM Semeru (OpenJ9) Support (<a href="https://redirect.github.com/actions/setup-java/issues/289">#289</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/669e0727d83882f44d621538ec00d2301ba68e0a"><code>669e072</code></a> Update configuration files (<a href="https://redirect.github.com/actions/setup-java/issues/464">#464</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/888b4006f39f9718dc69efb685c48e14340507b6"><code>888b400</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-java/issues/463">#463</a> from akv-platform/reusable-workflow</li>
   <li><a href="https://github.com/actions/setup-java/commit/676c490d4cb053a02a31624e986ab332540b4901"><code>676c490</code></a> Add update-config-files.yml</li>
   <li><a href="https://github.com/actions/setup-java/commit/0de5c66fc0305485b7204d217714170639dcb8fc"><code>0de5c66</code></a> Add and configure ESLint and update configuration for Prettier (<a href="https://redirect.github.com/actions/setup-java/issues/458">#458</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/ea15b3b99cdc9ac45af1882d085e3f9297a75a8b"><code>ea15b3b</code></a> Update advanced-usage.md (<a href="https://redirect.github.com/actions/setup-java/issues/436">#436</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/14d87b223c98f0b595d3f4001a39eb11c1250177"><code>14d87b2</code></a> Add link to the Oracle distribution (<a href="https://redirect.github.com/actions/setup-java/issues/451">#451</a>)</li>
   <li>See full diff in <a href="https://github.com/actions/setup-java/compare/v3.10.0...v3.11.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.10.0&new-version=3.11.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: notifications-unsubscribe@commons.apache.org

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


[GitHub] [commons-dbutils] garydgregory merged pull request #187: Bump actions/setup-java from 3.10.0 to 3.11.0

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory merged PR #187:
URL: https://github.com/apache/commons-dbutils/pull/187


-- 
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-dbutils] codecov-commenter commented on pull request #187: Bump actions/setup-java from 3.10.0 to 3.11.0

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

   ## [Codecov](https://codecov.io/gh/apache/commons-dbutils/pull/187?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 [#187](https://codecov.io/gh/apache/commons-dbutils/pull/187?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (18154fe) into [master](https://codecov.io/gh/apache/commons-dbutils/commit/46c184c8362d16cd19d08181ec85f28eedb665a1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (46c184c) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #187   +/-   ##
   =========================================
     Coverage     63.08%   63.08%           
     Complexity      413      413           
   =========================================
     Files            39       39           
     Lines          1487     1487           
     Branches        126      126           
   =========================================
     Hits            938      938           
     Misses          494      494           
     Partials         55       55           
   ```
   
   
   
   :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: notifications-unsubscribe@commons.apache.org

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