You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Chacin (Jira)" <ji...@apache.org> on 2021/03/23 04:49:00 UTC

[jira] [Commented] (MNG-7127) NullPointerException in MavenCliTest.testStyleColors in JDK 16

    [ https://issues.apache.org/jira/browse/MNG-7127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306770#comment-17306770 ] 

Carlos Chacin commented on MNG-7127:
------------------------------------

PR: https://github.com/apache/maven/pull/460

> NullPointerException in MavenCliTest.testStyleColors in JDK 16
> --------------------------------------------------------------
>
>                 Key: MNG-7127
>                 URL: https://issues.apache.org/jira/browse/MNG-7127
>             Project: Maven
>          Issue Type: Bug
>          Components: Embedding, Integration Tests
>         Environment: > uname -a
> Darwin 3c22fb7b8b51.ant.amazon.com 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64
> > java --version
> openjdk 16 2021-03-16
> OpenJDK Runtime Environment Corretto-16.0.0.36.1 (build 16+36)
> OpenJDK 64-Bit Server VM Corretto-16.0.0.36.1 (build 16+36, mixed mode, sharing)
>            Reporter: Carlos Chacin
>            Priority: Trivial
>              Labels: Java16, unit-test
>
> h2. Given
> That I'm using JDK 16 to build https://github.com/apache/maven
> h2. When
> Executing the command to build the project locally after the git clone
> {code:java}
> mvn clean verify
> {code}
> h2. Then
> There is a failed test
> {code:java}
> [ERROR] Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.929 s <<< FAILURE! - in org.apache.maven.cli.MavenCliTest
> [ERROR] testStyleColors  Time elapsed: 0.03 s  <<< ERROR!
> java.lang.NullPointerException
> 	at org.apache.maven.cli.MavenCliTest.testStyleColors(MavenCliTest.java:327)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)