You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/08/11 16:31:28 UTC

[GitHub] [maven-plugin-testing] rfscholte commented on issue #8: target Java 8 and maven 3.6.0

rfscholte commented on issue #8: target Java 8 and maven 3.6.0
URL: https://github.com/apache/maven-plugin-testing/pull/8#issuecomment-520241692
 
 
   Looking at the code I see: generics (Java5), @Override on inherited interface methods (Java6). I don't see any changes that require a newer version of Java or Maven API. 
   However, 7 is the new minimum, otherwise we can't test it with Java 12 and 13. 
   That would also make it possible to apply: try-with-resources, diamond operators. As you might have noticed: upgrading is more than changing numbers in the pom. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services