Skip to content

Releases: actions/setup-java

v4.7.0

Choose a tag to compare

@mahabaleshwars mahabaleshwars released this 29 Jan 03:24
3a4f6e1

What's Changed

New Contributors

Full Changelog: v4...v4.7.0

v4.6.0

Choose a tag to compare

@mahabaleshwars mahabaleshwars released this 18 Dec 03:49
7a6d8a8

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

Choose a tag to compare

@mahabaleshwars mahabaleshwars released this 24 Oct 13:59
8df1039

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

Choose a tag to compare

@aparnajyothi-y aparnajyothi-y released this 24 Sep 14:04
b36c23c

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

Choose a tag to compare

@mahabaleshwars mahabaleshwars released this 09 Sep 14:25
2dfa201

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

Choose a tag to compare

@mahabaleshwars mahabaleshwars released this 05 Aug 14:04
6a0805f

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

Choose a tag to compare

@HarithaVattikuti HarithaVattikuti released this 14 Mar 14:29
99b8673

What's Changed

Full Changelog: v4...v4.2.1

v4.2.0

Choose a tag to compare

@aparnajyothi-y aparnajyothi-y released this 13 Mar 13:43
5896cec

What's Changed

New Contributors

V4.1.0

Choose a tag to compare

@aparnajyothi-y aparnajyothi-y released this 28 Feb 05:25
9704b39

What's Changed

New Contributors

Full Changelog: v4...v4.1.0

v4.0.0

Choose a tag to compare

@IvanZosimov IvanZosimov released this 29 Nov 14:29
387ac29

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

  • Adding support for microsoft openjdk 21.0.0 by @ralfstuckert in #546
  • Update @actions/cache dependency and documentation by @IvanZosimov in #549
  • Implementation of the cache-dependency-path option to control caching dependency by @itchyny in #499

New Contributors

Full Changelog: v3...v4.0.0