You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by GitBox <gi...@apache.org> on 2022/09/26 22:10:42 UTC

[GitHub] [aries-component-dsl] dependabot[bot] opened a new pull request, #34: Bump actions/setup-java from 2 to 3.5.1

dependabot[bot] opened a new pull request, #34:
URL: https://github.com/apache/aries-component-dsl/pull/34

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.5.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>v3.5.1</h2>
   <p>In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate <a href="https://github.com/actions/setup-java/blob/main/src/distributions/microsoft/microsoft-openjdk-versions.json">json file</a>. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.</p>
   <ul>
   <li>Related pull request: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/383">actions/setup-java#383</a></li>
   </ul>
   <h2>v3.5.0</h2>
   <h3>Add support for multiple jdks</h3>
   <p>In scope of this release we add <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/368">support for multiple jdks</a>. Customers can specify multiple versions of java through <code>java-version</code> input.</p>
   <pre lang="yaml"><code>    steps:
         - uses: actions/setup-java@v3
           with:
             distribution: '&lt;distribution&gt;'
             java-version: |
               8
               11
               15
   </code></pre>
   <h3>Besides, we added such changes as:</h3>
   <ul>
   <li>Removed restore-keys because it leaded to an unexpected growth of the cache: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/285">actions/setup-java#285</a></li>
   <li>Added new files pattern for gradle cache: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/274">actions/setup-java#274</a></li>
   <li>Added cache-hit output to the action.yml: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/373">actions/setup-java#373</a></li>
   </ul>
   <h2>v3.4.1</h2>
   <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes for <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/350">caching error handling</a>.</p>
   <h2>v3.4.0</h2>
   <p>In scope of this release we introduce such changes as:</p>
   <ul>
   <li>Add Java 11.0.15 to Microsoft Build of OpenJDK: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/331">actions/setup-java#331</a></li>
   <li>Update versions for Java 17 to 17.0.3 and add aarch64 support to Java 11 for Microsoft Build of OpenJDK: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/342">actions/setup-java#342</a></li>
   <li>Fix support for <code>Zulu OpenJDK</code> arm64 architecture: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/339">actions/setup-java#339</a></li>
   <li><code>Sbt-cache</code>: don't cache some files: <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/332">actions/setup-java#332</a></li>
   </ul>
   <h2>v3.3.0</h2>
   <p>In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/312">actions/setup-java#312</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v3
     - name: Setup-java
       uses: actions/setup-java@v3
       with:
         distribution: corretto
         java-version: 11
   </code></pre>
   <h3>Supported distributions</h3>
   <p>Currently, the following distributions are supported:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a href="https://github.com/actions/setup-java/commit/26eeac8c9ecbde54412d05d158756b4897c3a9b9"><code>26eeac8</code></a> Add json for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/386">#386</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/a96c2ca6ae7c46a627e7df3989a615ad926b1189"><code>a96c2ca</code></a> improve documentation and more emphasis to Java 17 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/379">#379</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/7bbeb80d2449ed6780428f731facb4cb4154c65f"><code>7bbeb80</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/380">#380</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/d854b6da19cdadd9a010605529e522c2393ebd38"><code>d854b6d</code></a> Add support for multiple jdks (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/368">#368</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/749e4491fa6be89d2cd6d667467704e8bd954a2b"><code>749e449</code></a> Add Cache Hit Output (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/373">#373</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/aa538512245b6487bc3433108a2b0dad5ebb5f8b"><code>aa53851</code></a> Update actions version in package json (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/377">#377</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/5b36705a13905facb447b6812d613a06a07e371d"><code>5b36705</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/364">#364</a> from e-korolevskii/main</li>
   <li><a href="https://github.com/actions/setup-java/commit/4656cbcede3a26c7db3760e28c61366b939cada2"><code>4656cbc</code></a> Merge branch 'actions:main' into main</li>
   <li><a href="https://github.com/actions/setup-java/commit/ef96bec0e4c8cdcb960a03d79e7b8bb6b581baa7"><code>ef96bec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-java/issues/274">#274</a> from schuenadel/include-buildSrc-in-cache-key</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/v2...v3.5.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=2&new-version=3.5.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: dev-unsubscribe@aries.apache.org

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