Commit graph

420 commits

Author SHA1 Message Date
mahabaleshwars
0d65cdab90 Regex updated to support all java versions 2024-03-08 17:55:32 +05:30
mahabaleshwars
c5831e86e5 updated regex to support early versions 2024-03-08 17:51:33 +05:30
mahabaleshwars
8c268be5a0 regex updated 2024-03-08 16:44:07 +05:30
mahabaleshwars
4ef246eff9 regex updated 2024-03-08 16:38:03 +05:30
mahabaleshwars
ae1e7f4bee regex updated 2024-03-08 16:31:59 +05:30
mahabaleshwars
3a44440459 regex modified 2024-03-08 15:52:28 +05:30
mahabaleshwars
00ea4e377e regex updated 2024-03-08 14:21:54 +05:30
mahabaleshwars
ac5ac98c37 used java version regex 2024-03-08 12:56:45 +05:30
mahabaleshwars
dc078972fe redex updated 2024-03-08 12:54:24 +05:30
mahabaleshwars
0bd564a691 changed the regex 2024-03-08 12:42:45 +05:30
mahabaleshwars
5633ed7ce0 new regex 2024-03-08 12:26:41 +05:30
mahabaleshwars
49631827e1 updated regex to match the new version file format 2024-03-08 12:12:42 +05:30
mahabaleshwars
7c2ba3003d new regex for early version 2024-03-08 12:07:07 +05:30
mahabaleshwars
7e1d245a33 updated regex 2024-03-08 11:55:42 +05:30
mahabaleshwars
600bab6918 updated the regex 2024-03-08 11:07:49 +05:30
mahabaleshwars
108d3372dc added coreinfo to analyze 2024-03-08 10:45:57 +05:30
mahabaleshwars
23f648d404 updated regex to accept early versions 2024-03-08 10:33:12 +05:30
mahabaleshwars
091c70611e updated regex for early version 2024-03-07 22:56:58 +05:30
mahabaleshwars
15bd552ffa updated regex for early version support 2024-03-07 22:22:27 +05:30
mahabaleshwars
d6dce30547 updated regex to support early version 2024-03-07 22:03:52 +05:30
mahabaleshwars
c2eed4c7f8 removed error warning 2024-03-05 12:48:13 +05:30
mahabaleshwars
7ac17397e8 added e2e checks for tool version 2024-03-04 14:05:16 +05:30
mahabaleshwars
3ac7f4d7ac Checked for the file extension 2024-03-04 13:36:34 +05:30
mahabaleshwars
12fa539aa2 working regex 2024-03-04 13:27:16 +05:30
mahabaleshwars
a7f2ec4000 testing with one regex 2024-03-04 13:20:49 +05:30
mahabaleshwars
7abdf1c01e added support for tool version file 2024-03-04 12:07:27 +05:30
mahabaleshwars
c3eb4ca47a
Merge pull request #1 from actions/main
Added Windows Arm64 Support for Windows Arm64 Runners (#595)
2024-03-04 11:48:16 +05:30
mahabaleshwars
9704b39bf2
Added Windows Arm64 Support for Windows Arm64 Runners (#595)
* Added Windows Arm64 Support for Windows Arm64 Runners

* microsoft test file update and tool-version test file

* Delete .DS_Store

* added test cases for windows and linux for zulu, liberica and microsoft

* adding different data files for each OS

* added changes to distribution files

* added more version support for microsoft
2024-02-27 23:11:33 -06:00
Michael Keppler
7a445ee88d
Fix typo in configuration example (#572) 2023-12-21 10:03:21 +01:00
Julien Dubois
3232623d9c
Oracle JDK 21 support (#538)
* Allow Oracle JDK 21 usage

* Fix tests

* Add Java 21 support in the documentation

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
2023-12-14 14:46:05 +01:00
Ivan
c0660d8edc
docs: add note about maven-gpg-plugin version (#570) 2023-12-14 14:28:01 +01:00
Nikolas Grottendieck
2f7af1b9c5
make it clear that Java 21 is supported (#566)
Update examples and references to Java where older Java versions are used to
highlight the support of Java 21.

Specific provider examples are only updated where they support Java 21.

Fixes #557
2023-12-14 14:27:46 +01:00
Peter Murray
16ef37f8dd
HTTP errors when the token is undefined (#556)
* Fixing issues with the handling of the token and avoiding error on when the token is undefined

* chore: rebuild action

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
2023-12-01 14:55:03 +01:00
K.B.Dharun Krishna
a2374547df
feat: bump actions/checkout and actions/setup-java to v4 (#533)
* eat: bump to use node20 runtime, actions/checkout to v4

* docs: update version of setup-java in documentation and e2e tests

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
2023-12-01 11:16:32 +01:00
aparnajyothi-y
387ac29b30
Upgrade Node to v20 (#558)
* Build changes

* 4.0.0

* node version update

* changes

* upgrade to v20

* Removing conflicts

* Upgrade to v20 in the reusable workflows

* Rebased index.js

* Removing conflicts

* Resolving conflicts

* Fomat check

* failed checks fix
2023-11-29 15:11:46 +01:00
itchyny
9eda6b51cc
feat: implement cache-dependency-path option to control caching dependency (#499) 2023-11-22 16:43:14 +01:00
Ivan
78078da0cd
Update @actions/cache dependency and documentation (#549)
* deps: Update actions/cache dep, rebuild solution, update docs

* docs: fix typo

* deps: update jest dependencies and licenses

* deps: fix vulnerable dependencies, rebuild solution

* licenses: update
2023-10-17 11:09:10 +02:00
Ralf Stuckert
5caaba646e
add support for microsoft openjdk 21.0.0 (#546)
* support for microsoft openjdk 21.0.0

* support for microsoft openjdk 21.0.0
2023-10-17 10:19:17 +02:00
Accelerator1996
0ab4596768
add support for dragonwell (#532)
* add support for dragonwell

* fix: update logic of parsing json file, refactor code

* build: rebuild action

* chore: update error message

* build: rebuild action

* tests: fix unit tests, add e2e tests

* chore: prettier, lint and rebuild solution

* feat: add check for the package type, update unit tests

* tests: update e2e tests

* tests: remove excess entries from e2e tests

* feat: update logic of getting json file

* feat: add logic for backuping getting json

* chore: update wordings

* chore: fix typos, add additional logs

* fix: fix review points

* chore: rebuild solution

* chore: update wordings

* chore: refactor code

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
2023-09-20 13:22:11 +02:00
Marko Zivic
4075bfc1b5
Merge pull request #503 from gnodet/fix-xml-namespaces
Fix XML namespaces wrongly using https
2023-08-31 06:15:25 +02:00
Orleando Dassi
5b86b67f5b
Fixed usage link within the README.md file (#525) 2023-08-16 01:01:53 +02:00
CyberFlame
b943a4ed87
fix typo and remove unintentional(?) word (#518)
* fix typo and remove unintentional(?) word

* docs: fix typo in the Readme.md

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
2023-07-31 11:29:53 +02:00
dependabot[bot]
c16064d22c
Bump word-wrap from 1.2.3 to 1.2.4 (#516)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-27 13:48:48 +02:00
Endi327
cd89f46ac9
Add versions properties to cache (#280)
* Add versions properties to cache

* lint fix

npm run format change

* [FIX] unit test

* docs: fix typo in the Readme.md

* docs: update link to the toolkit/cache package

---------

Co-authored-by: Ivan Zosimov <ivan.zosimov@Ivans-MacBook-Pro.local>
2023-07-21 13:38:46 +02:00
Nikolai Laevskii
4fb397523b
Merge pull request #507 from akv-platform/update-oracle-jdk-url-calculation
Update Oracle JDK download URL calculation
2023-07-18 11:04:49 +02:00
Nikolai Laevskii
33b10b64eb Use archive as fallback only when dealing with major version 2023-07-18 09:28:12 +02:00
Ivan
75c6561172
Update dependencies (#511)
* chore: update dependencies, rebuild action

* chore: update licenses

* chore: rebuild action on linux
2023-07-10 17:20:15 +02:00
Nikolai Laevskii
ebe05e0f88 Update build 2023-07-05 09:34:35 +02:00
Nikolai Laevskii
46099e1f14 Build 2023-07-05 09:34:34 +02:00
Nikolai Laevskii
1a3cd386c6 Update Oracle JDK URL calculation 2023-07-05 09:34:34 +02:00