Skip to content

Tags: actions/setup-java

Tags

v4.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
actions/cache upgrade to 4.0.3 (#773)

v4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
actions/cache upgrade to 4.0.3 (#773)

v4.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump @types/jest from 29.5.12 to 29.5.14 (#729)

* Bump @types/jest from 29.5.12 to 29.5.14

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix for check failures

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>

v4.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Support for JetBrains Runtime (#637)

* Add Support for JetBrains Runtime

- Add Installer, Models
- Includes Tests & Test Manifest Data
- Add to `e2e-versions.yml`
- Run `npm run build`
- Update README.md

* Add Docs + Distro Factory

* Fix Runtime Unrecognizable

* `npm run build` (JBR)

* Fix Incorrect JBR Distribution

* Switch to `jbrsdk_jcef`

* Fix Incorrect File Extension

* `npm run build` (JBR)

* Fix Windows Support

* Add `GITHUB_TOKEN` Authentication

* Update Authorization, Add Documentation

* Fix PR Issues

- Fix JDK 11 URL Bug
- Add JDK URL Testing to ensure versions can be downloaded
- Run Prettier

* Change Distribution to \`jbrsdk\`

* Don't Replace Underscores

* Fix `semver` not resolving correctly

* Update e2e-versions.yml

- Add `GITHUB_TOKEN` environment variable for JetBrains requests
- Add `jetbrains` to other E2E tests

* `npm run format`

* Fix Format, Inaccessible URLs

* Update Tests

* Fix Broken URLs, Add Additional Package Types

* `npm run build`

* Fix JetBrains Tests, Issues in `e2e-versions.yml`

* Add Hidden JDK 11 Versions

* Update `jetbrains-installer` Tests

* Add Notices in Documentation

* Fix Documentation

* Run `npm audit fix`

* Fix Tests on Windows

v4.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refine `isGhes` logic (#697)

v4.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
check-dist-failure-fix (#687)

v4.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
basic validation failure fix (#682)

v4.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the bug about parsing dragonwell version (#642) (#643)

v4.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch for java version file (#610)

* patch to extract file from other location

* patch to extract filename from other directories

* removed code failing checks

* changed the validation for .java-version type

v4.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added .tool-versions file support (#606)

* added support for tool version file

* testing with one regex

* working regex

* Checked for the file extension

* added e2e checks for tool version

* removed error warning

* updated regex to support early version

* updated regex for early version support

* updated regex for early version

* updated regex to accept early versions

* added coreinfo to analyze

* updated the regex

* updated regex

* new regex for early version

* updated regex to match the new version file format

* new regex

* changed the regex

* redex updated

* used java version regex

* regex updated

* regex modified

* regex updated

* regex updated

* regex updated

* updated regex to support early versions

* Regex updated to support all java versions

* Documentation updated to add tool version description

* Documentation updated for the tool version file

* update the advanced doc and readme file to specify tool version changes