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

[GitHub] [maven-site-plugin] olamy commented on a change in pull request #21: [MSITE-829] Upgrade Jetty to 9.4.x

2020-05-15 Thread GitBox
olamy commented on a change in pull request #21: URL: https://github.com/apache/maven-site-plugin/pull/21#discussion_r426105614 ## File path: Jenkinsfile ## @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x',

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

[GitHub] [maven-site-plugin] rfscholte commented on a change in pull request #21: [MSITE-829] Upgrade Jetty to 9.4.x

2020-05-15 Thread GitBox
rfscholte commented on a change in pull request #21: URL: https://github.com/apache/maven-site-plugin/pull/21#discussion_r425670278 ## File path: Jenkinsfile ## @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x