Skip to content

Releases: actions/setup-java

v3.14.1

17 Apr 03:06
17f84c3
Compare
Choose a tag to compare

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

15 Apr 03:39
dda1638
Compare
Choose a tag to compare

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

09 Apr 02:58
c5195ef
Compare
Choose a tag to compare

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:

Full Changelog: v4...v4.7.1

v4.7.0

29 Jan 03:24
3a4f6e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.7.0

v4.6.0

18 Dec 03:49
7a6d8a8
Compare
Choose a tag to compare

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: v4...v4.6.0

v4.5.0

24 Oct 13:59
8df1039
Compare
Choose a tag to compare

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:

Full Changelog: v4...v4.5.0

v4.4.0

24 Sep 14:04
b36c23c
Compare
Choose a tag to compare

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @Jcambass in #684

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

09 Sep 14:25
2dfa201
Compare
Choose a tag to compare

What's Changed

  • Add support for SapMachine JDK/JRE by @Shegox in #614
steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: v4...v4.3.0

v4.2.2

05 Aug 14:04
6a0805f
Compare
Choose a tag to compare

What's Changed



Bug fixes:

Documentation changes

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

14 Mar 14:29
99b8673
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.2.1