[GitHub] [maven-parent] cstamas commented on pull request #115: [MPOM-346] Do not run ITs in release

2023-03-22 Thread via GitHub
cstamas commented on PR #115: URL: https://github.com/apache/maven-parent/pull/115#issuecomment-1479014000 I agree very much here, but IMHO `-DskipTests` is bad and I tend to avoid it's use, I usually set up surefire to not fail when there is no selected tests and use `-Dtest=void` instead

[jira] [Created] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-345: - Summary: BF and DF collect differences when ranges are in play Key: MRESOLVER-345 URL: https://issues.apache.org/jira/browse/MRESOLVER-345 Project: Maven Res

[GitHub] [maven-resolver] cstamas opened a new pull request, #271: [MRESOLVER-345] BD and DF collect differences with ranges

2023-03-22 Thread via GitHub
cstamas opened a new pull request, #271: URL: https://github.com/apache/maven-resolver/pull/271 The two collector behave differently when in transitive dependencies ranges are in use. --- https://issues.apache.org/jira/browse/MRESOLVER-345 -- This is an automated message fro

[jira] [Commented] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703529#comment-17703529 ] ASF GitHub Bot commented on MRESOLVER-345: -- cstamas opened a new pull request

[jira] [Commented] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703533#comment-17703533 ] Michael Osipov commented on MRESOLVER-345: -- What is the expected behavior? >

[GitHub] [maven-resolver] cstamas commented on pull request #271: [MRESOLVER-345] BD and DF collect differences with ranges

2023-03-22 Thread via GitHub
cstamas commented on PR #271: URL: https://github.com/apache/maven-resolver/pull/271#issuecomment-1479086460 Reason is simple: new BF does this: https://github.com/apache/maven-resolver/blob/master/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/bf/BfDependencyC

[jira] [Commented] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703537#comment-17703537 ] ASF GitHub Bot commented on MRESOLVER-345: -- cstamas commented on PR #271: URL

[GitHub] [maven-parent] olamy commented on pull request #115: [MPOM-346] Do not run ITs in release

2023-03-22 Thread via GitHub
olamy commented on PR #115: URL: https://github.com/apache/maven-parent/pull/115#issuecomment-1479087892 `-DskipTests` just skip tests execution. tests classes are still compiled and so tests-jar is build correctly. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [maven-build-cache-extension] eltsovalex opened a new pull request, #52: [MBUILDCACHE-44] fixed issue with duplicate maven phases failing cache

2023-03-22 Thread via GitHub
eltsovalex opened a new pull request, #52: URL: https://github.com/apache/maven-build-cache-extension/pull/52 Reproduced the issue with an integration test, applied a fix (via deduplication of info of executions) and created a test that proves issue is now gone. Following this ch

[jira] [Updated] (MBUILDCACHE-44) Running duplicate maven phase leads to IllegalStateException and cache miss

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MBUILDCACHE-44: -- Labels: pull-request-available (was: ) > Running duplicate maven phase leads to Il

[jira] [Commented] (MBUILDCACHE-44) Running duplicate maven phase leads to IllegalStateException and cache miss

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703546#comment-17703546 ] ASF GitHub Bot commented on MBUILDCACHE-44: --- eltsovalex opened a new pull r

[jira] [Commented] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703549#comment-17703549 ] Tamas Cservenak commented on MRESOLVER-345: --- As the UTs are completely share

[GitHub] [maven-resolver] cstamas commented on pull request #271: [MRESOLVER-345] BD and DF collect differences with ranges

2023-03-22 Thread via GitHub
cstamas commented on PR #271: URL: https://github.com/apache/maven-resolver/pull/271#issuecomment-1479186049 Created a "demo" snippet, and it produces this output: ``` org.apache.maven.resolver.demo.mresolver345:a:jar:1.0 +- org.apache.maven.resolver.demo.mresolver345:b:jar:1.0 [comp

[jira] [Commented] (MRESOLVER-345) BF and DF collect differences when ranges are in play

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703564#comment-17703564 ] ASF GitHub Bot commented on MRESOLVER-345: -- cstamas commented on PR #271: URL

[jira] [Commented] (MRESOLVER-342) New named lock: IPC

2023-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703592#comment-17703592 ] Guillaume Nodet commented on MRESOLVER-342: --- [https://github.com/apache/mave

[jira] [Commented] (MDEPLOY-266) More verbose output for deployment to trace down errors (esp. 401)

2023-03-22 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703603#comment-17703603 ] Elliotte Rusty Harold commented on MDEPLOY-266: --- "In that place it should

[jira] [Commented] (MENFORCER-426) DependencyConvergence in 3.1.0 fails when using version ranges

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703608#comment-17703608 ] Tamas Cservenak commented on MENFORCER-426: --- Slawek created reproducer for t

[GitHub] [maven] elharo commented on a diff in pull request #1064: [MNG-7738] don't dump raw stack traces to System.err

2023-03-22 Thread via GitHub
elharo commented on code in PR #1064: URL: https://github.com/apache/maven/pull/1064#discussion_r1144672706 ## maven-core/src/main/java/org/apache/maven/toolchain/RequirementMatcherFactory.java: ## @@ -73,8 +73,6 @@ public boolean matches(String requirement) {

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703629#comment-17703629 ] ASF GitHub Bot commented on MNG-7738: - elharo commented on code in PR #1064: URL: https

[GitHub] [maven] elharo commented on a diff in pull request #1064: [MNG-7738] don't dump raw stack traces to System.err

2023-03-22 Thread via GitHub
elharo commented on code in PR #1064: URL: https://github.com/apache/maven/pull/1064#discussion_r1144677160 ## maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java: ## @@ -229,7 +229,7 @@ public ArtifactResolutionResult resolve(ArtifactResolutionReques

[GitHub] [maven] elharo commented on a diff in pull request #1064: [MNG-7738] don't dump raw stack traces to System.err

2023-03-22 Thread via GitHub
elharo commented on code in PR #1064: URL: https://github.com/apache/maven/pull/1064#discussion_r1144677160 ## maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java: ## @@ -229,7 +229,7 @@ public ArtifactResolutionResult resolve(ArtifactResolutionReques

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703630#comment-17703630 ] ASF GitHub Bot commented on MNG-7738: - elharo commented on code in PR #1064: URL: https

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703631#comment-17703631 ] ASF GitHub Bot commented on MNG-7738: - elharo commented on code in PR #1064: URL: https

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703646#comment-17703646 ] ASF GitHub Bot commented on MNG-7738: - elharo commented on code in PR #1064: URL: https

[GitHub] [maven] elharo commented on a diff in pull request #1064: [MNG-7738] don't dump raw stack traces to System.err

2023-03-22 Thread via GitHub
elharo commented on code in PR #1064: URL: https://github.com/apache/maven/pull/1064#discussion_r1144744437 ## maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java: ## @@ -229,7 +229,7 @@ public ArtifactResolutionResult resolve(ArtifactResolutionReques

[GitHub] [maven] elharo merged pull request #1064: [MNG-7738] don't dump raw stack traces to System.err

2023-03-22 Thread via GitHub
elharo merged PR #1064: URL: https://github.com/apache/maven/pull/1064 -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703648#comment-17703648 ] ASF GitHub Bot commented on MNG-7738: - elharo merged PR #1064: URL: https://github.com/

[GitHub] [maven] elharo opened a new pull request, #1069: remove unused branches in fake

2023-03-22 Thread via GitHub
elharo opened a new pull request, #1069: URL: https://github.com/apache/maven/pull/1069 I think this code is all unused, but let's see... -- 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 speci

[jira] [Resolved] (MNG-7738) Remove printStackTrace

2023-03-22 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MNG-7738. Resolution: Fixed > Remove printStackTrace > -- > >

[jira] [Closed] (MNG-7738) Remove printStackTrace

2023-03-22 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MNG-7738. -- > Remove printStackTrace > -- > > Key: MNG-7738 >

[GitHub] [maven-mvnd] gzm55 opened a new pull request, #825: try new patch to build mvnd only requiring glibc 2.12 on ubuntu 22.04

2023-03-22 Thread via GitHub
gzm55 opened a new pull request, #825: URL: https://github.com/apache/maven-mvnd/pull/825 fix #823 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-doxia-converter] kwin commented on a diff in pull request #41: [DOXIATOOLS-80] Update to Doxia 2.0.0-M5

2023-03-22 Thread via GitHub
kwin commented on code in PR #41: URL: https://github.com/apache/maven-doxia-converter/pull/41#discussion_r1145093027 ## pom.xml: ## @@ -173,17 +123,35 @@ under the License. icu4j 72.1 - + + org.slf4j + slf4j-api + 1.7.36 + + +

[jira] [Commented] (DOXIATOOLS-80) Update to Doxia 2.x

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703725#comment-17703725 ] ASF GitHub Bot commented on DOXIATOOLS-80: -- kwin commented on code in PR #41:

[GitHub] [maven-doxia-converter] kwin commented on a diff in pull request #41: [DOXIATOOLS-80] Update to Doxia 2.0.0-M5

2023-03-22 Thread via GitHub
kwin commented on code in PR #41: URL: https://github.com/apache/maven-doxia-converter/pull/41#discussion_r1145093868 ## src/main/java/org/apache/maven/doxia/cli/ConverterCli.java: ## @@ -100,11 +98,9 @@ private static int doMain(String[] args) { } Converter

[jira] [Commented] (DOXIATOOLS-80) Update to Doxia 2.x

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703730#comment-17703730 ] ASF GitHub Bot commented on DOXIATOOLS-80: -- kwin commented on code in PR #41:

[jira] [Updated] (MNG-7730) delete maven/maven-xml-impl/src/main/java/org/apache/maven/internal/xml/MavenXmlException.java /

2023-03-22 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MNG-7730: -- Fix Version/s: 4.0.0-alpha-5 > delete > maven/maven-xml-impl/src/main/java/org/apache/ma

[jira] [Updated] (MNG-7725) Update surefire to 3.0.0 in default binding

2023-03-22 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-7725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MNG-7725: -- Description: 3.0.0 have fix to avoid warning for localRepository (was: 3.0.0-M10 will ha

[jira] [Updated] (MNG-7724) Don't log warnings when runtime is not broken (slf4j integrations)

2023-03-22 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MNG-7724: -- Fix Version/s: 4.0.0-alpha-5 > Don't log warnings when runtime is not broken (slf4j integ

[jira] [Assigned] (MNG-7724) Don't log warnings when runtime is not broken (slf4j integrations)

2023-03-22 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MNG-7724: - Assignee: Elliotte Rusty Harold > Don't log warnings when runtime is not broken (s

[jira] [Commented] (MNG-7738) Remove printStackTrace

2023-03-22 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703739#comment-17703739 ] Sylwester Lachiewicz commented on MNG-7738: --- please remember to set also "Fix ver

[jira] [Commented] (MNG-7724) Don't log warnings when runtime is not broken (slf4j integrations)

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703741#comment-17703741 ] ASF GitHub Bot commented on MNG-7724: - slachiewicz commented on PR #1051: URL: https://

[GitHub] [maven] slachiewicz commented on pull request #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

2023-03-22 Thread via GitHub
slachiewicz commented on PR #1051: URL: https://github.com/apache/maven/pull/1051#issuecomment-1479963731 what if plugin use SLF4J 2 (not supported by Maven) - then we will just hide issue -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [maven-surefire] dependabot[bot] commented on pull request #621: Bump commons-compress from 1.21 to 1.22

2023-03-22 Thread via GitHub
dependabot[bot] commented on PR #621: URL: https://github.com/apache/maven-surefire/pull/621#issuecomment-1480193623 Superseded by #623. -- 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 specif

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #623: Bump commons-compress from 1.21 to 1.23.0

2023-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #623: URL: https://github.com/apache/maven-surefire/pull/623 Bumps commons-compress from 1.21 to 1.23.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.comm

[GitHub] [maven-surefire] dependabot[bot] closed pull request #621: Bump commons-compress from 1.21 to 1.22

2023-03-22 Thread via GitHub
dependabot[bot] closed pull request #621: Bump commons-compress from 1.21 to 1.22 URL: https://github.com/apache/maven-surefire/pull/621 -- 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

[jira] [Commented] (SUREFIRE-2127) Resource temporarily unavailable when running tests that invoke Node using Surefire 3

2023-03-22 Thread Giacomo Boccardo (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703781#comment-17703781 ] Giacomo Boccardo commented on SUREFIRE-2127: Affecting 3.0.0 too. > Resou

[jira] [Created] (MNG-7747) Large blocks of whitespace in plugin debug logs

2023-03-22 Thread Delany (Jira)
Delany created MNG-7747: --- Summary: Large blocks of whitespace in plugin debug logs Key: MNG-7747 URL: https://issues.apache.org/jira/browse/MNG-7747 Project: Maven Issue Type: Bug Affects Versions:

[GitHub] [maven] rmannibucau commented on pull request #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

2023-03-22 Thread via GitHub
rmannibucau commented on PR #1051: URL: https://github.com/apache/maven/pull/1051#issuecomment-1480213176 @slachiewicz not differently than today, keep in mind it was already not working since it was using the broken logger setup to log, only actual useful logging was the printstacktrace on

[jira] [Commented] (MNG-7724) Don't log warnings when runtime is not broken (slf4j integrations)

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703783#comment-17703783 ] ASF GitHub Bot commented on MNG-7724: - rmannibucau commented on PR #1051: URL: https://

[jira] [Updated] (MRESOLVER-345) Conflict resolution is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Summary: Conflict resolution is sensitive to version ordering (was: BF and DF colle

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Summary: Conflict resolution in verbose mode is sensitive to version ordering (was:

[jira] [Updated] (MRESOLVER-345) Conflict resolution is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[jira] (MNG-7705) Sporadic failures on multiple builds sharing the same local repo when writing the .lastUpdated file

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7705 ] Michael Osipov deleted comment on MNG-7705: - was (Author: githubbot): cstamas commented on PR #269: URL: https://github.com/apache/maven-resolver/pull/269#issuecomment-1474090590 I already p

[jira] [Commented] (MNG-7705) Sporadic failures on multiple builds sharing the same local repo when writing the .lastUpdated file

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703795#comment-17703795 ] Michael Osipov commented on MNG-7705: - Interesting read: https://github.com/microsoft/

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[jira] (MNG-7705) Sporadic failures on multiple builds sharing the same local repo when writing the .lastUpdated file

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7705 ] Michael Osipov deleted comment on MNG-7705: - was (Author: githubbot): gnodet commented on PR #269: URL: https://github.com/apache/maven-resolver/pull/269#issuecomment-1474094876 > I already

[jira] (MNG-7705) Sporadic failures on multiple builds sharing the same local repo when writing the .lastUpdated file

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7705 ] Michael Osipov deleted comment on MNG-7705: - was (Author: githubbot): michael-o commented on PR #269: URL: https://github.com/apache/maven-resolver/pull/269#issuecomment-1474854044 > > I alr

[jira] (MNG-7705) Sporadic failures on multiple builds sharing the same local repo when writing the .lastUpdated file

2023-03-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7705 ] Michael Osipov deleted comment on MNG-7705: - was (Author: githubbot): olamy commented on PR #269: URL: https://github.com/apache/maven-resolver/pull/269#issuecomment-1475449506 > > > I alrea

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[jira] [Comment Edited] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703549#comment-17703549 ] Tamas Cservenak edited comment on MRESOLVER-345 at 3/22/23 9:04 PM:

[jira] [Updated] (MRESOLVER-345) Conflict resolution in verbose mode is sensitive to version ordering

2023-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-345: -- Description: It all started with MENFORCER-426. In short, if we have layout of depen

[GitHub] [maven-resolver] asfgit merged pull request #270: Fix and improve null checks

2023-03-22 Thread via GitHub
asfgit merged PR #270: URL: https://github.com/apache/maven-resolver/pull/270 -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.a

[GitHub] [maven-site] dependabot[bot] opened a new pull request, #401: Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M6

2023-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #401: URL: https://github.com/apache/maven-site/pull/401 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M4 to 4.0.0-M6. Commits https://github.com/apache/maven-site-plugin/commit/31acfa6bc381367037fba

[GitHub] [maven-site] dependabot[bot] commented on pull request #386: Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M5

2023-03-22 Thread via GitHub
dependabot[bot] commented on PR #386: URL: https://github.com/apache/maven-site/pull/386#issuecomment-1480401220 Superseded by #401. -- 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 c

[GitHub] [maven-site] dependabot[bot] closed pull request #386: Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M5

2023-03-22 Thread via GitHub
dependabot[bot] closed pull request #386: Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M5 URL: https://github.com/apache/maven-site/pull/386 -- 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 spec

[jira] [Commented] (MJAVADOC-631) Exclusion of generated code creates reference not found error

2023-03-22 Thread Lenny Primak (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703858#comment-17703858 ] Lenny Primak commented on MJAVADOC-631: --- Same here > Exclusion of generated code

[GitHub] [maven] gnodet merged pull request #1068: Switch version to 4.0.0 for @since tags

2023-03-22 Thread via GitHub
gnodet merged PR #1068: URL: https://github.com/apache/maven/pull/1068 -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[GitHub] [maven] gnodet merged pull request #1063: [MNG-7720] Simplify code

2023-03-22 Thread via GitHub
gnodet merged PR #1063: URL: https://github.com/apache/maven/pull/1063 -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-7720) [REGRESSION] Build order is incorrect and does not respect Reactor Build Order

2023-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703888#comment-17703888 ] ASF GitHub Bot commented on MNG-7720: - gnodet merged PR #1063: URL: https://github.com/

[jira] [Commented] (MNG-7720) [REGRESSION] Build order is incorrect and does not respect Reactor Build Order

2023-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703894#comment-17703894 ] Guillaume Nodet commented on MNG-7720: -- Improvement backported to 3.9.x with https://