David M. Lloyd
David M. Lloyd
Presently all JDK changes are processed as a single periodic diff. We could possibly go to a finer-grained solution where we get the log of all affected paths, and then...
Starting from version 26, I intend to move this project to the SmallRye organization. - [ ] Move to SmallRye organization - [ ] Change package name to `io.smallrye.classfile` (update...
Fixes #484. This is a draft to allow review of the API and basic implementation as I write tests. Based on #482. - [x] `copy` (SDS input) - [ ]...
Fixes #485
Sometimes, some operation is happening that should not be interrupted by process exit (`System.exit(*)`). Exiting during these critical operations could result in various undesirable situations, like half-delivered messages, partially written...
Introduce secure recursive file copying and moving utilities.
Fixes #439
On Windows, powershell and (especially) batch have unusual argument handling rules that are fairly tricky to implement correctly. Therefore, at present, executing powershell and batch scripts is not allowed on...
[GR-71149][Native Image]Provide a mechanism to allow some indy and condy to initialize at build time
**Feature request** Since #7834, bootstraps for indy and condy have been moved from build time to run time by default, with the exception of certain known JDK bootstraps (like those...