You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/04/23 19:18:00 UTC

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

     [ https://issues.apache.org/jira/browse/MNG-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MNG-6363.
------------------------------------
    Resolution: Done

Done in [9c118d34c905a16dcc85ccf4252f16e8ceabd7a3|https://gitbox.apache.org/repos/asf?p=maven.git;a=commitdiff;h=9c118d34c905a16dcc85ccf4252f16e8ceabd7a3]

> 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)