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 2018/04/23 19:17:00 UTC

[jira] [Commented] (MNG-6363) Remove secret thread configuration property from code

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

Hudson commented on MNG-6363:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven » master #7

See https://builds.apache.org/job/maven-box/job/maven/job/master/7/

> Remove secret thread configuration property from code
> -----------------------------------------------------
>
>                 Key: MNG-6363
>                 URL: https://issues.apache.org/jira/browse/MNG-6363
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line
>    Affects Versions: 3.5.3
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.5.4
>
>
> Currently the code of Maven core {{MavenCli}} contains something like this:
> {code:java}
>         final String threadConfiguration = commandLine.hasOption( CLIManager.THREADS )
>             ? commandLine.getOptionValue( CLIManager.THREADS )
>             : request.getSystemProperties().getProperty(
>                 MavenCli.THREADS_DEPRECATED ); // TODO Remove this setting. Note that the int-tests use it
> {code}
> We should remove the {{THREADS_DEPRECATED}} part here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)