-
Java
version (currently still only forAmazon Corretto
) is now determined dynamically using the official GitHubjson
with releases, so when newJava
version becomes available, you will not be depenent onrJavaEnv
to be updated. As a fallback, versions up to 24 are hardcoded. -
Added
force
argument tojava_download()
. When set toTRUE
, allows to overwrite the distribution file if it already exist in the cache. This save the trouble of deleting the cached file withjava_clear()
before re-downloading. -
Added a new function
java_valid_versions()
allows to retrieve a list of all availableJava
versions for the current automatically detected OS and CPU architecture, or user-specified platform and architecture.
-
Better command line
Java
detection (thanks to Jonas Lieth) -
Test coverage is now 7.2%