[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787922#comment-17787922 ] ASF GitHub Bot commented on MNG-6036: - gnodet opened a new pull request, #1318: URL: ht

Re: [PR] [MDEPLOY-308] Add parameter to lax project validation [maven-deploy-plugin]

2023-11-20 Thread via GitHub
apeteri commented on code in PR #39: URL: https://github.com/apache/maven-deploy-plugin/pull/39#discussion_r1398970349 ## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ## @@ -285,8 +297,17 @@ private void processProject(final MavenProject project, DeployReques

[jira] [Commented] (MDEPLOY-308) Add parameter to lax project validation

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787927#comment-17787927 ] ASF GitHub Bot commented on MDEPLOY-308: apeteri commented on code in PR #39: UR

[jira] [Created] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-20 Thread Michael Weirauch (Jira)
Michael Weirauch created MBUILDCACHE-74: --- Summary: Old POM builds are not cleaned up from local cache Key: MBUILDCACHE-74 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-74 Project: Maven

Re: [PR] [MDEPLOY-308] Add parameter to lax project validation [maven-deploy-plugin]

2023-11-20 Thread via GitHub
cstamas commented on code in PR #39: URL: https://github.com/apache/maven-deploy-plugin/pull/39#discussion_r1399049468 ## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ## @@ -285,8 +297,17 @@ private void processProject(final MavenProject project, DeployReques

[jira] [Commented] (MDEPLOY-308) Add parameter to lax project validation

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787952#comment-17787952 ] ASF GitHub Bot commented on MDEPLOY-308: cstamas commented on code in PR #39: UR

[PR] [MBUILDCACHE-74] Clean local cache for any artifact [maven-build-cache-extension]

2023-11-20 Thread via GitHub
mweirauch opened a new pull request, #110: URL: https://github.com/apache/maven-build-cache-extension/pull/110 This MR cleans up any cached local build, no matter if the module/project in question has a package phase. I noticed stale cache entries for our parent POM in the local build

[jira] [Commented] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787961#comment-17787961 ] ASF GitHub Bot commented on MBUILDCACHE-74: --- mweirauch opened a new pull re

[jira] [Updated] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MBUILDCACHE-74: -- Labels: pull-request-available (was: ) > Old POM builds are not cleaned up from lo

[PR] Fix not closed ForkJoinPools [maven]

2023-11-20 Thread via GitHub
gnodet opened a new pull request, #1319: URL: https://github.com/apache/maven/pull/1319 (no comment) -- 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:

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
elharo commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1399113172 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java: ## @@ -176,6 +176,8 @@ public static XmlNodeImpl build(XMLStreamReader parser, InputLoc

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

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

Re: [PR] [MSHARED-1327] Change output directory default [maven-reporting-impl]

2023-11-20 Thread via GitHub
cowwoc commented on PR #26: URL: https://github.com/apache/maven-reporting-impl/pull/26#issuecomment-1818973142 Was the documentation updated to reflect this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MSHARED-1327) Change output directory default in AbstractMavenReport

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787984#comment-17787984 ] ASF GitHub Bot commented on MSHARED-1327: - cowwoc commented on PR #26: URL: ht

[jira] [Commented] (MJAVADOC-560) Clarify outputDirectory, reportOutputDirectory in javadoc:javadoc documentation

2023-11-20 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787985#comment-17787985 ] Gili commented on MJAVADOC-560: --- It's not clear to me which files contain the documentati

[PR] [SUREFIRE-2211] Fix UNC classpath elements [maven-surefire]

2023-11-20 Thread via GitHub
robseidel opened a new pull request, #689: URL: https://github.com/apache/maven-surefire/pull/689 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SUREFIRE) filed

[jira] [Commented] (SUREFIRE-2211) additionalClasspathElement with UNC path not working with failsafe > 3.0.0-M1

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787987#comment-17787987 ] ASF GitHub Bot commented on SUREFIRE-2211: -- robseidel opened a new pull reque

Re: [PR] Plugin API [maven]

2023-11-20 Thread via GitHub
gnodet commented on PR #1309: URL: https://github.com/apache/maven/pull/1309#issuecomment-1818981144 > I'm not familiar with these specific annotations. However I've noticed in some cases only the simple name of the annotation matters, not the package. If that applies here, you could define

[jira] [Commented] (SUREFIRE-2211) additionalClasspathElement with UNC path not working with failsafe > 3.0.0-M1

2023-11-20 Thread Robert Seidel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787988#comment-17787988 ] Robert Seidel commented on SUREFIRE-2211: - PR is there https://github.com/apac

[jira] (SUREFIRE-2211) additionalClasspathElement with UNC path not working with failsafe > 3.0.0-M1

2023-11-20 Thread Robert Seidel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2211 ] Robert Seidel deleted comment on SUREFIRE-2211: - was (Author: JIRAUSER295788): PR is there https://github.com/apache/maven-surefire/pull/689 > additionalClasspathElement with UNC path

Re: [PR] [MSHARED-1327] Change output directory default [maven-reporting-impl]

2023-11-20 Thread via GitHub
michael-o commented on PR #26: URL: https://github.com/apache/maven-reporting-impl/pull/26#issuecomment-1818989581 > Was the documentation updated to reflect this change? This hasn't been merged yet since I need to test this through all of our reporting plugins first. If this gets me

[jira] [Commented] (MSHARED-1327) Change output directory default in AbstractMavenReport

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787989#comment-17787989 ] ASF GitHub Bot commented on MSHARED-1327: - michael-o commented on PR #26: URL:

[PR] Copy edits [maven-build-cache-extension]

2023-11-20 Thread via GitHub
elharo opened a new pull request, #111: URL: https://github.com/apache/maven-build-cache-extension/pull/111 Mostly make language more direct and active, and omit needless words. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Fix not closed ForkJoinPools [maven]

2023-11-20 Thread via GitHub
gnodet merged PR #1319: URL: https://github.com/apache/maven/pull/1319 -- 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

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
gnodet commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1399153026 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeWriter.java: ## @@ -18,49 +18,146 @@ */ package org.apache.maven.internal.xml; -import java.io.Pr

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787993#comment-17787993 ] ASF GitHub Bot commented on MNG-6036: - gnodet commented on code in PR #1318: URL: https

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
gnodet commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1399155019 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeWriter.java: ## @@ -18,49 +18,146 @@ */ package org.apache.maven.internal.xml; -import java.io.Pr

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787995#comment-17787995 ] ASF GitHub Bot commented on MNG-6036: - gnodet commented on code in PR #1318: URL: https

[jira] [Created] (MDEPLOY-314) Include artifactId in messages of DeployMojo#processProject

2023-11-20 Thread Jira
András Péteri created MDEPLOY-314: - Summary: Include artifactId in messages of DeployMojo#processProject Key: MDEPLOY-314 URL: https://issues.apache.org/jira/browse/MDEPLOY-314 Project: Maven Deploy P

[PR] [MNG-7848] Update to JDK 11 for Jenkins build on s390x [maven]

2023-11-20 Thread via GitHub
vivkong opened a new pull request, #1320: URL: https://github.com/apache/maven/pull/1320 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the

[jira] [Commented] (MNG-7848) Add s390x pipeline to Jenkins CI

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788010#comment-17788010 ] ASF GitHub Bot commented on MNG-7848: - vivkong opened a new pull request, #1320: URL: h

[PR] [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages [maven-deploy-plugin]

2023-11-20 Thread via GitHub
apeteri opened a new pull request, #45: URL: https://github.com/apache/maven-deploy-plugin/pull/45 The PR addresses [MDEPLOY-314](https://issues.apache.org/jira/browse/MDEPLOY-314) by including the artifact ID of the currently processed project in `MojoExecutionException` and warning messa

[jira] [Commented] (MDEPLOY-314) Include artifactId in messages of DeployMojo#processProject

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788018#comment-17788018 ] ASF GitHub Bot commented on MDEPLOY-314: apeteri opened a new pull request, #45:

[jira] [Updated] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-437: -- Description: Resolver should ALLOW to turn ON or OFF the use of Expect-Continue hand

[jira] [Created] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-437: - Summary: Resolver should not override given HTTP transport default use of expect-continue handshake Key: MRESOLVER-437 URL: https://issues.apache.org/jira/browse/MRESOLV

[jira] [Updated] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-437: -- Description: Resolver should ALLOW to turn ON or OFF the use of Expect-Continue hand

[PR] [MRESOLVER-437] Do not force set Expect-Continue setting [maven-resolver]

2023-11-20 Thread via GitHub
cstamas opened a new pull request, #373: URL: https://github.com/apache/maven-resolver/pull/373 But allow users to override defailt (that comes from transport being in use). --- https://issues.apache.org/jira/browse/MRESOLVER-437 -- This is an automated message from the Apach

[jira] [Commented] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

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

Re: [PR] [SUREFIRE-2211] Fix UNC classpath elements [maven-surefire]

2023-11-20 Thread via GitHub
robseidel commented on PR #689: URL: https://github.com/apache/maven-surefire/pull/689#issuecomment-1819260190 Is there a way to disable the additional tests for linux builds (as unc paths exists only in Windows)? -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (SUREFIRE-2211) additionalClasspathElement with UNC path not working with failsafe > 3.0.0-M1

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788057#comment-17788057 ] ASF GitHub Bot commented on SUREFIRE-2211: -- robseidel commented on PR #689: U

[jira] [Commented] (MDEPLOY-314) Include artifactId in messages of DeployMojo#processProject

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788060#comment-17788060 ] ASF GitHub Bot commented on MDEPLOY-314: cstamas commented on PR #45: URL: http

Re: [PR] [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages [maven-deploy-plugin]

2023-11-20 Thread via GitHub
cstamas commented on PR #45: URL: https://github.com/apache/maven-deploy-plugin/pull/45#issuecomment-1819264229 I believe it is worth to look at m-install-p as it has pretty much same/similar places to update... -- This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (SUREFIRE-2211) additionalClasspathElement with UNC path not working with failsafe > 3.0.0-M1

2023-11-20 Thread Robert Seidel (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788064#comment-17788064 ] Robert Seidel commented on SUREFIRE-2211: - Found a way to disable the test in

[PR] Ensure we have a single JDK module [maven-resolver]

2023-11-20 Thread via GitHub
rmannibucau opened a new pull request, #374: URL: https://github.com/apache/maven-resolver/pull/374 (no comment) -- 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 unsubscr

[jira] [Created] (MRESOLVER-438) The new jdk transport bug on Java 11 and Java 17

2023-11-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-438: - Summary: The new jdk transport bug on Java 11 and Java 17 Key: MRESOLVER-438 URL: https://issues.apache.org/jira/browse/MRESOLVER-438 Project: Maven Resolver

[jira] [Updated] (MRESOLVER-438) The new jdk transport bug on Java 11 and Java 17

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-438: -- Description: There is this issue (also see related PR, this is NOT only issue when h

[jira] [Commented] (SUREFIRE-2210) Additional class path ordering broken since 3.2.0

2023-11-20 Thread David M. Lloyd (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788080#comment-17788080 ] David M. Lloyd commented on SUREFIRE-2210: -- Is there any chance for a release

Re: [PR] Ensure we have a single JDK module [maven-resolver]

2023-11-20 Thread via GitHub
cstamas commented on code in PR #374: URL: https://github.com/apache/maven-resolver/pull/374#discussion_r1399481775 ## maven-resolver-transport-jdk/src/main/java/org/eclipse/aether/transport/jdk/JdkHttpTransporter.java: ## @@ -393,12 +420,16 @@ private static HttpClient getOrCr

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
elharo commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1399477511 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeWriter.java: ## @@ -18,49 +18,146 @@ */ package org.apache.maven.internal.xml; -import java.io.Pr

Re: [PR] Ensure we have a single JDK module [maven-resolver]

2023-11-20 Thread via GitHub
cstamas commented on code in PR #374: URL: https://github.com/apache/maven-resolver/pull/374#discussion_r1399481775 ## maven-resolver-transport-jdk/src/main/java/org/eclipse/aether/transport/jdk/JdkHttpTransporter.java: ## @@ -393,12 +420,16 @@ private static HttpClient getOrCr

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

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

[jira] [Created] (MRESOLVER-439) Collapse "jdk" transport modules

2023-11-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-439: - Summary: Collapse "jdk" transport modules Key: MRESOLVER-439 URL: https://issues.apache.org/jira/browse/MRESOLVER-439 Project: Maven Resolver Issue

Re: [PR] Ensure we have a single JDK module [maven-resolver]

2023-11-20 Thread via GitHub
cstamas merged PR #374: URL: https://github.com/apache/maven-resolver/pull/374 -- 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] [Assigned] (MRESOLVER-439) Collapse "jdk" transport modules

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-439: - Assignee: Romain Manni-Bucau > Collapse "jdk" transport modules > ---

Re: [PR] [MRESOLVER-436] Update page with renames [maven-resolver]

2023-11-20 Thread via GitHub
cstamas merged PR #372: URL: https://github.com/apache/maven-resolver/pull/372 -- 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] [Closed] (MRESOLVER-439) Collapse "jdk" transport modules

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-439. - Resolution: Fixed > Collapse "jdk" transport modules > ---

[jira] [Commented] (MRESOLVER-436) The Upgrading Resolver page uses classnames before rename

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788083#comment-17788083 ] ASF GitHub Bot commented on MRESOLVER-436: -- cstamas merged PR #372: URL: http

[jira] [Closed] (MRESOLVER-436) The Upgrading Resolver page uses classnames before rename

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-436. - Assignee: Tamas Cservenak Resolution: Fixed > The Upgrading Resolver page uses c

Re: [PR] [MNG-7848] Update to JDK 11 for Jenkins build on s390x [maven]

2023-11-20 Thread via GitHub
slawekjaranowski commented on PR #1320: URL: https://github.com/apache/maven/pull/1320#issuecomment-1819459756 Hi @vivkong did you see my latest commits: - https://github.com/apache/maven/commit/9d65e2b2402b1c8a5d480394a0ae711ee6704757 - https://github.com/apache/maven/commit/1a61b8

[jira] [Commented] (MNG-7848) Add s390x pipeline to Jenkins CI

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788088#comment-17788088 ] ASF GitHub Bot commented on MNG-7848: - slawekjaranowski commented on PR #1320: URL: htt

Re: [PR] [MNG-7848] Update to JDK 11 for Jenkins build on s390x [maven]

2023-11-20 Thread via GitHub
vivkong commented on PR #1320: URL: https://github.com/apache/maven/pull/1320#issuecomment-1819463968 Sorry I didn't see your commit! Thanks for your fix @slawekjaranowski. Glad to see the s390x build is now running again! -- This is an automated message from the Apache Git Service. To

Re: [PR] [MNG-7848] Update to JDK 11 for Jenkins build on s390x [maven]

2023-11-20 Thread via GitHub
vivkong closed pull request #1320: [MNG-7848] Update to JDK 11 for Jenkins build on s390x URL: https://github.com/apache/maven/pull/1320 -- 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] (MNG-7848) Add s390x pipeline to Jenkins CI

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788090#comment-17788090 ] ASF GitHub Bot commented on MNG-7848: - vivkong closed pull request #1320: [MNG-7848] Up

[jira] [Commented] (MNG-7848) Add s390x pipeline to Jenkins CI

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788089#comment-17788089 ] ASF GitHub Bot commented on MNG-7848: - vivkong commented on PR #1320: URL: https://gith

[jira] [Updated] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-437: -- Description: Resolver should ALLOW to turn ON or OFF the use of Expect-Continue hand

[jira] [Created] (MRESOLVER-440) Clean up transport names

2023-11-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-440: - Summary: Clean up transport names Key: MRESOLVER-440 URL: https://issues.apache.org/jira/browse/MRESOLVER-440 Project: Maven Resolver Issue Type: T

Re: [PR] [MRESOLVER-437][MRESOLVER-438] Do not force set Expect-Continue setting [maven-resolver]

2023-11-20 Thread via GitHub
cstamas merged PR #373: URL: https://github.com/apache/maven-resolver/pull/373 -- 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] [Assigned] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-437: - Assignee: Tamas Cservenak > Resolver should not override given HTTP transport

[jira] [Closed] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-437. - Resolution: Fixed > Resolver should not override given HTTP transport default use of

[jira] [Closed] (MRESOLVER-438) The new jdk transport bug on Java 11 and Java 17

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-438. - Resolution: Fixed > The new jdk transport bug on Java 11 and Java 17 > ---

[jira] [Assigned] (MRESOLVER-438) The new jdk transport bug on Java 11 and Java 17

2023-11-20 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-438: - Assignee: Tamas Cservenak > The new jdk transport bug on Java 11 and Java 17

[jira] [Commented] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788122#comment-17788122 ] ASF GitHub Bot commented on MRESOLVER-437: -- cstamas merged PR #373: URL: http

[jira] [Commented] (MRESOLVER-440) Clean up transport names

2023-11-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788144#comment-17788144 ] Michael Osipov commented on MRESOLVER-440: -- This makes sense. > Clean up tra

[jira] [Commented] (MJAVADOC-560) Clarify outputDirectory, reportOutputDirectory in javadoc:javadoc documentation

2023-11-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788145#comment-17788145 ] Michael Osipov commented on MJAVADOC-560: - This plugin hasn't been updated yet.

[PR] [MRESOLVER-440] Clean up transport names [maven-resolver]

2023-11-20 Thread via GitHub
cstamas opened a new pull request, #375: URL: https://github.com/apache/maven-resolver/pull/375 --- https://issues.apache.org/jira/browse/MRESOLVER-440 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Commented] (MRESOLVER-440) Clean up transport names

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

Re: [PR] [MRESOLVER-440] Clean up transport names [maven-resolver]

2023-11-20 Thread via GitHub
cstamas commented on PR #375: URL: https://github.com/apache/maven-resolver/pull/375#issuecomment-1819841065 Doco is not yet updated... -- 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 specifi

[jira] [Commented] (MRESOLVER-440) Clean up transport names

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788160#comment-17788160 ] ASF GitHub Bot commented on MRESOLVER-440: -- cstamas commented on PR #375: URL

Re: [PR] [MJAR-296] Allow including files excluded by default. [maven-jar-plugin]

2023-11-20 Thread via GitHub
redzi commented on code in PR #67: URL: https://github.com/apache/maven-jar-plugin/pull/67#discussion_r1399786808 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -262,7 +294,7 @@ public File createArchive() throws MojoExecutionException {

[jira] [Commented] (MJAR-296) No way to suppress default excludes in maven-jar-plugin

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788162#comment-17788162 ] ASF GitHub Bot commented on MJAR-296: - redzi commented on code in PR #67: URL: https://

[jira] [Commented] (MNG-6677) Ability to declare machine-readable license identifier for project

2023-11-20 Thread Peter Monks (Jira)
[ https://issues.apache.org/jira/browse/MNG-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788190#comment-17788190 ] Peter Monks commented on MNG-6677: -- Apologies for Lazarus'ing this issue, but I just want

[jira] [Comment Edited] (MNG-6677) Ability to declare machine-readable license identifier for project

2023-11-20 Thread Peter Monks (Jira)
[ https://issues.apache.org/jira/browse/MNG-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788190#comment-17788190 ] Peter Monks edited comment on MNG-6677 at 11/21/23 12:08 AM: - A

[jira] [Comment Edited] (MNG-6677) Ability to declare machine-readable license identifier for project

2023-11-20 Thread Peter Monks (Jira)
[ https://issues.apache.org/jira/browse/MNG-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788190#comment-17788190 ] Peter Monks edited comment on MNG-6677 at 11/21/23 12:15 AM: - A

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
gnodet commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1400142226 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeWriter.java: ## @@ -18,49 +18,146 @@ */ package org.apache.maven.internal.xml; -import java.io.Pr

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788301#comment-17788301 ] ASF GitHub Bot commented on MNG-6036: - gnodet commented on code in PR #1318: URL: https

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788303#comment-17788303 ] ASF GitHub Bot commented on MNG-6036: - gnodet commented on code in PR #1318: URL: https

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
gnodet commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1400146599 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java: ## @@ -176,6 +176,8 @@ public static XmlNodeImpl build(XMLStreamReader parser, InputLoc

Re: [PR] [MNG-6036] Add namespace to XmlNode [maven]

2023-11-20 Thread via GitHub
gnodet commented on code in PR #1318: URL: https://github.com/apache/maven/pull/1318#discussion_r1400146352 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java: ## @@ -176,6 +176,8 @@ public static XmlNodeImpl build(XMLStreamReader parser, InputLoc

[jira] [Commented] (MNG-6036) Allow proper namespace usage for pom.xml

2023-11-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788304#comment-17788304 ] ASF GitHub Bot commented on MNG-6036: - gnodet commented on code in PR #1318: URL: https