packr v3.0.1 Release Notes
Release Date: 2020-12-06 // about 4 years ago-
โก๏ธ 1. Updated tests to use the latest versions of AdoptOpenJDK 8, 11, and 15. ๐ 2. Changed DLL loading on Windows to search in the JRE bin and server directories.
- This should make packr more robust to Windows runtime DLL changes. ๐ 3. Fixed logging levels in ArchiveUtils
- There was trace output logging at error level.
Previous changes from v3.0.0
-
๐จ 1. Refactored code to fit better into libGdx/packr parent repository. ๐ 2. Fixed an issue where extracting an archive with duplicate entries would fail. ๐ฆ 3. The packr-all Jar is available from GitHub packages https://github.com/libgdx/packr/packages.
- The output directory specified by
--output
must be an empty directory, or a path that does not exist.- Packr will no longer delete the output directory and then populate it.
- Packr will ensure that
jspawnhelper
has execute permissions in the bundled JRE.- This resolves an issue on macOS where Runtime.exec and Process.start calls would fail with
java.io.IOException: Cannot run program "java": error=2, No such file or directory
. - Reference: https://stackoverflow.com/questions/53113127/java-runtime-exec-fails-to-run/55091040 โก๏ธ 6. Updated ArchiveUtils to support POSIX permissions and symbolic links.
- This resolves an issue with repackaged JREs losing execute permissions.
- This resolves an issue on macOS where Runtime.exec and Process.start calls would fail with
- Alternative Maven repositories until oss.sonatype.org (Maven central) publishing is possible.
- The output directory specified by