Re: Minimum Supported Java Versions

2020-05-15 Thread Olivier Lamy
Hi That's a recurrent discussion All the java7 stuff done by reflection can be definitely removed (it's a legacy code when we have minimum support of java5) So feel free to remove that and make those librairies java7 minimum. This shouldn't be a problem. Regarding java8, I have my opinion and a

Minimum Supported Java Versions

2020-05-15 Thread Robert Oxspring
Hi folks, I’ve been looking at MRESOURCES-236 (Copying of files with permissions broken) and it looks like it should be solvable using Java 7’s Files.getPosixFilePermission() and Files.setPostixFilePermission(). In particular I propose that the various copyFile() methods in maven-resources-plu