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

2019-08-04 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-518042273 @michael-o More than adding `setAccessible`, I would ask the question `"Why we are caching and introspecting java.io.File?"`

[jira] [Commented] (MDEP-655) The unpack integration test fails intermittent.

2019-08-04 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899683#comment-16899683 ] Robert Scholte commented on MDEP-655: - Based on the JDK bug we should probably add an a

[jira] [Updated] (MSHADE-324) maven-shade-plugin broken config by inheritance?

2019-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MSHADE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miroslav Zaťko updated MSHADE-324: -- Priority: Major (was: Critical) > maven-shade-plugin broken config by inheritance? > -

[jira] [Updated] (MSHADE-324) maven-shade-plugin broken config by inheritance?

2019-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MSHADE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miroslav Zaťko updated MSHADE-324: -- Description: it seems like something very bad happens during configuration with inheritance: i

[jira] [Comment Edited] (MDEP-655) The unpack integration test fails intermittent.

2019-08-04 Thread Pim Moerenhout (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899679#comment-16899679 ] Pim Moerenhout edited comment on MDEP-655 at 8/4/19 8:51 PM: - T

[jira] [Updated] (MSHADE-324) maven-shade-plugin broken config by inheritance?

2019-08-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MSHADE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miroslav Zaťko updated MSHADE-324: -- Description: it seems like something very bad happens during configuration with inheritance: i

[jira] [Created] (MSHADE-324) maven-shade-plugin broken config by inheritance?

2019-08-04 Thread JIRA
Miroslav Zaťko created MSHADE-324: - Summary: maven-shade-plugin broken config by inheritance? Key: MSHADE-324 URL: https://issues.apache.org/jira/browse/MSHADE-324 Project: Maven Shade Plugin

[jira] [Commented] (MDEP-655) The unpack integration test fails intermittent.

2019-08-04 Thread Pim Moerenhout (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899679#comment-16899679 ] Pim Moerenhout commented on MDEP-655: - This is the output running it with my MDEP-655 b

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

2019-08-04 Thread GitBox
michael-o commented on issue #261: [MNG-6697] New fast model interpolator not using reflection URL: https://github.com/apache/maven/pull/261#issuecomment-518032350 This likely means that ```java CacheField( Field field ) { this.field = fi

[jira] [Commented] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-04 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899670#comment-16899670 ] Michael Osipov commented on MJAVADOC-619: - Maybe we should consider introduce a

[jira] [Comment Edited] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-04 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899669#comment-16899669 ] Michael Osipov edited comment on MJAVADOC-619 at 8/4/19 6:41 PM:

[jira] [Commented] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-04 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899669#comment-16899669 ] Michael Osipov commented on MJAVADOC-619: - I think this approach has flaws: *

[jira] [Commented] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-04 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899667#comment-16899667 ] Robert Scholte commented on MJAVADOC-619: - I know [~hboutemy] also thought abou

[jira] [Commented] (MJAVADOC-619) Maven Javadoc bottom claims copyright for future years

2019-08-04 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899663#comment-16899663 ] Michael Osipov commented on MJAVADOC-619: - I was thinking to completely drop th

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

2019-08-04 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-517999286 @gnodet @michael-o @eolivelli @rfscholte We still have the same problem with Reflection. According to the stac

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

2019-08-04 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-517999286 @gnodet @michael-o @eolivelli @rfscholte @olamy We still have the same problem with Reflection. Acc

[jira] [Commented] (MDEP-655) The unpack integration test fails intermittent.

2019-08-04 Thread Karl Heinz Marbaise (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899607#comment-16899607 ] Karl Heinz Marbaise commented on MDEP-655: -- Hi first thanks for the feedback with

[jira] [Commented] (MDEP-655) The unpack integration test fails intermittent.

2019-08-04 Thread Pim Moerenhout (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899582#comment-16899582 ] Pim Moerenhout commented on MDEP-655: - I have MacOS 10.14.6, 2.8 GHz i7 with 16GB RAM