[GitHub] [maven] PoojaChandak commented on pull request #370: Update README.md

2020-08-18 Thread GitBox
PoojaChandak commented on pull request #370: URL: https://github.com/apache/maven/pull/370#issuecomment-675300392 Hi, Kindly help me here. This is an automated message from the Apache Git Service. To respond to the message

[jira] [Commented] (MASFRES-39) maven executes mvn help:system error when downloading

2020-08-18 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179449#comment-17179449 ] Maarten Mulders commented on MASFRES-39: I understand that you want to run {{mvn

[jira] [Closed] (MASFRES-39) maven executes mvn help:system error when downloading

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MASFRES-39. - Resolution: Invalid Wrong project. You have a cert problem with your mirror. Try SO or the users

[jira] [Closed] (MDEPLOY-262) Fail on HTTP-Statuscode 409 on Upload instead of warn

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MDEPLOY-262. -- Resolution: Cannot Reproduce Works for me: {format} [DEBUG] Executing request PUT /bb/test/n

[jira] [Updated] (MRESOLVER-132) Remove synchronization in TrackingFileManager

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-132: - Description: Motivation: The {{TrackingFileManager}} is package private, thus never us

[GitHub] [maven-resolver] michael-o opened a new pull request #67: [MRESOLVER-132] Remove synchronization in TrackingFileManager

2020-08-18 Thread GitBox
michael-o opened a new pull request #67: URL: https://github.com/apache/maven-resolver/pull/67 See motivation in the ticket as well as the call hierarchy: https://issues.apache.org/jira/browse/MRESOLVER-132 This is an automa

[jira] [Updated] (MRESOLVER-132) Remove synchronization in TrackingFileManager

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-132: - Fix Version/s: 1.5.1 > Remove synchronization in TrackingFileManager > ---

[jira] [Updated] (MRESOLVER-131) Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-131: - Description: Users have been plagued for years with missing concurrent access to the l

[GitHub] [maven-resolver] michael-o opened a new pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o opened a new pull request #68: URL: https://github.com/apache/maven-resolver/pull/68 This closes #68 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [maven-resolver] michael-o edited a comment on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o edited a comment on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675381119 @dantran Please try this on your huge multimodule project. This should perform way better than global locking. @khmarbaise I remember you having huge projects, can

[GitHub] [maven-resolver] michael-o commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675381119 @dantran Please try this on your huge multimodule project. This should perform way better than global locking. @khmarbaise I remember huge projects, can you please try th

[GitHub] [maven-resolver] elharo commented on a change in pull request #67: [MRESOLVER-132] Remove synchronization in TrackingFileManager

2020-08-18 Thread GitBox
elharo commented on a change in pull request #67: URL: https://github.com/apache/maven-resolver/pull/67#discussion_r472089822 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/TrackingFileManager.java ## @@ -45,35 +42,28 @@ public Properti

[GitHub] [maven-resolver] michael-o commented on pull request #67: [MRESOLVER-132] Remove synchronization in TrackingFileManager

2020-08-18 Thread GitBox
michael-o commented on pull request #67: URL: https://github.com/apache/maven-resolver/pull/67#issuecomment-675411087 @elharo I'd gently reuse my statement here for the Manager: https://github.com/apache/maven-resolver/pull/66#issuecomment-674696089. We can create a separate issue to impro

[GitHub] [maven-script-interpreter] elharo closed pull request #19: Bump commons-io from 2.6 to 2.7

2020-08-18 Thread GitBox
elharo closed pull request #19: URL: https://github.com/apache/maven-script-interpreter/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [maven-script-interpreter] dependabot[bot] commented on pull request #19: Bump commons-io from 2.6 to 2.7

2020-08-18 Thread GitBox
dependabot[bot] commented on pull request #19: URL: https://github.com/apache/maven-script-interpreter/pull/19#issuecomment-675417630 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[jira] [Created] (MASFRES-40) this problem is not resolved

2020-08-18 Thread zhoupb (Jira)
zhoupb created MASFRES-40: - Summary: this problem is not resolved Key: MASFRES-40 URL: https://issues.apache.org/jira/browse/MASFRES-40 Project: Apache Maven Resource Bundles Issue Type: Sub-task

[GitHub] [maven-resolver] philippe-granet commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
philippe-granet commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675549145 On unix, redis default configuration could be with Unix socket? It will be more performant than using network? --

[GitHub] [maven-resolver] michael-o commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675567320 @philippe-granet While you are correct, of course. I can't provide it. Please read: https://github.com/redisson/redisson/issues/773#issuecomment-671056168. Redisson's code

[jira] [Closed] (MASFRES-40) this problem is not resolved

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MASFRES-40. - Resolution: Invalid Stop opening unrelated issues. > this problem is not resolved >

[GitHub] [maven-resolver] philippe-granet commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
philippe-granet commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675576842 I think you can activate an unix socket if servers binded to loopback interface (127.0.0.1 ?). It requires netty-transport-native-epoll lib in classpath. See Config.s

[jira] [Updated] (MPOM-250) remove the JavaDoc taglets from maven-parent

2020-08-18 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPOM-250: -- Fix Version/s: MAVEN-35 > remove the JavaDoc taglets from maven-parent >

[jira] [Commented] (MPOM-247) Make minimum enforced Maven version configurable via property

2020-08-18 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179962#comment-17179962 ] Sylwester Lachiewicz commented on MPOM-247: --- Can we use the name _mavenVersion_? 

[jira] [Assigned] (MPOM-253) issue management URL incorrect

2020-08-18 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MPOM-253: - Assignee: Sylwester Lachiewicz > issue management URL incorrect >

[GitHub] [maven-resolver] michael-o commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675631671 This will and cannot work. You need to provide the bind address of the Unix socket. Read the Redisson code. ---

[GitHub] [maven-resolver] michael-o edited a comment on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o edited a comment on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675631671 This will not and cannot work. You need to provide the bind address of the Unix socket. Read the Redisson code.

[jira] [Closed] (MNG-6970) Mvn -v in cmd shows Syntax of the command is incorrect

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6970. --- Fix Version/s: (was: wontfix-candidate) Resolution: Not A Problem > Mvn -v in cmd shows Syn

[jira] [Closed] (MNG-6846) conditional overwrite

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6846. --- Resolution: Incomplete No reaction. > conditional overwrite > - > >

[jira] [Moved] (WAGON-599) Wagon-HTTP, set content-type when determinable from file extension

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MNG-6975 to WAGON-599: --- Component/s: (was: Plugins and Lifecycle) wag

[jira] [Closed] (MNG-6794) Add mvn add groupId/artifactId feature like NPM to maven

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6794. --- Resolution: Won't Fix You did not understand how Maven works. It operates on projects, not on a local

[jira] [Closed] (MINSTALL-138) option to calculate more checksum such sha-256 sha-512

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MINSTALL-138. --- Resolution: Not A Problem Please raise if you still consider this to be an issue. > option

[jira] [Closed] (MDEPLOY-246) Deploy doesn't send authentication credentials

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MDEPLOY-246. -- Resolution: Incomplete No sample project provided. > Deploy doesn't send authentication crede

[GitHub] [maven-resolver] dantran edited a comment on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
dantran edited a comment on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675787334 @michael-o I built your branch (1.5.1-SNAPSHOT), and replace it at my maven 3.6.3( build from source mvn clean install -DresolverVersion=1.5.1-SNAPSHOT -Drat.skip=true

[GitHub] [maven-resolver] dantran commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
dantran commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675787334 @michael-o I built your branch (1.5.1-SNAPSHOT), and replace it at my maven 3.6.3( build from source mvn clean install -DresolverVersion=1.5.1-SNAPSHOT -Drat.skip=true). The

[GitHub] [maven-resolver] dantran edited a comment on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
dantran edited a comment on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675787334 @michael-o I built your branch (1.5.1-SNAPSHOT), and replace it at my maven 3.6.3( build from source via mvn clean install -DresolverVersion=1.5.1-SNAPSHOT -Drat.skip=

[jira] [Created] (MCOMPILER-426) dedicated option for enabling preview feature

2020-08-18 Thread Jira
Clément Guillaume created MCOMPILER-426: --- Summary: dedicated option for enabling preview feature Key: MCOMPILER-426 URL: https://issues.apache.org/jira/browse/MCOMPILER-426 Project: Maven Compile

[GitHub] [maven-shade-plugin] dependabot[bot] opened a new pull request #66: Bump mockito-core from 2.28.2 to 3.5.2

2020-08-18 Thread GitBox
dependabot[bot] opened a new pull request #66: URL: https://github.com/apache/maven-shade-plugin/pull/66 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.5.2. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases

[GitHub] [maven-shade-plugin] dependabot[bot] commented on pull request #65: Bump mockito-core from 2.28.2 to 3.5.0

2020-08-18 Thread GitBox
dependabot[bot] commented on pull request #65: URL: https://github.com/apache/maven-shade-plugin/pull/65#issuecomment-675838293 Superseded by #66. This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [maven-shade-plugin] dependabot[bot] closed pull request #65: Bump mockito-core from 2.28.2 to 3.5.0

2020-08-18 Thread GitBox
dependabot[bot] closed pull request #65: URL: https://github.com/apache/maven-shade-plugin/pull/65 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-resolver] michael-o commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675873558 @dantran Thank you very much for testing. I assume that your project is not publically available. I will try to make some assumptions if you cannot share the trace logs:

[GitHub] [maven-resolver] michael-o edited a comment on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o edited a comment on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675873558 @dantran Thank you very much for testing. I assume that your project is not publically available. I will try to make some assumptions if you cannot share the trace l

[GitHub] [maven-resolver] michael-o commented on pull request #68: [MRESOLVER-131] Introduce a Redisson-based SyncContextFactory

2020-08-18 Thread GitBox
michael-o commented on pull request #68: URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-675883861 If somebody has a large OSS project at hand, let me know. I tried Payara and Windup. The overhead was very humble: 10%. ---

[jira] [Updated] (MNG-5307) NPE during resolution of dependencies - parallel mode

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-5307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-5307: Fix Version/s: (was: waiting-for-feedback) > NPE during resolution of dependencies - parallel mod

[jira] [Commented] (MNG-5307) NPE during resolution of dependencies - parallel mode

2020-08-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-5307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17180299#comment-17180299 ] Michael Osipov commented on MNG-5307: - MRESOLVER-131 introduces a fully new, multi-JVM