Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade actions/setup-java v3.5.1 -> v3.13.0 #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Picnic-Bot
Copy link
Contributor

@Picnic-Bot Picnic-Bot commented Oct 18, 2022

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v3.5.1 -> v3.13.0

Release Notes

actions/setup-java (actions/setup-java)

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare Source

In scope of this release the following changes were made:

Bug fixes:

Feature implementations:

Resolving dependencies issues:

Infrastructure updates:

Documentation changes:

New Contributors

Full Changelog: actions/setup-java@v3...v3.12.0

v3.11.0

Compare Source

In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: semeru
     java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
semeru IBM Semeru Runtime Open Edition Link Link
oracle Oracle JDK Link Link

v3.10.0

Compare Source

In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).

steps:
 - name: Checkout
  uses: actions/checkout@v3
 - name: Setup-java
  uses: actions/setup-java@v3
  with:
   distribution: oracle
   java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
oracle Oracle JDK Link Link

v3.9.0

Compare Source

In scope of this release we add support for .java-version file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.

    steps:
      - uses: actions/checkout@v3
      - name: Setup java
        uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version-file: .java-version
      - run: java HelloWorldApp.java

v3.8.0

Compare Source

In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.

v3.6.0

Compare Source

In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use os.arch to determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:


  • If you want to rebase/retry this PR, check this box

@Picnic-Bot Picnic-Bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Oct 18, 2022

Suggested commit message:

Upgrade actions/setup-java v3.5.1 -> v3.13.0

@sonarcloud
Copy link

sonarcloud bot commented Oct 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from d47abf9 to 1a23b5d Compare December 1, 2022 23:01
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.6.0 Upgrade actions/setup-java v3.5.1 -> v3.7.0 Dec 1, 2022
@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from 1a23b5d to 47e6774 Compare December 5, 2022 23:01
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.7.0 Upgrade actions/setup-java v3.5.1 -> v3.6.0 Dec 5, 2022
@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from 47e6774 to 4ba0880 Compare December 6, 2022 23:01
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.6.0 Upgrade actions/setup-java v3.5.1 -> v3.8.0 Dec 6, 2022
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.8.0 Upgrade actions/setup-java v3.5.1 -> v3.9.0 Dec 14, 2022
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.9.0 Upgrade actions/setup-java v3.5.1 -> v3.10.0 Feb 7, 2023
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.10.0 Upgrade actions/setup-java v3.5.1 -> v3.11.0 Mar 27, 2023
@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from 4ba0880 to 281446e Compare June 7, 2023 22:02
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.11.0 Upgrade actions/setup-java v3.5.1 -> v3.12.0 Jul 24, 2023
@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from 281446e to b909aca Compare July 24, 2023 22:04
@Picnic-Bot Picnic-Bot changed the title Upgrade actions/setup-java v3.5.1 -> v3.12.0 Upgrade actions/setup-java v3.5.1 -> v3.13.0 Sep 20, 2023
@Picnic-Bot Picnic-Bot force-pushed the renovate/actions-setup-java-3.x branch from b909aca to 8bc95ed Compare September 20, 2023 22:01
@Picnic-Bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant