Releases: actions/setup-java
Releases · actions/setup-java
v3.14.1
What's Changed
- Add workflow file for publishing releases to immutable action package by @aparnajyothi-y in #797
Full Changelog: v3...v3.14.1
v3.14.0
What's Changed
- Upgrade @action/cache to 4.0.3 by @aparnajyothi-y in #790.
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: v3...v3.14.0
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
cache
from version 3.2.4 to 4.0.0 by @aparnajyothi-y in #724 - Upgrade
@actions/http-client
from 2.2.1 to 2.2.3 by @dependabot in #728 - Upgrade
actions/publish-immutable-action
from 0.0.3 to 0.0.4 by @dependabot in #727 - Upgrade
@types/jest
from 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
isGhes
logic 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