You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/10/11 09:18:22 UTC

[GitHub] [iotdb] dependabot[bot] opened a new pull request #4107: Bump actions/setup-java from 1 to 2.3.1

dependabot[bot] opened a new pull request #4107:
URL: https://github.com/apache/iotdb/pull/4107


   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.3.1.
   <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>v2.3.1</h2>
   <p>In this release we updated dependencies from the <code>dependabot</code>. In scope of this pull request http-client version was bumped <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/222">actions/setup-java#222</a>. Besides the release resolves possible issues related to <code>removing gpg private key</code> pull request  <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/226">actions/setup-java#226</a>.</p>
   <h2>v2.3.0</h2>
   <p>This release introduces dependency caching support (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/193">#193</a>).</p>
   <p>Now the action has a built-in functionality for caching and restoring dependencies. Supported package managers are Maven and Gradle. The <code>cache</code> input is optional, and caching is turned off by default.</p>
   <h4>Caching gradle dependencies</h4>
   <pre lang="yaml"><code>steps:
   - uses: actions/checkout@v2
   - uses: actions/setup-java@v2
     with:
       distribution: 'temurin'
       java-version: '11'
       cache: 'gradle'
   - run: ./gradlew build
   </code></pre>
   <h4>Caching maven dependencies</h4>
   <pre lang="yaml"><code>steps:
   - uses: actions/checkout@v2
   - uses: actions/setup-java@v2
     with:
       distribution: 'temurin'
       java-version: '11'
       cache: 'maven'
   - name: Build with Maven
     run: mvn -B package --file pom.xml
   <h2>v2.2.0</h2>
   <p>Add support for Eclipse Temurin (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/201">#201</a>).</p>
   <h4>Supported distributions</h4>
   <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>zulu</code></td>
   <td>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>Adopt OpenJDK 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>Adopt OpenJDK 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>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>
   </tbody>
   </table>
   <h2>v2.1.0</h2>
   <p>Add support for Adopt OpenJDK OpenJ9:</p>
   <h4>Supported distributions</h4>
   <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>zulu</code></td>
   <td>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>&lt;/tr&gt;&lt;/table&gt;</td>
   <td></td>
   <td></td>
   <td></td>
   </tr>
   <tr>
   <td></code></pre></td>
   <td></td>
   <td></td>
   <td></td>
   </tr>
   </tbody>
   </table>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-java/commit/8db439b6b47e5e12312bf036760bbaa6893481ac"><code>8db439b</code></a> Bump ws from 7.4.3 to 7.5.5 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/228">#228</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/e39cf0ebdc2d5f8f8e77d0628029054265340781"><code>e39cf0e</code></a> Bump tmpl from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/234">#234</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/770ccdbc4bdc78dc3ac77fbc18214226354283ab"><code>770ccdb</code></a> Bump ansi-regex from 5.0.0 to 5.0.1 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/235">#235</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/6a258a96901499057fad83762cbd8f2416a7f652"><code>6a258a9</code></a> Bump path-parse from 1.0.6 to 1.0.7 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/227">#227</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/7ac3cd263fd273171f67bfa8999a47ccc7e10954"><code>7ac3cd2</code></a> Prints error message encountered in cleanup-java (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/220">#220</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/d34438b137f36012bc7a01d78c662adb7a270765"><code>d34438b</code></a> cleanup: Use --delete-secret-and-public-key to delete GPG_PRIVATE_KEY (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/226">#226</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/61c179a6ef8ea7bae7ab53f9e1e62ca9b1caebfa"><code>61c179a</code></a> Bump http-client version (actions#221) (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/222">#222</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/68c162b39ca55fd91a2b77adef09286e7f29b5ab"><code>68c162b</code></a> docs: append --no-daemon option for Windows user (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/218">#218</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/b02a10773f9d0aab960f826d3bb72996f05352db"><code>b02a107</code></a> Create check-dist.yml (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/212">#212</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/3bc31aaf88e8fc94dc1e632d48af61be5ca8721c"><code>3bc31aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/210">#210</a> from dmitry-shibanov/v-dmshib/suppress-test-log-output</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/v1...v2.3.1">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=1&new-version=2.3.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 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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] dependabot[bot] commented on pull request #4107: Bump actions/setup-java from 1 to 2.3.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #4107:
URL: https://github.com/apache/iotdb/pull/4107#issuecomment-939847287


   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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] SteveYurongSu closed pull request #4107: Bump actions/setup-java from 1 to 2.3.1

Posted by GitBox <gi...@apache.org>.
SteveYurongSu closed pull request #4107:
URL: https://github.com/apache/iotdb/pull/4107


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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