[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817388228 > yes but the problem is that the lock is at the same level as the collection. It should be at the level of individual file and the JVM together with OS would lock it by it

[GitHub] [maven-resolver] Tibor17 commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
Tibor17 commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817385696 yes but the problem is that the lock is at the same level as the collection. It should be at the level of individual file and the JVM together with OS would lock it by itself

[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817384481 We need one lock per artifact to coordinate access to files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [maven-resolver] Tibor17 edited a comment on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
Tibor17 edited a comment on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817381029 I think no lock is needed if you use the thread pool because there you say that the fixed number of threads is e.g. 5. Deadlock happens if you use multiple lock obje

[GitHub] [maven-resolver] Tibor17 commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
Tibor17 commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817381029 I think no lock is needed if you use the thread pool because there you say that the fixed number of threads is e.g. 5. Deadlock happens if you use multiple lock objects. Wh

[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817376215 @Tibor17 If I understand you correctly you want to obtain locks concurrently. If yes, this will be a source of deadlocks because they have to be acquired in serial from wi

[GitHub] [maven-resolver] Tibor17 edited a comment on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
Tibor17 edited a comment on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817372645 Hey guys, I did not want to participate because the impl and API is too complicated. We all have experiences but this PR is a signal for me that when I start

[GitHub] [maven-resolver] Tibor17 commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
Tibor17 commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817372645 Hey guys, I did not want to participate because the impl and API is too complicated. We all have experiences but it is a signal for me that if I start implementing m

[jira] [Commented] (MDEP-743) go-offline doesn't resolve dependencies from non-central repos

2021-04-11 Thread Mitchell Skaggs (Jira)
[ https://issues.apache.org/jira/browse/MDEP-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318937#comment-17318937 ] Mitchell Skaggs commented on MDEP-743: -- Thanks, that build fixes it! Hopefully there's

[GitHub] [maven-resolver] michael-o edited a comment on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o edited a comment on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817367241 There is one more thing I do not understand and think that this undermines reentrancy: While I understand that you maintain a concurrent map in `NamedLockFactorySupp

[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-817367241 There is one more thing I do not understand and think that this undermines reentrancy: While I understand that you maintain a concurrent map in `NamedLockFactorySupport` to

[jira] [Commented] (MDEP-743) go-offline doesn't resolve dependencies from non-central repos

2021-04-11 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318932#comment-17318932 ] Piotr Zygielo commented on MDEP-743: I suppose it is fixed by MDEP-680, which, sadly, i

[GitHub] [maven-resolver] michael-o commented on a change in pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-11 Thread GitBox
michael-o commented on a change in pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#discussion_r611219268 ## File path: maven-resolver-named-locks/src/main/java/org/eclipse/aether/named/NamedLock.java ## @@ -0,0 +1,71 @@ +package org.eclipse.aether.named

[jira] [Created] (MDEP-743) go-offline doesn't resolve dependencies from non-central repos

2021-04-11 Thread Mitchell Skaggs (Jira)
Mitchell Skaggs created MDEP-743: Summary: go-offline doesn't resolve dependencies from non-central repos Key: MDEP-743 URL: https://issues.apache.org/jira/browse/MDEP-743 Project: Maven Dependency Pl

[jira] [Closed] (MRELEASE-1016) mvn release:branch fails on Windows to commit changed pom in branch

2021-04-11 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MRELEASE-1016. Fix Version/s: 3.0.0-M3 Assignee: Robert Scholte Resolution: Fixed I've

[jira] [Updated] (MNG-6397) Maven Transitive Dependency Resolution Does Not Respect Repository Definition in pom.xml

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6397: --- Fix Version/s: (was: 4.0.0-alpha-1) (was: 4.0.0) (was:

[jira] [Commented] (MRESOLVER-168) add DEBUG message when downloading an artifact from repositories

2021-04-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318903#comment-17318903 ] Hudson commented on MRESOLVER-168: -- Build failed in Jenkins: Maven » Maven TLP » mave

[jira] [Commented] (MRESOLVER-168) add DEBUG message when downloading an artifact from repositories

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318900#comment-17318900 ] Herve Boutemy commented on MRESOLVER-168: - cherry picked for 1.6.3 in https:/

[jira] [Updated] (MRESOLVER-168) add DEBUG message when downloading an artifact from repositories

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MRESOLVER-168: Fix Version/s: 1.6.3 > add DEBUG message when downloading an artifact from repositories

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318898#comment-17318898 ] Michael Osipov commented on MDEPLOY-254: I will purpsue the fix backport to 3.8.

[jira] [Closed] (MRESOLVER-142) maven does not honour configured in some cases

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-142. Fix Version/s: (was: waiting-for-feedback) Resolution: Incomplete Closing unt

[jira] [Commented] (MRESOLVER-142) maven does not honour configured in some cases

2021-04-11 Thread Igor Fedorenko (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318894#comment-17318894 ] Igor Fedorenko commented on MRESOLVER-142: -- Sorry, it's been awhile, I don't

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318882#comment-17318882 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 5:07 PM: ---

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318794#comment-17318794 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 5:02 PM: ---

[jira] [Commented] (MRELEASE-1016) mvn release:branch fails on Windows to commit changed pom in branch

2021-04-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318885#comment-17318885 ] Hudson commented on MRELEASE-1016: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318882#comment-17318882 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 4:59 PM: ---

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318882#comment-17318882 ] Alexander Kriegisch commented on MDEPLOY-254: - Sorry, [~michael-o], we poste

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318794#comment-17318794 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 4:55 PM: ---

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318879#comment-17318879 ] Michael Osipov commented on MDEPLOY-254: MNG-5868 is the fix. 3.8.1 contains CVE

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318877#comment-17318877 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 4:45 PM: ---

[jira] [Comment Edited] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318877#comment-17318877 ] Alexander Kriegisch edited comment on MDEPLOY-254 at 4/11/21, 4:45 PM: ---

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318877#comment-17318877 ] Alexander Kriegisch commented on MDEPLOY-254: - [~michael-o], I am afraid I d

[jira] [Commented] (MRESOLVER-142) maven does not honour configured in some cases

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318866#comment-17318866 ] Michael Osipov commented on MRESOLVER-142: -- [~igorf], can you add more detail

[jira] [Updated] (MRESOLVER-142) maven does not honour configured in some cases

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-142: - Fix Version/s: waiting-for-feedback > maven does not honour configured in some cases

[jira] [Updated] (MRESOLVER-153) resolver-status.properties file is corrupted due to concurrent writes

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-153: - Fix Version/s: 1.7.0 > resolver-status.properties file is corrupted due to concurrent

[jira] [Updated] (MRESOLVER-145) Introduce more SyncContext implementations

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-145: - Fix Version/s: 1.7.0 > Introduce more SyncContext implementations > --

[jira] [Closed] (MRESOLVER-90) HTML content in POM: Maven should validate content before storing in local repo

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-90. --- Fix Version/s: (was: version-next) (was: waiting-for-feedback)

[jira] [Commented] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318862#comment-17318862 ] Michael Osipov commented on MDEP-714: - I hope this will happen before 2021, but if it w

[jira] [Closed] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MNG-6967. -- Resolution: Fixed improved in https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=9166805a068ff17

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6555 #

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6551 #1

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build succeeded in Jenkins: Maven TLP » maven » master #448 See https://bui

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6556 #

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build failed in Jenkins: Maven » Maven TLP » maven » master #92 See https:

[jira] [Issue Comment Deleted] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Comment: was deleted (was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6553 #

[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6967: --- Description: As is documented here https://maven.apache.org/pom.html#version-order-testing you can use

[jira] [Commented] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Lars Knickrehm (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318854#comment-17318854 ] Lars Knickrehm commented on MDEP-714: - We can work around this for now by ignoring thos

[jira] [Updated] (MNG-6772) Super POM overwrites remapped central repository in nested dependencyManagement import POMs

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6772: --- Fix Version/s: 4.0.x-candidate > Super POM overwrites remapped central repository in nested > dependen

[jira] [Commented] (MNG-6772) Super POM overwrites remapped central repository in nested dependencyManagement import POMs

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318837#comment-17318837 ] Herve Boutemy commented on MNG-6772: notice that I implemented MRESOLVER-168 to ease de

[jira] [Commented] (MNG-6397) Maven Transitive Dependency Resolution Does Not Respect Repository Definition in pom.xml

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318835#comment-17318835 ] Herve Boutemy commented on MNG-6397: to ease debugging of repositories order when resol

[jira] [Updated] (MNG-6772) Super POM overwrites remapped central repository in nested dependencyManagement import POMs

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6772: --- Summary: Super POM overwrites remapped central repository in nested dependencyManagement import POMs (

[jira] [Updated] (MNG-6397) Maven Transitive Dependency Resolution Does Not Respect Repository Definition in pom.xml

2021-04-11 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-6397: --- Affects Version/s: 3.0 > Maven Transitive Dependency Resolution Does Not Respect Repository Definition

[GitHub] [maven-surefire] reinhapa commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-04-11 Thread GitBox
reinhapa commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-817324741 Reset this PR to the actual changes from @Tibor17 that I've tested -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318806#comment-17318806 ] Michael Osipov commented on MDEPLOY-254: Here it is. > Maven Deploy Plugin depl

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318794#comment-17318794 ] Alexander Kriegisch commented on MDEPLOY-254: - OK, what the heck - I cloned

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318790#comment-17318790 ] Alexander Kriegisch commented on MDEPLOY-254: - There was no recent build of

[jira] [Commented] (MNG-7114) Publish XSDs as artifact to Central

2021-04-11 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318786#comment-17318786 ] Robert Scholte commented on MNG-7114: - Just to keep focus: this seems unrelated to the

[GitHub] [maven-surefire] Tibor17 commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-04-11 Thread GitBox
Tibor17 commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-817308673 @eolivelli Nice to see you again. I tried to finish the branch `dry-pipes-tcp-guarantees`. I fixed the tests but one could not be finished. It is the `E2ETest`. It fail

[jira] [Commented] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318776#comment-17318776 ] Michael Osipov commented on MDEP-714: - There is no real plan because a release solely d

[GitHub] [maven-dist-tool] hboutemy merged pull request #2: Added a menu to point to maven test bench project that run a daily check of memory allocation

2021-04-11 Thread GitBox
hboutemy merged pull request #2: URL: https://github.com/apache/maven-dist-tool/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[jira] [Commented] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Lars Knickrehm (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318762#comment-17318762 ] Lars Knickrehm commented on MDEP-714: - [~michael-o], thanks for your support and integr

[GitHub] [maven-surefire] Tibor17 commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-04-11 Thread GitBox
Tibor17 commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-817297279 @kriegaex I think Patrick used my branch dry-pipes-tcp-guarantees. So for everybody, we did not mean a code in this PR. -- This is an automated message from the Apach

[jira] [Commented] (SUREFIRE-1907) maven run test when surefire skipTest enabled by default

2021-04-11 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318752#comment-17318752 ] Tibor Digana commented on SUREFIRE-1907: [~mah454] skipTest is not enabled by

[jira] [Commented] (SUREFIRE-1837) NullPointerException at AbstractSurefireMojo$ClasspathCache.setCachedClasspath

2021-04-11 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318749#comment-17318749 ] Tibor Digana commented on SUREFIRE-1837: [~Enigo] The problematic artifact {{a

[jira] [Commented] (MNG-7114) Publish XSDs as artifact to Central

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318744#comment-17318744 ] Michael Osipov commented on MNG-7114: - Can you observe the same behavior with regular d

[jira] [Commented] (MDEPLOY-254) Maven Deploy Plugin deploy jar twice : Maven 3.3.3

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318743#comment-17318743 ] Michael Osipov commented on MDEPLOY-254: Can you try the {{maven-3.6.x}} branch?

[jira] [Commented] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318722#comment-17318722 ] Hudson commented on MDEP-714: - Build succeeded in Jenkins: Maven » Maven TLP » maven-dependency

[GitHub] [maven-dist-tool] hboutemy commented on pull request #2: Added a menu to point to maven test bench project that run a daily check of memory allocation

2021-04-11 Thread GitBox
hboutemy commented on pull request #2: URL: https://github.com/apache/maven-dist-tool/pull/2#issuecomment-817284677 > Thx for the effort, but adding a link to the static site will not help here. It's not a static site: it's the result of the last check against Maven HEAD, and it's f

[jira] [Closed] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MDEP-714. --- Resolution: Fixed Fixed with [9aa0fc026dccb64d4dc5529583ed9e936e37c394|https://gitbox.apache.org/repos

[GitHub] [maven-dependency-plugin] asfgit closed pull request #123: [MDEP-714] - Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread GitBox
asfgit closed pull request #123: URL: https://github.com/apache/maven-dependency-plugin/pull/123 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this se

[jira] [Commented] (SUREFIRE-1837) NullPointerException at AbstractSurefireMojo$ClasspathCache.setCachedClasspath

2021-04-11 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318704#comment-17318704 ] Tibor Digana commented on SUREFIRE-1837: [~Enigo] Hi Ruslan, IMO the compiler

[jira] [Updated] (MDEP-714) Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-714: Summary: Add analyze parameter "ignoreUnusedRuntime" (was: runtime dependencies reported as unused)

[jira] [Comment Edited] (MDEP-714) runtime dependencies reported as unused

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318700#comment-17318700 ] Michael Osipov edited comment on MDEP-714 at 4/11/21, 9:09 AM: --

[jira] [Updated] (MDEP-714) runtime dependencies reported as unused

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-714: Fix Version/s: 3.1.3 > runtime dependencies reported as unused >

[jira] [Commented] (MDEP-714) runtime dependencies reported as unused

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318700#comment-17318700 ] Michael Osipov commented on MDEP-714: - I don't see as a bug becuase it is rooted in the

[jira] [Updated] (MDEP-714) runtime dependencies reported as unused

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-714: Issue Type: New Feature (was: Bug) > runtime dependencies reported as unused > -

[jira] [Assigned] (MDEP-714) runtime dependencies reported as unused

2021-04-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MDEP-714: --- Assignee: Michael Osipov > runtime dependencies reported as unused > -

[GitHub] [maven-dependency-plugin] michael-o commented on pull request #123: [MDEP-714] - Add analyze parameter "ignoreUnusedRuntime"

2021-04-11 Thread GitBox
michael-o commented on pull request #123: URL: https://github.com/apache/maven-dependency-plugin/pull/123#issuecomment-817272824 Looking at... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th