Releases: actions/setup-java
Releases · actions/setup-java
Release list
v4.7.1
What's Changed
Documentation changes
- Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by @aparnajyothi-y in #704
- Remove duplicated GraalVM section in documentation by @Marcono1234 in #716
Dependency updates:
- Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in #766
- Upgrade @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #744
- Upgrade ts-jest from 29.1.2 to 29.2.5 by @dependabot in #743
- Upgrade @action/cache to 4.0.3 by @aparnajyothi-y in #773
Full Changelog: v4...v4.7.1
v4.7.0
What's Changed
- Configure Dependabot settings by @HarithaVattikuti in #722
- README Update: Added a permissions section by @benwells in #723
- Upgrade
cachefrom version 3.2.4 to 4.0.0 by @aparnajyothi-y in #724 - Upgrade
@actions/http-clientfrom 2.2.1 to 2.2.3 by @dependabot in #728 - Upgrade
actions/publish-immutable-actionfrom 0.0.3 to 0.0.4 by @dependabot in #727 - Upgrade
@types/jestfrom 29.5.12 to 29.5.14 by @dependabot in #729
New Contributors
Full Changelog: v4...v4.7.0
v4.6.0
What's Changed
Add-ons:
- Add Support for JetBrains Runtime by @gmitch215 in #637
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: ‘jetbrains’
java-version: '21'
Bug fixes:
- Fix Ubuntu-latest CI failures by @mahabaleshwars in #693
New Contributors
- @gmitch215 made their first contribution in #637
Full Changelog: v4...v4.6.0
v4.5.0
What's Changed
Bug fixes:
- Improve archive extraction on windows runners without powershell core and Update micromatch dependency by @priyagupta108 in #689
- Update workflows for GraalVM and Version Enhancements by @mahabaleshwars in #699
- Refine
isGheslogic by @jww3 in #697
New Contributors:
- @priyagupta108 made their first contribution in #689
- @jww3 made their first contribution in #697
Full Changelog: v4...v4.5.0
v4.4.0
What's Changed
Add-ons :
- Add support for Oracle GraalVM by @fniephaus in #501
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: 'graalvm'
java-version: '21'
Bug fixes :
- Add architecture to cache key by @Zxilly in #664
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format. - Resolve check failures by @aparnajyothi-y in #687
New Contributors
Full Changelog: v4...v4.4.0
v4.3.0
What's Changed
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: 'sapmachine'
java-version: '21'Bug fixes :
- Fix typos on Corretto by @johnshajiang in #666
- IBM Semeru Enhancement on arm64 by @mahabaleshwars in #677
- Resolve Basic Validation Check Failures by @aparnajyothi-y in #682
New Contributors :
- @johnshajiang made their first contribution in #666
- @Shegox made their first contribution in #614
Full Changelog: v4...v4.3.0
v4.2.2
What's Changed
Bug fixes:
- Fix macos latest check failures by @HarithaVattikuti in #634
- Fix dragonwell distribution parsing issues by @Accelerator1996 in #643
Documentation changes
- Update advanced documentation for java-version-file by @mahabaleshwars in #622
Dependency updates:
- Bump undici from 5.28.3 to 5.28.4 and other dependency updates by @dependabot in #616
Full Changelog: v4...v4.2.2
v4.2.1
What's Changed
- Patch for java version file to accept it from any path by @mahabaleshwars in #610
Full Changelog: v4...v4.2.1
v4.2.0
What's Changed
- Updated actions/httpclient version to 2.2.1 and other dependencies by @HarithaVattikuti in #607
- Added .tool-versions file support along with .java-version file by @mahabaleshwars in #606
New Contributors
- @HarithaVattikuti made their first contribution in #607
Full Changelog: v4...v4.2.0
V4.1.0
What's Changed
- Added Windows Arm64 Support for Windows Arm64 Runners by @mahabaleshwars in #595
- feat: bump actions/checkout and actions/setup-java to v4 by @kbdharun in #533
- Handle authorization when the token is undefined by @peter-murray in #556
- Documentation update of Java 21 by @Okeanos in #566
- Documentation update about maven-gpg-plugin version note by @IvanZosimov in #570
- Oracle JDK 21 support by @jdubois in #538
- Fix typo in configuration example by @Bananeweizen in #572
New Contributors
- @kbdharun made their first contribution in #533
- @peter-murray made their first contribution in #556
- @jdubois made their first contribution in #538
- @Bananeweizen made their first contribution in #572
- @mahabaleshwars made their first contribution in #595
Full Changelog: v4...v4.1.0