Re: PRs evaluation for MJDEPS-16

2019-01-23 Thread Robert Scholte
I will have a look at them, but am also busy with the maven-javadoc-plugin. Robert On Wed, 23 Jan 2019 15:10:15 +0100, Andre Tadeu de Carvalho wrote: Hi, people! Thank you all for being supportive. Could someone help me evaluating these PRs: - https://github.com/apache/maven-jdeps-

Re: Maven memory consumption issue

2019-01-23 Thread Hervé BOUTEMY
as discusses in the Jira issue, the cache on Version Range is simple and very efficient can someone review and second for merge to master? Regards, Hervé Le mercredi 23 janvier 2019, 11:07:43 CET Hervé BOUTEMY a écrit : > Hi, > > Interesting. > I created MNG-6571 to track this issue: please m

PRs evaluation for MJDEPS-16

2019-01-23 Thread Andre Tadeu de Carvalho
Hi, people! Thank you all for being supportive. Could someone help me evaluating these PRs: - https://github.com/apache/maven-jdeps-plugin/pull/1 - https://github.com/apache/maven-jdeps-plugin/pull/2 For the second PR, I had to make a lot of changes and sort out existing tests. I'm availab

Re: Maven memory consumption issue

2019-01-23 Thread Yann Dameron
I'm still computing the retained references but the first results look great. Dump file once reactor is computed moved from 14Gb to 7.4Gb (I didn't let the build run to the end). Instances of VersionRange moved from 5 million to 6525. The cache has a positive impact on the String instances, BigI

[GitHub] hboutemy commented on issue #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-23 Thread GitBox
hboutemy commented on issue #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#issuecomment-456790819 fixed in d977f4e4f4a9f7d5549f25daa56d3cd0f756023a this not only keeps the exception in case of macro execution failure b

[GitHub] hboutemy closed pull request #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-23 Thread GitBox
hboutemy closed pull request #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11 This is an automated message from the Apache Git Service. To respond to the me

Re: Maven memory consumption issue

2019-01-23 Thread Hervé BOUTEMY
Hi, Interesting. I created MNG-6571 to track this issue: please move the memory dump on this issue. Then I created MNG-6571 branch [2] with a cache on VersionRange: this class is currently immutable, then caching it is trivial. I don't know if it's the best location, or if there are not other l

Maven memory consumption issue

2019-01-23 Thread Dameron, Yann
Hi, I'm working on a huge project with plenty modules and we are facing a memory consumption issue. We observed it when Maven computes the reactor and then during the build itself. Quick summary of our situation (as we can't share the POMs) * We have a dedicated POM to manage all versi