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 2018/12/06 15:54:01 UTC

[GitHub] nivertius opened a new pull request #3: Make tests pass in JDK 11.

nivertius opened a new pull request #3: Make tests pass in JDK 11.
URL: https://github.com/apache/maven-dependency-analyzer/pull/3
 
 
   Tests are not passing right now in master, when compiling in JDK 11.
   This is because tests in ``DefaultProjectDependencyAnalyzerTest`` call ``org.apache.commons.lang3.SystemUtils#isJavaVersionAtLeast`` which does not support Java 11 in common-lang3 version 3.7.
   Bumping common-lang3 version to 3.8.1 resolves the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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