Actions
Architecture #5730
closedArchitecture #5664: Drop support for Java 6
Don't fork process anymore to change file permission
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
We are using a system call to change file permissions of the generated promises. Now that we are supporting Java 7 and more, we could use the facilities from Java to do so
Updated by Nicolas CHARLES about 10 years ago
- Status changed from In progress to Rejected
Ok, there is no way to simply change recursively premissions with java/scala, even 1.7
We need to set a walker across a path to change the permission of every files/paths, and it is quite a burden to do so.
The gain is surely not worth the pain, rejecting
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to Architecture
Actions