elharo commented on a change in pull request #52: URL: https://github.com/apache/maven-dependency-analyzer/pull/52#discussion_r811479598
########## File path: src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java ########## @@ -33,9 +33,11 @@ import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.Map; +import java.util.Optional; Review comment: Fair enough, though my day job supports Java 7, and I'm still being asked to debug issues involving Java 6 in open source. Developers like to jump to the latest and greatest but customers hate this. My comments about not using lambdas and Optional without a very good reason still apply though. -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org