Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-12 Thread via GitHub
gnodet commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1675409347 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ## @@ -1624,20 +1635,65 @@ static void populateProperties( String mavenBuildVersion = CLIRepo

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865332#comment-17865332 ] ASF GitHub Bot commented on MNG-7914: - gnodet commented on code in PR #1595: URL: https

Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-12 Thread via GitHub
michael-o commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1675415220 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ## @@ -1204,40 +1203,57 @@ void toolchains(CliRequest cliRequest) throws Exception {

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865335#comment-17865335 ] ASF GitHub Bot commented on MNG-7914: - michael-o commented on code in PR #1595: URL: ht

Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-12 Thread via GitHub
gnodet commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1675417846 ## maven-embedder/src/main/java/org/apache/maven/cli/props/MavenPropertiesLoader.java: ## @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865339#comment-17865339 ] ASF GitHub Bot commented on MNG-7914: - gnodet commented on code in PR #1595: URL: https

Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-12 Thread via GitHub
gnodet commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1675419234 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ## @@ -510,7 +503,8 @@ void logging(CliRequest cliRequest) { cliRequest.showErrors = cliReques

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865341#comment-17865341 ] ASF GitHub Bot commented on MNG-7914: - gnodet commented on code in PR #1595: URL: https

Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-12 Thread via GitHub
gnodet commented on code in PR #1595: URL: https://github.com/apache/maven/pull/1595#discussion_r1675421330 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ## @@ -874,9 +873,9 @@ private static List reverse(List list) { } private List parseExtCla

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865342#comment-17865342 ] ASF GitHub Bot commented on MNG-7914: - gnodet commented on code in PR #1595: URL: https

Re: [PR] [MWAR-469] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.10.0 [maven-war-plugin]

2024-07-12 Thread via GitHub
slawekjaranowski merged PR #72: URL: https://github.com/apache/maven-war-plugin/pull/72 -- 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] [Updated] (MWAR-469) Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.10.0

2024-07-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWAR-469: - Summary: Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.10.0 (was: Bump org.code

[jira] [Created] (MNG-8181) Provide an environment variable for maven central url

2024-07-12 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8181: Summary: Provide an environment variable for maven central url Key: MNG-8181 URL: https://issues.apache.org/jira/browse/MNG-8181 Project: Maven Issue Type: N

[PR] MNG 8181 [maven]

2024-07-12 Thread via GitHub
gnodet opened a new pull request, #1615: URL: https://github.com/apache/maven/pull/1615 - **[MNG-7914] Provide a single entry point for configuration** - **[MNG-7914] Rename global -> installation** - **[MNG-7914] Include time zone in Maven build timestamp** - **[MNG-7914] Use a sing

Re: [PR] [MNG-8181] Provide a variable for maven central repo url, backed by an environment variable [maven]

2024-07-12 Thread via GitHub
michael-o commented on PR #1615: URL: https://github.com/apache/maven/pull/1615#issuecomment-2225104369 This looks reasonable to me, just needs testing of course -- 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] [Commented] (MNG-8181) Provide an environment variable for maven central url

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865364#comment-17865364 ] ASF GitHub Bot commented on MNG-8181: - michael-o commented on PR #1615: URL: https://gi

[jira] [Created] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
Paul Scholz created MRESOLVER-584: - Summary: JDK transport: HTTP2 GOAWAY handling Key: MRESOLVER-584 URL: https://issues.apache.org/jira/browse/MRESOLVER-584 Project: Maven Resolver Issue Ty

[jira] [Updated] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Scholz updated MRESOLVER-584: -- Description: I am encountering a problem with the implementation of JDK transport using HTT

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865377#comment-17865377 ] Tamas Cservenak commented on MRESOLVER-584: --- See: [https://maven.apache.org/

Re: [PR] [MNG-7344] track dependencyManagement import location in effective Model for MPH-183 [maven]

2024-07-12 Thread via GitHub
juulhobert commented on PR #603: URL: https://github.com/apache/maven/pull/603#issuecomment-2225255923 @gnodet I've merged your changes into this branch. I've also verified that the output is still the same. If you would like to test it yourself, these are the reproduction steps: - Downl

[jira] [Commented] (MNG-7344) Effective pom should contain more finegrained details regarding its content origin: track dependencyManagement import

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865395#comment-17865395 ] ASF GitHub Bot commented on MNG-7344: - juulhobert commented on PR #603: URL: https://gi

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865403#comment-17865403 ] Paul Scholz commented on MRESOLVER-584: --- A similar problem could also be present

[jira] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584 ] Paul Scholz deleted comment on MRESOLVER-584: --- was (Author: scholzi100): A similar problem could also be present in the Jetty implementation. > JDK transport: HTTP2 GOAWAY handling > --

[jira] [Created] (MRESOLVER-585) Is unclear how to use custom LocalRepositoryManager with builder

2024-07-12 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-585: - Summary: Is unclear how to use custom LocalRepositoryManager with builder Key: MRESOLVER-585 URL: https://issues.apache.org/jira/browse/MRESOLVER-585 Projec

[jira] [Updated] (MRESOLVER-585) Is unclear how to use custom LocalRepositoryManager with builder

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-585: -- Description: We have a bit of chicken-and-egg problem here, as LocalRepositoryManage

[jira] [Updated] (MRESOLVER-585) Is unclear how to use custom LocalRepositoryManager with builder

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-585: -- Description: We have a bit of chicken-and-egg problem here, as LocalRepositoryManage

[jira] [Updated] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Scholz updated MRESOLVER-584: -- Attachment: exception_jetty.log > JDK transport: HTTP2 GOAWAY handling > --

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865432#comment-17865432 ] Paul Scholz commented on MRESOLVER-584: --- HTTP/1.1 is definitely a workaround, bu

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-util from 1.4.1 to 1.9.18 [maven-assembly-plugin]

2024-07-12 Thread via GitHub
ron190 commented on PR #186: URL: https://github.com/apache/maven-assembly-plugin/pull/186#issuecomment-2225375390 Hi @slawekjaranowski (&at-all), We can see that other Maven plugin like `maven-install-plugin` has already bumped to `maven-resolver-util:1.9.18`, here's a Maven depend

[PR] Separate message and exception by newline [maven-mvnd]

2024-07-12 Thread via GitHub
oehme opened a new pull request, #1055: URL: https://github.com/apache/maven-mvnd/pull/1055 This was a small discrepancy to the output of vanilla Maven and made the output hard to read, since the failure class name started right after the message without any whitespace in between. -- Thi

[jira] [Comment Edited] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865432#comment-17865432 ] Paul Scholz edited comment on MRESOLVER-584 at 7/12/24 11:32 AM: ---

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865435#comment-17865435 ] Tamas Cservenak commented on MRESOLVER-584: --- So both HTTP/2 clients suffer f

[jira] [Created] (MSHADE-479) Demote logging of shaded files to debug

2024-07-12 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MSHADE-479: Summary: Demote logging of shaded files to debug Key: MSHADE-479 URL: https://issues.apache.org/jira/browse/MSHADE-479 Project: Maven Shade Plugin

[jira] [Closed] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-584. Resolution: Duplicate > JDK transport: HTTP2 GOAWAY handling >

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865439#comment-17865439 ] Michael Osipov commented on MRESOLVER-584: -- [~cstamas] We have this issue al

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865441#comment-17865441 ] Tamas Cservenak commented on MRESOLVER-584: --- Yup, but user provided valuable

[jira] [Commented] (MNG-8145) GOAWAY received

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MNG-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865442#comment-17865442 ] Paul Scholz commented on MNG-8145: -- Note: The problem is also present in Jetty transport,

[jira] [Commented] (MRESOLVER-584) JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865443#comment-17865443 ] Paul Scholz commented on MRESOLVER-584: --- Certainly, MNG-8145 addresses the probl

[jira] [Updated] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Scholz updated MRESOLVER-584: -- Summary: Jetty / JDK transport: HTTP2 GOAWAY handling (was: JDK transport: HTTP2 GOAWAY ha

Re: [PR] Add xsltLocation parameter to ExternalRules [maven-enforcer]

2024-07-12 Thread via GitHub
ppalaga commented on PR #322: URL: https://github.com/apache/maven-enforcer/pull/322#issuecomment-2225449717 Would anybody like to review? @slawekjaranowski maybe? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865460#comment-17865460 ] Tamas Cservenak commented on MRESOLVER-584: --- [~scholzi100] given you have "p

Re: [PR] (doc) Update release notes for 3.23.0 and 3.24.0 [maven-pmd-plugin]

2024-07-12 Thread via GitHub
elharo merged PR #161: URL: https://github.com/apache/maven-pmd-plugin/pull/161 -- 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

Re: [PR] [MPMD-400] (doc) Fix doc URL for PMD 7.3.0 [maven-pmd-plugin]

2024-07-12 Thread via GitHub
elharo merged PR #160: URL: https://github.com/apache/maven-pmd-plugin/pull/160 -- 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] [Commented] (MPMD-400) Upgrade to PMD 7.3.0

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPMD-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865461#comment-17865461 ] ASF GitHub Bot commented on MPMD-400: - elharo merged PR #160: URL: https://github.com/a

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865464#comment-17865464 ] Paul Scholz commented on MRESOLVER-584: --- Sure, no problem!  > Jetty / JDK trans

[PR] [MRESOLVER-584] Naive attempt for JDK transport [maven-resolver]

2024-07-12 Thread via GitHub
cstamas opened a new pull request, #532: URL: https://github.com/apache/maven-resolver/pull/532 Changes: * drop 21 closer, it abruptly uses "shutdown now" * in 11 make httpClient NOT stored per session, but per transport instance * make client "swappable", with rudimentary GOAWAY det

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

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

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865466#comment-17865466 ] Tamas Cservenak commented on MRESOLVER-584: --- [~scholzi100] we forgot to ask

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865467#comment-17865467 ] Paul Scholz commented on MRESOLVER-584: --- I tested using the latest beta release,

Re: [PR] [MRESOLVER-584] Naive attempt for JDK transport [maven-resolver]

2024-07-12 Thread via GitHub
cstamas commented on PR #532: URL: https://github.com/apache/maven-resolver/pull/532#issuecomment-2225559285 I have a feeling that "swapping" will not even happen. What _actually happened_ in this PR is that HttpClient go _much shorter lifespan_. Originally, HttpClient was kept and reused (

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865471#comment-17865471 ] ASF GitHub Bot commented on MRESOLVER-584: -- cstamas commented on PR #532: URL

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

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

[jira] [Reopened] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reopened MRESOLVER-584: --- Assignee: Tamas Cservenak > Jetty / JDK transport: HTTP2 GOAWAY handling >

Re: [PR] Minor copy edit [maven-pmd-plugin]

2024-07-12 Thread via GitHub
elharo merged PR #162: URL: https://github.com/apache/maven-pmd-plugin/pull/162 -- 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] [Commented] (MNG-8052) Define a new lifecycle for Maven 4

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865493#comment-17865493 ] ASF GitHub Bot commented on MNG-8052: - gnodet commented on PR #1429: URL: https://githu

[jira] [Commented] (MSHADE-479) Demote logging of shaded files to debug

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865495#comment-17865495 ] Michael Osipov commented on MSHADE-479: --- It shouldn't be deleted, but be at debug o

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865499#comment-17865499 ] Tamas Cservenak commented on MRESOLVER-584: --- [~scholzi100] I am curious abou

Re: [PR] [MASFRES-67] Add IT for excluded ".flattened-pom.xml" [maven-apache-resources]

2024-07-12 Thread via GitHub
michael-o commented on code in PR #14: URL: https://github.com/apache/maven-apache-resources/pull/14#discussion_r1676010780 ## source-release/pom.xml: ## @@ -141,6 +141,7 @@ under the License. ${project.build.directory}/it-repo

[jira] [Commented] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-07-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865507#comment-17865507 ] Hudson commented on MNG-8180: - SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk11 #167

[jira] [Commented] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865509#comment-17865509 ] Tamas Cservenak commented on MNG-8180: -- Yes, applies to all projects that may produce

[jira] [Comment Edited] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865509#comment-17865509 ] Tamas Cservenak edited comment on MNG-8180 at 7/12/24 3:18 PM: --

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

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-342: -- Fix Version/s: 2.0.1 > New named lock: IPC > --- > >

[jira] [Updated] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-584: -- Fix Version/s: 2.0.1 > Jetty / JDK transport: HTTP2 GOAWAY handling > -

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

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-342: - Assignee: Tamas Cservenak > New named lock: IPC > --- > >

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

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-342. - Resolution: Fixed > New named lock: IPC > --- > > Key:

Re: [PR] [MASFRES-67] Add IT for excluded ".flattened-pom.xml" [maven-apache-resources]

2024-07-12 Thread via GitHub
kwin commented on code in PR #14: URL: https://github.com/apache/maven-apache-resources/pull/14#discussion_r1676221023 ## source-release/pom.xml: ## @@ -141,6 +141,7 @@ under the License. ${project.build.directory}/it-repo

[jira] [Commented] (MRESOLVER-584) Jetty / JDK transport: HTTP2 GOAWAY handling

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865549#comment-17865549 ] Tamas Cservenak commented on MRESOLVER-584: --- Recreated reproducer from MNG-8

[jira] [Commented] (MNG-8145) GOAWAY received

2024-07-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865552#comment-17865552 ] Tamas Cservenak commented on MNG-8145: -- [~froque] I just realized you DO provided repr

Re: [PR] [MASFRES-67] Add IT for excluded ".flattened-pom.xml" [maven-apache-resources]

2024-07-12 Thread via GitHub
slawekjaranowski commented on code in PR #14: URL: https://github.com/apache/maven-apache-resources/pull/14#discussion_r1676242237 ## source-release/pom.xml: ## @@ -141,6 +141,7 @@ under the License. ${project.build.directory}/it-repo

Re: [PR] [MASFRES-67] Add IT for excluded ".flattened-pom.xml" [maven-apache-resources]

2024-07-12 Thread via GitHub
kwin commented on code in PR #14: URL: https://github.com/apache/maven-apache-resources/pull/14#discussion_r1676243425 ## source-release/pom.xml: ## @@ -141,6 +141,7 @@ under the License. ${project.build.directory}/it-repo

Re: [PR] [MASFRES-67] Add IT for excluded ".flattened-pom.xml" [maven-apache-resources]

2024-07-12 Thread via GitHub
kwin commented on code in PR #14: URL: https://github.com/apache/maven-apache-resources/pull/14#discussion_r1676243425 ## source-release/pom.xml: ## @@ -141,6 +141,7 @@ under the License. ${project.build.directory}/it-repo

[jira] [Commented] (SUREFIRE-1385) System properties defined in the Surefire and Failsafe plugin configuration should override user properties

2024-07-12 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1786#comment-1786 ] Konrad Windszus commented on SUREFIRE-1385: --- One common issue is property {{

Re: [PR] Add xsltLocation parameter to ExternalRules [maven-enforcer]

2024-07-12 Thread via GitHub
slawekjaranowski commented on code in PR #322: URL: https://github.com/apache/maven-enforcer/pull/322#discussion_r1676273669 ## enforcer-rules/src/main/java/org/apache/maven/enforcer/rules/ExternalRules.java: ## @@ -46,11 +57,75 @@ public final class ExternalRules extends Abstr

Re: [PR] [MJAVADOC-751] No warnings for localized output [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o commented on PR #206: URL: https://github.com/apache/maven-javadoc-plugin/pull/206#issuecomment-2226132114 Why not use `-locale`? -- 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 sp

[jira] [Commented] (MJAVADOC-751) No warnings for localized output

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865561#comment-17865561 ] ASF GitHub Bot commented on MJAVADOC-751: - michael-o commented on PR #206: URL:

Re: [PR] Bump org.apache.maven.shared:maven-common-artifact-filters from 3.2.0 to 3.4.0 [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o commented on PR #288: URL: https://github.com/apache/maven-javadoc-plugin/pull/288#issuecomment-2226158718 @dependabot rebase -- 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

Re: [PR] [MJAVADOC-799] Fix inconsistent `AbstractFixJavadocMojo#defaultVersion` default values [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o commented on PR #295: URL: https://github.com/apache/maven-javadoc-plugin/pull/295#issuecomment-2226166677 Since the value cannot be reasonably set to empty I would drop the default value, it has no use at all. -- This is an automated message from the Apache Git Service. To res

[jira] [Commented] (MJAVADOC-799) `defaultVersion` parameter has incorrect default value

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865563#comment-17865563 ] ASF GitHub Bot commented on MJAVADOC-799: - michael-o commented on PR #295: URL:

[jira] [Assigned] (MJAVADOC-799) `defaultVersion` parameter has incorrect default value

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MJAVADOC-799: --- Assignee: Michael Osipov > `defaultVersion` parameter has incorrect default value

[jira] [Updated] (MJAVADOC-799) Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` default value

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-799: Summary: Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` default value (was:

[jira] [Updated] (MJAVADOC-799) Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` default value

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-799: Fix Version/s: 3.7.1 > Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` defaul

[jira] [Updated] (MJAVADOC-799) Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` default value

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-799: Issue Type: Task (was: Bug) > Remove inconsistent `AbstractFixJavadocMojo#defaultVersion

Re: [PR] [MASFRES-70] Use custom property name for local IT repo [maven-apache-resources]

2024-07-12 Thread via GitHub
michael-o commented on code in PR #15: URL: https://github.com/apache/maven-apache-resources/pull/15#discussion_r1676346741 ## source-release/src/test/java/org/apache/its/util/TestUtils.java: ## @@ -32,13 +32,27 @@ import java.util.zip.ZipFile; import org.apache.commons.com

Re: [PR] Bump org.apache.maven.shared:maven-common-artifact-filters from 3.2.0 to 3.4.0 [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
asfgit merged PR #288: URL: https://github.com/apache/maven-javadoc-plugin/pull/288 -- 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...@m

[jira] [Assigned] (MJAVADOC-798) Consider user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MJAVADOC-798: --- Assignee: Michael Osipov > Consider user settings when using invoker > ---

[jira] [Updated] (MJAVADOC-798) Consider user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-798: Fix Version/s: 3.7.1 > Consider user settings when using invoker > --

[jira] [Updated] (MJAVADOC-798) Consider user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-798: Affects Version/s: 3.7.0 > Consider user settings when using invoker > --

[jira] [Updated] (MJAVADOC-798) Consider passing user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-798: Summary: Consider passing user settings when using invoker (was: Consider user settings

[jira] [Updated] (MJAVADOC-798) Consider user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-798: Component/s: fix javadoc > Consider user settings when using invoker > -

[jira] [Updated] (MJAVADOC-783) Invalid path when using TagletArtifact and TagletPath

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-783: Description: I’m trying to use the Javadoc plugin with both a tagletartifact and a tagle

Re: [PR] [MJAVADOC-798] pass user settings to invoker [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
asfgit closed pull request #290: [MJAVADOC-798] pass user settings to invoker URL: https://github.com/apache/maven-javadoc-plugin/pull/290 -- 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] (MJAVADOC-798) Consider passing user settings when using invoker

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865575#comment-17865575 ] ASF GitHub Bot commented on MJAVADOC-798: - asfgit closed pull request #290: [MJ

Re: [PR] [MJAVADOC-798] pass user settings to invoker [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o commented on PR #290: URL: https://github.com/apache/maven-javadoc-plugin/pull/290#issuecomment-2226270381 Merged, thanks. For the next PR please allow pushing to your fork. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Closed] (MJAVADOC-798) Consider passing user settings when using invoker

2024-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MJAVADOC-798. --- Resolution: Fixed Fixed with [7e5dea4b3d9789900428f03df23ff8cb18a917a6|https://gitbox.apac

[jira] [Commented] (MJAVADOC-798) Consider passing user settings when using invoker

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865576#comment-17865576 ] ASF GitHub Bot commented on MJAVADOC-798: - michael-o commented on PR #290: URL:

[jira] [Created] (MJAVADOC-801) Upgrade to Clirr Maven Plugin 2.8 in fix goals

2024-07-12 Thread Michael Osipov (Jira)
Michael Osipov created MJAVADOC-801: --- Summary: Upgrade to Clirr Maven Plugin 2.8 in fix goals Key: MJAVADOC-801 URL: https://issues.apache.org/jira/browse/MJAVADOC-801 Project: Maven Javadoc Plugin

[PR] [MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o opened a new pull request, #296: URL: https://github.com/apache/maven-javadoc-plugin/pull/296 This closes #296 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/j

[jira] [Commented] (MJAVADOC-801) Upgrade to Clirr Maven Plugin 2.8 in fix goals

2024-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865578#comment-17865578 ] ASF GitHub Bot commented on MJAVADOC-801: - michael-o opened a new pull request,

Re: [PR] [MJAVADOC-652] - Dependencies on the patch-module path [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o closed pull request #139: [MJAVADOC-652] - Dependencies on the patch-module path URL: https://github.com/apache/maven-javadoc-plugin/pull/139 -- 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 t

Re: [PR] [MJAVADOC-652] - Dependencies on the patch-module path [maven-javadoc-plugin]

2024-07-12 Thread via GitHub
michael-o commented on PR #139: URL: https://github.com/apache/maven-javadoc-plugin/pull/139#issuecomment-2226286269 Issue has been closed, closing PR 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 a

  1   2   >