apache-polaris-1.3.0-incubating-rc1
The PR #2819 accidentally _removed_ the executable POSIX file permission, assuming that not explicity setting the attributes via `filePermissions` retains the file-system 'x' permission. This change updates the logic to explicitly check the owner-executable bit and uses `755` or `644` respectively for each individual file in the archive. Co-authored-by: Robert Stupp <snazy@snazy.de>