You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/31 14:36:06 UTC

[GitHub] [camel-spring-boot] dependabot[bot] opened a new pull request, #659: Bump actions/setup-java from 1 to 3

dependabot[bot] opened a new pull request, #659:
URL: https://github.com/apache/camel-spring-boot/pull/659

   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://github-redirect.dependabot.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.0</h2>
   <p>In scope of this pull request we add support for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-java/commit/de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc"><code>de1bb2b</code></a> feat: support Gradle version catalog (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/394">#394</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/2c53c1a5882e4f36ba4dca1c7e1f24a62e5453e8"><code>2c53c1a</code></a> Update actions/cache to 3.0.4 version (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/392">#392</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/3617c43588448d532250f5c331dffcca90e398f1"><code>3617c43</code></a> Default to runner architecture (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/376">#376</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/a82e6d00200608b0b4c131bc9a89f7349786bd33"><code>a82e6d0</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/391">#391</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/fbb269240edd041d3dd462703f1111022f1af4de"><code>fbb2692</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/390">#390</a> from rentziass/rentziass/update-actions-core</li>
   <li><a href="https://github.com/actions/setup-java/commit/dfcd06a4b951d28455814f9652b18accc72e0c75"><code>dfcd06a</code></a> Update <code>@​actions/core</code> to 1.10.0</li>
   <li><a href="https://github.com/actions/setup-java/commit/e150063ee446b60ce2e35b040e81846da9001576"><code>e150063</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/282">#282</a> from Okeanos/maven-toolchains-support</li>
   <li><a href="https://github.com/actions/setup-java/commit/eb1418aa817168ee868a8dfc07f081c8674ba3de"><code>eb1418a</code></a> Add Maven Toolchains Declaration (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/276">#276</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/499ae9c28bd36bcb412b85f233d4edc4a78fab14"><code>499ae9c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/387">#387</a> from akv-platform/v-sdolin/issue-382-docs2</li>
   <li><a href="https://github.com/actions/setup-java/commit/a18c333f3f14249953dab3e186e5e21bf3390f1d"><code>a18c333</code></a> Add versions-manifest.json for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/383">#383</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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] davsclaus commented on pull request #659: Bump actions/setup-java from 1 to 3

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #659:
URL: https://github.com/apache/camel-spring-boot/pull/659#issuecomment-1312415209

   We use v3 on the core camel project


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

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


[GitHub] [camel-spring-boot] davsclaus merged pull request #659: Bump actions/setup-java from 1 to 3

Posted by GitBox <gi...@apache.org>.
davsclaus merged PR #659:
URL: https://github.com/apache/camel-spring-boot/pull/659


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

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


[GitHub] [camel-spring-boot] davsclaus commented on pull request #659: Bump actions/setup-java from 1 to 3

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #659:
URL: https://github.com/apache/camel-spring-boot/pull/659#issuecomment-1304468203

   @otavioprado @oscerd I wonder if you have seen this kind of PR update on other camel sub projects? And if we can merge this PR


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

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