[GitHub] [maven-integration-testing] cstamas closed pull request #155: [MNG-7470] Quarkus build

2022-05-11 Thread GitBox
cstamas closed pull request #155: [MNG-7470] Quarkus build URL: https://github.com/apache/maven-integration-testing/pull/155 -- 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

[GitHub] [maven-integration-testing] cstamas commented on pull request #155: [MNG-7470] Quarkus build

2022-05-11 Thread GitBox
cstamas commented on PR #155: URL: https://github.com/apache/maven-integration-testing/pull/155#issuecomment-1123273756 Dropping this IT for now, is really overkill -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (MNG-7470) Add IT involving resolver transport

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7470: - Summary: Add IT involving resolver transport (was: Add IT with quarkus plugin) > Add IT involving

[jira] [Created] (MBUILDCACHE-19) Upgrade to resolver 1.8.0

2022-05-11 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MBUILDCACHE-19: -- Summary: Upgrade to resolver 1.8.0 Key: MBUILDCACHE-19 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-19 Project: Maven Build Cache Extension

[GitHub] [maven-integration-testing] gnodet commented on pull request #155: [MNG-7470] Quarkus build

2022-05-11 Thread GitBox
gnodet commented on PR #155: URL: https://github.com/apache/maven-integration-testing/pull/155#issuecomment-1123290634 @cstamas when you say overkill, is that caused by the native compilation step ? I'm not convinced it is actually needed in order to test the resolver part, is it ?

[GitHub] [maven-build-cache-extension] gnodet merged pull request #12: [MBUILDCACHE-19] Upgrade to resolver 1.8.0

2022-05-11 Thread GitBox
gnodet merged PR #12: URL: https://github.com/apache/maven-build-cache-extension/pull/12 -- 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

[jira] [Commented] (MBUILDCACHE-19) Upgrade to resolver 1.8.0

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534736#comment-17534736 ] ASF GitHub Bot commented on MBUILDCACHE-19: --- gnodet merged PR #12: URL: htt

[jira] [Updated] (MBUILDCACHE-19) Upgrade to resolver 1.8.0

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MBUILDCACHE-19: -- Labels: pull-request-available (was: ) > Upgrade to resolver 1.8.0 > -

[jira] [Closed] (MBUILDCACHE-19) Upgrade to resolver 1.8.0

2022-05-11 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MBUILDCACHE-19. -- Fix Version/s: 1.0.0-alpha Resolution: Fixed > Upgrade to resolver 1.8.0 > -

[jira] [Commented] (MBUILDCACHE-19) Upgrade to resolver 1.8.0

2022-05-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534742#comment-17534742 ] Hudson commented on MBUILDCACHE-19: --- Build failed in Jenkins: Maven » Maven TLP » m

[GitHub] [maven-integration-testing] cstamas opened a new pull request, #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas opened a new pull request, #158: URL: https://github.com/apache/maven-integration-testing/pull/158 An IT for Maven 3.9+ that "exercise" both resolver transport: wagon and native. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870023132 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,89 @@ +package org.apache.maven.it; + +impo

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870024752 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,89 @@ +package org.apache.maven.it; + +import

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123359503 > Where is the verification that the transport actually works, i.e., the right one is picked? Maven build fails if project deps cannot be resolved... is that what y

[GitHub] [maven-integration-testing] michael-o commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123368629 > > Where is the verification that the transport actually works, i.e., the right one is picked? > > Maven build fails if project deps cannot be resolved... is tha

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123373546 > Yes, this is what I will look for. Can you add this as a comment to the tests. It is not obvious from the code itself. Done. -- This is an automated message fr

[GitHub] [maven-integration-testing] michael-o commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123375096 Testing... -- 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

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123394490 Do not merge pls, I'll do myself once done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [maven-integration-testing] michael-o commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123404480 [INFO] Downloading from maven-core-it: http://localhost:53770/org/apache/maven/its/resolver-transport/wagon/dependency/1.0/dependency-1.0.pom [WARNING] Checksum valid

[GitHub] [maven-mvnd] gnodet merged pull request #647: Add scoop.sh to install instructions

2022-05-11 Thread GitBox
gnodet merged PR #647: URL: https://github.com/apache/maven-mvnd/pull/647 -- 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.apach

[GitHub] [maven-integration-testing] michael-o commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123413971 On ``` Java version: 1.8.0_322, vendor: OpenJDK BSD Porting Team, runtime: /usr/local/openjdk8/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870072935 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it;

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870074803 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it;

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870073498 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it;

[GitHub] [maven-mvnd] gnodet merged pull request #643: Configure execution bit for required scripts in source distribution

2022-05-11 Thread GitBox
gnodet merged PR #643: URL: https://github.com/apache/maven-mvnd/pull/643 -- 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.apach

[GitHub] [maven-mvnd] gnodet opened a new pull request, #648: Update release scripts

2022-05-11 Thread GitBox
gnodet opened a new pull request, #648: URL: https://github.com/apache/maven-mvnd/pull/648 Still need some scripts for macports, chocolatey and scoop... -- 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

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123475324 @michael-o @slawekjaranowski so pushed all I wanted, and locally tested, updated description. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870109065 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it; + +import

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870109314 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it; + +import

[GitHub] [maven] michael-o commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
michael-o commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123503869 Stupid question: Do we need an IT which proves that these changes are required? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534801#comment-17534801 ] ASF GitHub Bot commented on MNG-7471: - michael-o commented on PR #732: URL: https://git

[GitHub] [maven-integration-testing] michael-o commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123506079 Will test again... -- 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 s

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870122411 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,95 @@ +package org.apache.maven.it;

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123537993 We should also check what happens if wrong transport will be provided, like `maven.resolver.transport=xxx` We will be sure that property is used at all -- T

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123538639 > Is it ok? That should not happen, especially as now assertion to debug log is added. Did you return the removed line? -- This is an automated message from the

[jira] [Commented] (MNG-7464) Warn about using read-only parameters for Mojo in configuration

2022-05-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534806#comment-17534806 ] Hudson commented on MNG-7464: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-732 #

[jira] [Commented] (MNG-7347) SessionScoped beans should be singletons for a given session

2022-05-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534807#comment-17534807 ] Hudson commented on MNG-7347: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-732 #

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123552489 > We should also check what happens if wrong transport will be provided, like `maven.resolver.transport=xxx` We will be sure that property is used at all IMHO, this

[GitHub] [maven] cstamas commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
cstamas commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123557648 > Stupid question: Do we need an IT which proves that these changes are required? https://github.com/apache/maven-integration-testing/pull/158 -- This is an automated message from th

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534810#comment-17534810 ] ASF GitHub Bot commented on MNG-7471: - cstamas commented on PR #732: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
cstamas commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123563671 The CI failed on macOS as for some reason Bootstrap failed, and hence, many unrelated ITs failed as well (as things were not present in local repo) -- This is an automated message from the

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534812#comment-17534812 ] ASF GitHub Bot commented on MNG-7471: - cstamas commented on PR #732: URL: https://githu

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123568367 Now i have ... ``` Caused by: java.lang.NoSuchMethodError: org.eclipse.aether.spi.connector.layout.RepositoryLayout.getChecksums(Lorg/eclipse/aether/art

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123569929 @slawekjaranowski cool, that's expected with latest maven 3.9.x build, as it uses resolver 1.8.0 but has no fix in https://github.com/apache/maven/pull/732 Now, to verify

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123571081 Both tests use the same project directory pleas add ``` verifier.setLogFileName( ... ); ``` without it we have logs in file `log.txt` whic

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123577828 > Both tests use the same project directory pleas add > > ``` > verifier.setLogFileName( ... ); > ``` > > without it we have logs in file `log.txt`

[GitHub] [maven-resolver] cstamas commented on pull request #175: Add test for empty children and collapse tests

2022-05-11 Thread GitBox
cstamas commented on PR #175: URL: https://github.com/apache/maven-resolver/pull/175#issuecomment-1123588756 @michael-o ping -- 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.

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870172914 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it;

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870174840 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it; + +import

[GitHub] [maven] slawekjaranowski commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
slawekjaranowski commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123596093 > The CI failed on macOS as for some reason Bootstrap failed, and hence, many unrelated ITs failed as well (as things were not present in local repo) reason: ``` transfer

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534822#comment-17534822 ] ASF GitHub Bot commented on MNG-7471: - slawekjaranowski commented on PR #732: URL: http

[GitHub] [maven-integration-testing] cstamas commented on pull request #155: [MNG-7470] Quarkus build

2022-05-11 Thread GitBox
cstamas commented on PR #155: URL: https://github.com/apache/maven-integration-testing/pull/155#issuecomment-1123597724 No, I meant "overkill for IT", to pull in all transitive deps of quarkus etc plugin See https://github.com/apache/maven-integration-testing/pull/158 This IT rep

[GitHub] [maven] cstamas commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
cstamas commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123600512 > reason:... Whatever the reason is, it is unrelated to change in this PR, that was my point. Probably some networking issue on GH side... -- This is an automated message from the Ap

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534824#comment-17534824 ] ASF GitHub Bot commented on MNG-7471: - cstamas commented on PR #732: URL: https://githu

[GitHub] [maven] slawekjaranowski commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
slawekjaranowski commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123605541 > Whatever the reason is, it is unrelated to change in this PR, that was my point. Probably some networking issue on GH side... exactly GH issue ... -- This is an au

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534826#comment-17534826 ] ASF GitHub Bot commented on MNG-7471: - slawekjaranowski commented on PR #732: URL: http

[jira] [Commented] (MJAVADOC-652) Dependencies on the patch-module path

2022-05-11 Thread Phil (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534829#comment-17534829 ] Phil commented on MJAVADOC-652: --- No sorry, this issue still exists even in 3.4.0. It seem

[GitHub] [maven] michael-o commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
michael-o commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123656284 Testing again... -- 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 un

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534845#comment-17534845 ] ASF GitHub Bot commented on MNG-7471: - michael-o commented on PR #732: URL: https://git

[GitHub] [maven-resolver] michael-o commented on pull request #175: Add test for empty children and collapse tests

2022-05-11 Thread GitBox
michael-o commented on PR #175: URL: https://github.com/apache/maven-resolver/pull/175#issuecomment-1123666899 Testing... -- 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

[GitHub] [maven-resolver] cstamas merged pull request #175: Add test for empty children and collapse tests

2022-05-11 Thread GitBox
cstamas merged PR #175: URL: https://github.com/apache/maven-resolver/pull/175 -- 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.

[jira] [Updated] (MSITE-896) Is it possible to override the Project Reports menu order?

2022-05-11 Thread Joshua (Jira)
[ https://issues.apache.org/jira/browse/MSITE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua updated MSITE-896: - Attachment: image-2022-05-11-08-24-14-242.png > Is it possible to override the Project Reports menu order? > -

[jira] [Commented] (MSITE-896) Is it possible to override the Project Reports menu order?

2022-05-11 Thread Joshua (Jira)
[ https://issues.apache.org/jira/browse/MSITE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534902#comment-17534902 ] Joshua commented on MSITE-896: -- [~michael-o]  I did try not using the in my site.xml and in

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
michael-o commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870300031 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it; + +impo

[jira] [Created] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Konrad Windszus (Jira)
Konrad Windszus created MSKINS-187: -- Summary: Wrong left margin for externalLink decoration in sideBar Key: MSKINS-187 URL: https://issues.apache.org/jira/browse/MSKINS-187 Project: Maven Skins

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870318471 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it; + +import

[jira] [Commented] (MJAVADOC-713) Skipping Javadoc reportset leaves empty Javadoc link in site

2022-05-11 Thread Joshua (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534903#comment-17534903 ] Joshua commented on MJAVADOC-713: - [~michael-o]  Any updates here? It says waiting for

[jira] [Updated] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-187: -- Attachment: image-2022-05-11-15-47-18-117.png > Wrong left margin for externalLink decoration i

[jira] [Commented] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534912#comment-17534912 ] Michael Osipov commented on MSKINS-187: --- Is this what you expect to see Alignment

[jira] [Updated] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-187: -- Fix Version/s: fluido-1.11.0 > Wrong left margin for externalLink decoration in sideBar > -

[jira] [Assigned] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSKINS-187: - Assignee: Michael Osipov > Wrong left margin for externalLink decoration in sideBar > --

[jira] [Commented] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534914#comment-17534914 ] Konrad Windszus commented on MSKINS-187: [~michael-o] Yes, that looks much nicer.

[GitHub] [maven] cstamas commented on pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
cstamas commented on PR #732: URL: https://github.com/apache/maven/pull/732#issuecomment-1123820300 Merged manually: maven-3.9.x 4de39476ff690774ece57637e91653d2ef234fd3 master a83ed86c4850c3fc09e5623eb00869ab3e39c959 -- This is an automated message from the Apache Git Service. To re

[GitHub] [maven] cstamas closed pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided

2022-05-11 Thread GitBox
cstamas closed pull request #732: [MNG-7471] 3.9.x Make Resolver util and connector-basic provided URL: https://github.com/apache/maven/pull/732 -- 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 s

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534921#comment-17534921 ] ASF GitHub Bot commented on MNG-7471: - cstamas closed pull request #732: [MNG-7471] 3.9

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534920#comment-17534920 ] ASF GitHub Bot commented on MNG-7471: - cstamas commented on PR #732: URL: https://githu

[jira] [Resolved] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MNG-7471. -- Resolution: Fixed > Resolver 1.8.0 introduces binary breakage in plugin using Resolver >

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534922#comment-17534922 ] Tamás Cservenák commented on MNG-7471: -- Merged as maven-3.9.x 4de39476ff690774ece5763

[jira] [Updated] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7471: - Fix Version/s: 3.9.0 4.0.0-alpha-1 > Resolver 1.8.0 introduces binary breakage i

[jira] [Closed] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MNG-7471. > Resolver 1.8.0 introduces binary breakage in plugin using Resolver > --

[jira] [Updated] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7471: - Fix Version/s: 4.0.0 > Resolver 1.8.0 introduces binary breakage in plugin using Resolver > ---

[jira] [Commented] (MSKINS-187) Wrong left margin for externalLink decoration in sideBar

2022-05-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534924#comment-17534924 ] Michael Osipov commented on MSKINS-187: --- Look at the margin of "Project Reports", i

[GitHub] [maven-integration-testing] cstamas commented on pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#issuecomment-1123846265 Fix merged, so the IT can be as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Closed] (MNG-7455) [REGRESSION] IllegalStateException in SessionScope during guice injection in multithreaded build

2022-05-11 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7455. Fix Version/s: 3.8.6 Assignee: Guillaume Nodet Resolution: Fixed > [REGRESSION] Illeg

[GitHub] [maven] cstamas opened a new pull request, #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
cstamas opened a new pull request, #735: URL: https://github.com/apache/maven/pull/735 This setting should be possible to be set via MAVEN_OPTS (system wide) or in .mvn/maven.config etc, Currently it is possible only via `-Dxxx` AFTER mvn -- This is an automated message from the Apach

[GitHub] [maven] michael-o commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
michael-o commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870388634 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots() )

[GitHub] [maven] cstamas commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
cstamas commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870393670 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots() )

[GitHub] [maven] michael-o commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
michael-o commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870405282 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots() )

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534940#comment-17534940 ] Hudson commented on MNG-7471: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870423542 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots(

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870423542 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots(

[jira] [Commented] (MNG-7471) Resolver 1.8.0 introduces binary breakage in plugin using Resolver

2022-05-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534943#comment-17534943 ] Hudson commented on MNG-7471: - Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.

[GitHub] [maven] cstamas commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
cstamas commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870431077 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots() )

[GitHub] [maven] cstamas commented on a diff in pull request #735: Trasnport: use config properties instead user properties.

2022-05-11 Thread GitBox
cstamas commented on code in PR #735: URL: https://github.com/apache/maven/pull/735#discussion_r870431077 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -261,8 +261,7 @@ else if ( request.isUpdateSnapshots() )

[jira] [Created] (MNG-7474) SessionScoped beans should be singletons for a given session

2022-05-11 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7474: Summary: SessionScoped beans should be singletons for a given session Key: MNG-7474 URL: https://issues.apache.org/jira/browse/MNG-7474 Project: Maven Issue

[GitHub] [maven-mvnd] eforx opened a new issue, #649: Maven goal is sometimes skipped

2022-05-11 Thread GitBox
eforx opened a new issue, #649: URL: https://github.com/apache/maven-mvnd/issues/649 In our CI pipeline, we call Maven Daemon in loop (single thread). Most of the time it works, but about 1 out of 50 times mvnd skips the target goal. Executed command: `mvnd org.apache.maven.plugins:m

[GitHub] [maven-resolver] cstamas opened a new pull request, #176: Idea: collector listener

2022-05-11 Thread GitBox
cstamas opened a new pull request, #176: URL: https://github.com/apache/maven-resolver/pull/176 This basically does what this example did: https://github.com/grgrzybek/tracking-maven-extension To finish, it would be an "extension point": interface that if extension implements as co

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
slawekjaranowski commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870536089 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it;

[GitHub] [maven-integration-testing] cstamas commented on a diff in pull request #158: [MNG-7470] mvn 3.9+ IT that uses wagon (default) and native transport

2022-05-11 Thread GitBox
cstamas commented on code in PR #158: URL: https://github.com/apache/maven-integration-testing/pull/158#discussion_r870565382 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java: ## @@ -0,0 +1,87 @@ +package org.apache.maven.it; + +import

[GitHub] [maven] michael-o commented on a diff in pull request #730: [MNG-7433] Warn if in parallel build aggregator Mojo found

2022-05-11 Thread GitBox
michael-o commented on code in PR #730: URL: https://github.com/apache/maven/pull/730#discussion_r870604293 ## maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java: ## @@ -232,7 +237,17 @@ private static class ProjectLock implements AutoCloseable

  1   2   >