You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/03/28 14:58:03 UTC

[jira] [Commented] (MNG-5625) Provide a terse information about the used thread builder

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

Hudson commented on MNG-5625:
-----------------------------

Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4

See https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/

> Provide a terse information about the used thread builder
> ---------------------------------------------------------
>
>                 Key: MNG-5625
>                 URL: https://issues.apache.org/jira/browse/MNG-5625
>             Project: Maven
>          Issue Type: Improvement
>          Components: Logging
>    Affects Versions: 3.2.1
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.2.2
>
>
> Sample output:
> {noformat}
> [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread
> count of 1
> {noformat}
> This line is extremely long is not really readible. It could be cut down to (options) 
> 1. If a single thread is used, omit completely
> 2. Cut down to simple class name:
> {{[INFO] Using the builder SingleThreadedBuilder with a thread count of 1}}
> 3. Cut down to a compressed class name like logback does:
> {{[INFO] Using the builder o.a.m.l.i.b.s.SingleThreadedBuilder with a thread count of 1}}
> Line in question: [link|https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleStarter.java#L115]



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