You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2019/02/06 08:07:00 UTC

[jira] [Comment Edited] (MNG-6571) Maven memory consumption issue

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

Hervé Boutemy edited comment on MNG-6571 at 2/6/19 8:06 AM:
------------------------------------------------------------

reopening: {{VersionRange.createFromVersion("1.0")}} and {{VersionRange.createFromVersionSpec("1.0")}} do not exactly return the same object

- {{VersionRange.createFromVersionSpec("1.0")}} returns a range with a restriction that defines no checks
- {{VersionRange.createFromVersion("1.0")}} returns a range with no restriction

this is catched by unit tests: need to define if this difference is important to maintain or the unit test has to be made more tolerant


was (Author: hboutemy):
reopening: {{VersionRange.createFromVersion("1.0")}} should not return the same result as {{VersionRange.createFromVersionSpec("1.0")}}

- {{VersionRange.createFromVersionSpec("1.0")}} returns a range with a restriction that defines no checks
- {{VersionRange.createFromVersion("1.0")}} returns a range with no restriction


> Maven memory consumption issue
> ------------------------------
>
>                 Key: MNG-6571
>                 URL: https://issues.apache.org/jira/browse/MNG-6571
>             Project: Maven
>          Issue Type: Wish
>    Affects Versions: 3.6.0
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>            Priority: Major
>             Fix For: 3.6.1
>
>         Attachments: Maven-Reactor-Dump-Patched.png, Maven-Reactor-Dump.png
>
>
> as reported on Users list: https://lists.apache.org/thread.html/7d75142448b3c234742bdfd3c743e2f62065fe8e0a313905cbbb2523@%3Cusers.maven.apache.org%3E
> then with details on Dev list: https://lists.apache.org/thread.html/34b64295238594e554f1f2f119848bce3b60d4e1e22e09f26aa64166@%3Cdev.maven.apache.org%3E



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