You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/19 01:34:23 UTC

[GitHub] [parquet-format] dependabot[bot] opened a new pull request, #203: Bump actions/setup-java from 1 to 3

dependabot[bot] opened a new pull request, #203:
URL: https://github.com/apache/parquet-format/pull/203

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
   <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.0.0</h2>
   <p>In scope of this release we changed version of the runtime Node.js for the setup-java action and updated package-lock.json file to  v2.</p>
   <h3>Breaking Changes</h3>
   <p>With the update to Node 16 in <a href="https://redirect.github.com/actions/setup-java/pull/290">#290</a>, all scripts will now be run with Node 16 rather than Node 12.</p>
   <h2>v2.5.1</h2>
   <p>In scope of this release we updated actions/core to 1.10.0 for v2 major tag: <a href="https://redirect.github.com/actions/setup-java/pull/466">actions/setup-java#466</a></p>
   <h2>v2.5.0</h2>
   <p>In scope of this pull request we add support for Microsoft Build of OpenJDK (<a href="https://redirect.github.com/actions/setup-java/pull/252">actions/setup-java#252</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v2
     - name: Setup-java
       uses: actions/setup-java@v2
       with:
         distribution: microsoft
         java-version: 11
   </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>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>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>
   </tbody>
   </table>
   <h2>v2.4.0</h2>
   <p>In scope of this pull request we add support for Liberica JDK (<a href="https://redirect.github.com/actions/setup-java/pull/225">actions/setup-java#225</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v2
     - name: Setup-java
       uses: actions/setup-java@v2
       with:
         distribution: liberica
         java-version: 11
   </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>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>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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><a href="https://github.com/actions/setup-java/commit/3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98"><code>3f07048</code></a> Revert &quot;Revert &quot;Add support for Oracle JDK (<a href="https://redirect.github.com/actions/setup-java/issues/401">#401</a>)&quot; (<a href="https://redirect.github.com/actions/setup-java/issues/421">#421</a>)&quot; (<a href="https://redirect.github.com/actions/setup-java/issues/450">#450</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/9b86bbe88a8152e5b9e6c15fd2e0efdd2994ffb6"><code>9b86bbe</code></a> Update workflow badges (<a href="https://redirect.github.com/actions/setup-java/issues/449">#449</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/8f12c5c4d1ebd18bf4b7a51a1b0b912633f0bc61"><code>8f12c5c</code></a> Updated readme file (<a href="https://redirect.github.com/actions/setup-java/issues/446">#446</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/v1...v3">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=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)
   
   
   </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: dev-unsubscribe@parquet.apache.org

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


[GitHub] [parquet-format] Fokko merged pull request #203: PARQUET-2313: Bump actions/setup-java from 1 to 3

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #203:
URL: https://github.com/apache/parquet-format/pull/203


-- 
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: dev-unsubscribe@parquet.apache.org

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


[GitHub] [parquet-format] wgtmac commented on a diff in pull request #203: PARQUET-2313: Bump actions/setup-java from 1 to 3

Posted by "wgtmac (via GitHub)" <gi...@apache.org>.
wgtmac commented on code in PR #203:
URL: https://github.com/apache/parquet-format/pull/203#discussion_r1231995750


##########
.github/workflows/test.yml:
##########
@@ -26,15 +26,16 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ '1.8', '11' ]
+        java: [ '8', '11', '17' ]
     name: Build Parquet with JDK ${{ matrix.java }}
 
     steps:
       - uses: actions/checkout@master
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3
         with:
           java-version: ${{ matrix.java }}
+          distribution: temurin

Review Comment:
   @Fokko Why do we need to specify a distribution?



-- 
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: dev-unsubscribe@parquet.apache.org

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


[GitHub] [parquet-format] Fokko commented on a diff in pull request #203: PARQUET-2313: Bump actions/setup-java from 1 to 3

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on code in PR #203:
URL: https://github.com/apache/parquet-format/pull/203#discussion_r1314324512


##########
.github/workflows/test.yml:
##########
@@ -26,15 +26,16 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ '1.8', '11' ]
+        java: [ '8', '11', '17' ]
     name: Build Parquet with JDK ${{ matrix.java }}
 
     steps:
       - uses: actions/checkout@master
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3
         with:
           java-version: ${{ matrix.java }}
+          distribution: temurin

Review Comment:
   This is now required, before it would just take the Oracle one IIRC



-- 
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: dev-unsubscribe@parquet.apache.org

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