Colin Kerr
Colin Kerr
- Add missing annotations to make pygradle plugin tasks compatible with Gradle 7 - Fix issues with extra characters when writing wheel-api.py resource to file - Update TeeOutputstream constructor to...
This bypasses issues with filesystem tunneling in Windows, where the creation time is not changed if a file is deleted and recreated. This can result in lock files becoming stale...
IcedTea-Web version: 2.0.0-alpha23 OpenWebStart version: 1.5.2 JDK: Azul 1.8.0u322 OS: Windows 10 When determining whether a LockableFile is stale, [the file's creationtime is used](https://github.com/AdoptOpenJDK/IcedTea-Web/blob/70baee55ab8b89bd18aec1f3ff5c00b21c3c977b/common/src/main/java/net/adoptopenjdk/icedteaweb/lockingfile/LockableFile.java#L363C74-L363C74). This causes some issues in Windows...
With the changes introduced in 14.0.0 (See #249), support was removed for committing lock files to SCMs other than Git. We have been using the SCMFactory workflow to allow for...
Taking the setgid changes in #429, #438, and #443 and applying them to the setuid flag for files, for compatibility with Gradle 8.3 and beyond.