[
https://issues.apache.org/jira/browse/MNG-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708917#comment-17708917
]
Michael Osipov commented on MNG-7756:
-------------------------------------
I think you are referring to:
{code:java}
if (!NumberUtils.isParsable(threadConfiguration)) {
throw new IllegalArgumentException("Invalid threads core
multiplier value: '" + threadConfiguration
+ "C'. Supported are int and float values ending with
C.");
}
{code}
You should raise this with Commons Lang, no?
> The degree of concurrency does not support "2." as a factor
> -----------------------------------------------------------
>
> Key: MNG-7756
> URL: https://issues.apache.org/jira/browse/MNG-7756
> Project: Maven
> Issue Type: Improvement
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Priority: Minor
> Fix For: 4.0.0-alpha-6
>
>
> The {{2.}} syntax is supported by {{Float.parseFloat()}} and there's no
> reason why that particular syntax should be rejected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)