[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507862291 `private static void evaluateArray( Object target, InterpolateObjectAction ctx )` has unpleasant Java Reflection. Removing the

[GitHub] [maven] Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 edited a comment on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507858570 If you want to improve the performance this `this.fields = fields.toArray( new CacheField[0] );` should used real size

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507858570 If you want to improve the performance this `this.fields = fields.toArray( new CacheField[0] );` should used real size and not

[GitHub] [maven] Tibor17 commented on a change in pull request #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on a change in pull request #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#discussion_r299691453 ## File path:

[GitHub] [maven] gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507846100 > @gnodet > The `HashMap` cannot perform better since it is not threadsafe. There is no concurrent access at all for

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507776816 @gnodet Are you sure that the method `interpolate( String value )` is not used in concurrent access? I am mostly missing

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507775001 @gnodet The `HashMap` cannot perform better since it is not threadsafe.

[GitHub] [maven] rfscholte commented on a change in pull request #264: [MNG-6535] Improve test coverage of UrlNormalizer.

2019-07-02 Thread GitBox
rfscholte commented on a change in pull request #264: [MNG-6535] Improve test coverage of UrlNormalizer. URL: https://github.com/apache/maven/pull/264#discussion_r299588903 ## File path: maven-model-builder/src/test/java/org/apache/maven/model/path/DefaultUrlNormalizerTest.java

[jira] [Commented] (MJAVADOC-583) javadoc: error - The code being documented uses modules but the packages defined in {URL} are in the unnamed module

2019-07-02 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16877146#comment-16877146 ] Robert Scholte commented on MJAVADOC-583: - In all cases it is a matter of running the goal in

[jira] [Commented] (MNG-6691) Maven protocol specification

2019-07-02 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16877128#comment-16877128 ] Robert Scholte commented on MNG-6691: - This all happened before I joined the team. [~cstamas] might

[GitHub] [maven] repolevedavaj edited a comment on issue #69: MNG-5899 Reactor should use reduced dependency pom

2019-07-02 Thread GitBox
repolevedavaj edited a comment on issue #69: MNG-5899 Reactor should use reduced dependency pom URL: https://github.com/apache/maven/pull/69#issuecomment-507746758 Is there any update on this topic? This is an automated

[GitHub] [maven] repolevedavaj commented on issue #69: MNG-5899 Reactor should use reduced dependency pom

2019-07-02 Thread GitBox
repolevedavaj commented on issue #69: MNG-5899 Reactor should use reduced dependency pom URL: https://github.com/apache/maven/pull/69#issuecomment-507746758 Is there any update on this topic? We are currently facing the issue that we cannot deploy our project with the flatten plugin

[GitHub] [maven] gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507669256 I haven't been able to gain anything using a fork/join pool...

[jira] [Comment Edited] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876930#comment-16876930 ] Adam Gent edited comment on MNG-6604 at 7/2/19 12:48 PM: - Since this is happening

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876930#comment-16876930 ] Adam Gent commented on MNG-6604: Since this is happening on our build machine and our build machine has

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876928#comment-16876928 ] Adam Gent commented on MNG-6604: [~michael-o] see my edits on previous comment. We are using 1C on a 8

[jira] [Comment Edited] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876866#comment-16876866 ] Adam Gent edited comment on MNG-6604 at 7/2/19 12:39 PM: - We are getting this issue

[jira] [Comment Edited] (MNG-6691) Maven protocol specification

2019-07-02 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876903#comment-16876903 ] Michael Osipov edited comment on MNG-6691 at 7/2/19 12:01 PM: -- [~rfscholte], I

[jira] [Commented] (MNG-6691) Maven protocol specification

2019-07-02 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876903#comment-16876903 ] Michael Osipov commented on MNG-6691: - [~rfscholte], I guess we don't have a formal specification, do

[jira] [Commented] (MNG-6691) Maven protocol specification

2019-07-02 Thread dzikoysk (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876890#comment-16876890 ] dzikoysk commented on MNG-6691: --- [~michael-o] that's right. The first implementation (PoC that evolved into

[jira] [Comment Edited] (MNG-6691) Maven protocol specification

2019-07-02 Thread dzikoysk (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876890#comment-16876890 ] dzikoysk edited comment on MNG-6691 at 7/2/19 11:44 AM: [~michael-o] that's right.

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876896#comment-16876896 ] Michael Osipov commented on MNG-6604: - [~agentgt], I am quite certain that this is the case. Have you

[jira] [Comment Edited] (MNG-6691) Maven protocol specification

2019-07-02 Thread dzikoysk (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876890#comment-16876890 ] dzikoysk edited comment on MNG-6691 at 7/2/19 11:47 AM: [~michael-o] that's right.

[jira] [Comment Edited] (MNG-6691) Maven protocol specification

2019-07-02 Thread dzikoysk (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876890#comment-16876890 ] dzikoysk edited comment on MNG-6691 at 7/2/19 11:44 AM: [~michael-o] that's right.

[jira] [Comment Edited] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816273#comment-16816273 ] Michael Osipov edited comment on MNG-6604 at 7/2/19 11:50 AM: -- Glad, the

[jira] [Comment Edited] (MNG-6691) Maven protocol specification

2019-07-02 Thread dzikoysk (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876890#comment-16876890 ] dzikoysk edited comment on MNG-6691 at 7/2/19 11:46 AM: [~michael-o] that's right.

[jira] [Commented] (MNG-6691) Maven protocol specification

2019-07-02 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876872#comment-16876872 ] Michael Osipov commented on MNG-6691: - Why do you need this? Do you plan to implement a repo manager?

[jira] [Commented] (MNG-6604) Intermittent failures while downloading GAVs from Nexus

2019-07-02 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876866#comment-16876866 ] Adam Gent commented on MNG-6604: We are getting this issue as well however we are not using a Nexus

[GitHub] [maven] gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507626372 Fwiw, the changes to `StringSearchModelInterpolator` are not required, those are left-overs from a previous optimization

[jira] [Commented] (MCOMPILER-310) Different behaviour between JDK 8 / JDK 9 related to annotation processor usage

2019-07-02 Thread Paul Scholz (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876863#comment-16876863 ] Paul Scholz commented on MCOMPILER-310: --- Behavior did not change while using classpath. This

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507617583 We can put a TODO comment for `computeIfAbsent` because this call is J8 related or wait for Mvn 3.7.0 where I guess it would be

[GitHub] [maven] Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
Tibor17 commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507616968 `FIELDS_CACHE` does not seem to have any usages, so it can be deleted. It's better to use `ConcurrentHashMap` instead of

[GitHub] [maven] gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection

2019-07-02 Thread GitBox
gnodet commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-507546261 The test has been fixed by the latest commit. This is an